plot.assumptions_micomp: Plot _p_-values for testing the assumptions of the parametric...

View source: R/micomp.R

plot.assumptions_micompR Documentation

Plot p-values for testing the assumptions of the parametric tests used in multiple output comparison

Description

Plot method for objects of class assumptions_cmpoutput containing p-values produced by testing the assumptions of the parametric tests used for multiple output comparisons.

Usage

## S3 method for class 'assumptions_micomp'
plot(x, ...)

Arguments

x

Object of class assumptions_micomp.

...

Extra options passed to barplot.

Details

Several bar plots are presented, one for each comparison and output combination, showing the several statistical tests employed to verify the assumptions of the parametric tests.

Value

None.

Examples


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

# Plot the p-values of the statistic tests evaluating the assumptions of the
# comparisons performed in the mic object
plot(assumptions(mic))


fakenmc/micompr documentation built on Feb. 3, 2024, 1:30 a.m.