assumptions.micomp: Get assumptions for parametric tests performed on each...

View source: R/micomp.R

assumptions.micompR Documentation

Get assumptions for parametric tests performed on each comparisons

Description

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

Usage

## S3 method for class 'micomp'
assumptions(obj)

Arguments

obj

Object of class micomp.

Value

Object of class assumptions_micomp containing the assumptions for parametric tests performed for the multiple comparisons held by the mcmp object. This object is a multi-dimensional list of assumptions_cmpoutput objects. Rows are associated with individual outputs, while columns are associated with separate comparisons.

Examples


# Create a micomp object, use provided dataset
mic <- micomp(6, 0.8,
              list(list(name = "NLOKvsJEXOK", grpout = pphpc_ok),
                   list(name = "NLOKvsJEXNOSHUFF", grpout = pphpc_noshuff),
                   list(name = "NLOKvsJEXDIFF", grpout = pphpc_diff)))

# Create an object containing the statistic tests evaluating the assumptions
# of the comparisons performed in the mic object
a <- assumptions(mic)


micompr documentation built on Aug. 20, 2023, 1:07 a.m.