summary.assumptions_micomp | R Documentation |
Summary method for objects of class assumptions_micomp
, which
contain the assumptions for the parametric tests used in multiple comparisons
of outputs.
## S3 method for class 'assumptions_micomp'
summary(object, ...)
object |
Object of class |
... |
Currently ignored. |
A list in which each component is associated with a distinct comparison. Each component contains a matrix, in which columns represent individual outputs and rows correspond to the statistical tests evaluating the assumptions of the parametric tests used in each output. More specifically, each matrix has rows with the following information:
One row per group per
variance to explain / number of PCs, with the p-value yielded
by the Royston test (mvn
) for the
respective group and variance/npcs combination.
One row per variance to explain with the
p-value yielded by Box's M test
(boxM
).
One row per group, with the
p-value yielded by the Shapiro-Wilk test
(shapiro.test
) for the respective group.
One row with the p-value yielded by Bartlett's test
(bartlett.test
).
# Create a micomp object, use provided dataset
mic <- micomp(5, c(0.7, 0.8, 0.9),
list(list(name = "NLOKvsJEXOK", grpout = pphpc_ok),
list(name = "NLOKvsJEXNOSHUFF", grpout = pphpc_noshuff)),
concat = TRUE)
# Get the assumptions summary
sam <- summary(assumptions(mic))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.