print.assumptions_micomp | R Documentation |
Print information about objects of class assumptions_micomp
, which
represent the assumptions concerning the parametric tests performed on
multiple comparisons of outputs.
## S3 method for class 'assumptions_micomp'
print(x, ...)
x |
Object of class |
... |
Currently ignored. |
The argument x
, invisibly, as for all print
methods.
# Create a micomp object, use provided dataset
mic <- micomp(c("SheepPop", "WolfPop", "GrassQty"), 0.7,
list(list(name = "NLOKvsJEXOK", grpout = pphpc_ok),
list(name = "NLOKvsJEXNOSHUFF", grpout = pphpc_noshuff),
list(name = "NLOKvsJEXDIFF", grpout = pphpc_diff)))
# Print the results (p-values) of the statistic tests evaluating the
# assumptions of the comparisons performed in the mic object
assumptions(mic)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.