micompr (version 1.1.0)

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

Arguments

x

Object of class assumptions_micomp.

...

Currently ignored.

Value

The argument x, invisibly, as for all print methods.

Examples

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

Run the code above in your browser using DataCamp Workspace