plot.assumptions_micomp | R Documentation |
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.
## S3 method for class 'assumptions_micomp'
plot(x, ...)
x |
Object of class |
... |
Extra options passed to |
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.
None.
# 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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.