assumptions.cmpoutput | R Documentation |
Get assumptions for parametric tests performed on output comparisons (i.e.
from objects of class cmpoutput
).
## S3 method for class 'cmpoutput'
assumptions(obj)
obj |
Object of class |
Object of class assumptions_cmpoutput
containing the
assumptions for parametric tests performed on an output comparison.
Basically a list containing the assumptions for the MANOVA (list of objects
of class assumptions_manova
, one per explained variance) and
univariate parametric tests for each principal component (object of class
assumptions_paruv
).
# Create a cmpoutput object from the provided datasets
cmp <- cmpoutput("All", 0.9, pphpc_ok$data[["All"]], pphpc_ok$obs_lvls)
# Get the assumptions for the parametric tests performed in cmp
acmp <- assumptions(cmp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.