summary.micomp | R Documentation |
Summary method for objects of class micomp
.
## S3 method for class '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 have information about the outputs. More specifically, each matrix has the following rows:
Number of principal components required to explain the
specified percentage of variance. There is one row of this kind for
each percentage of variance specified when creating the
micomp
object.
P-value for the MANOVA test applied to the #PCs
required to explain the specified percentage of variance. There is one
row of this kind for each percentage of variance specified when
creating the micomp
object.
P-value for the parametric test (first principal component).
P-value for the non-parametric test (first principal component).
P-value for the parametric test (first principal component), adjusted with the weighted Bonferroni procedure, percentage of explained variance used as weight.
P-value for the non-parametric test (first principal component), adjusted with the weighted Bonferroni procedure, percentage of explained variance used as weight.
# A micomp object from package datasets (i.e. grpoutputs objects) directly
summary(micomp(5, 0.85,
list(list(name = "CompEq", grpout = pphpc_ok),
list(name = "CompNoShuf", grpout = pphpc_noshuff),
list(name = "CompDiff", grpout = pphpc_diff))))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.