micompr (version 1.1.0)

plot.assumptions_micomp: 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 assumptions_micomp
plot(x, ...)

Arguments

x

Object of class assumptions_micomp.

...

Extra options passed to barplot.

Value

None.

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.

Examples

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

Run the code above in your browser using DataLab