summary.cmpoutput | R Documentation |
Summary method for objects of class cmpoutput
.
## S3 method for class 'cmpoutput'
summary(object, ...)
object |
Object of class |
... |
Currently ignored. |
A list with the following components:
Output name.
Number of principal components which explain var.exp
percentage of variance.
Minimum percentage of variance which must be explained by the number of principal components used for the MANOVA test.
P-value of the MANOVA test.
Name of the used parametric test.
Vector of $p$-values returned by applying the parametric test to each principal component.
Vector of $p$-values returned by applying the parametric test to each principal component, adjusted with the weighted Bonferroni procedure, percentage of explained variance used as weight.
Name of the used non-parametric test.
Vector of $p$-values returned by applying the non-parametric test to each principal component.
Vector of $p$-values returned by applying the non-parametric test to each principal component, adjusted with the weighted Bonferroni procedure, percentage of explained variance used as weight.
# Comparing the concatenated output of the pphpc_noshuff dataset, which
# contains simulation output data from two implementations of the PPHPC model
# executed with a minor implementation difference.
summary(
cmpoutput("All", 0.6, pphpc_noshuff$data[["All"]], pphpc_noshuff$obs_lvls)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.