print.assumptions_micomp: Print information about the assumptions concerning the...

View source: R/micomp.R

print.assumptions_micompR 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 assumptions_micomp.

...

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)


FakenMC/micompr documentation built on Jan. 31, 2024, 5:09 a.m.