plot.assumptions_micomp {micompr} | R 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 |
... |
Extra options passed to |
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))
[Package micompr version 1.1.4 Index]