micompr (version 1.1.0)

assumptions.cmpoutput: Get assumptions for parametric tests performed on output comparisons

Description

Get assumptions for parametric tests performed on output comparisons (i.e. from objects of class cmpoutput).

Usage

# S3 method for cmpoutput
assumptions(obj)

Arguments

obj

Object of class cmpoutput.

Value

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).

Examples

Run this code
# NOT RUN {
# 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)

# }

Run the code above in your browser using DataLab