Display the corrected p-values for each effects.
# S3 method for clusterlm
summary(
object,
alternative = "two.sided",
multcomp = NULL,
table_type = NULL,
...
)
A clusterlm
object.
A character string indicating the alternative hypothesis. Choose between "two.sided"
, "greater"
, "less"
. Default is "two.sided"
.
A character string indicating the multiple comparison procedure to display.
A character string indicating the type of table to display. Choose between "cluster"
, which aggregates test into pseudo-clusters (see details for the interpretations) or "full"
which displays the p-values for all tests. See details for default values.
Further arguments see details.
A table for each effect indicating the statistics and p-values of the clusters.
It creates the full table when the number of tests is <=15 and creates a table of pseudo-clusters overwise. Note that for the "troendle"
method is not based on clustering of the data and the table of pseudo-clusters should only be used to facilitate the reading of the results.
Other summary:
print.clusterlm()