print.assumptions_micomp {micompr} | R Documentation |
Print information about the assumptions concerning the parametric tests performed on multiple comparisons of outputs
Description
Print information about objects of class assumptions_micomp
, which
represent the assumptions concerning the parametric tests performed on
multiple comparisons of outputs.
Usage
## S3 method for class 'assumptions_micomp'
print(x, ...)
Arguments
x |
Object of class |
... |
Currently ignored. |
Value
The argument x
, invisibly, as for all print
methods.
Examples
# 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)
[Package micompr version 1.1.4 Index]