micompr (version 1.1.0)

print.micomp: Print information about multiple comparisons of outputs

Description

Print information about objects of class micomp.

Usage

# S3 method for micomp
print(x, ...)

Arguments

x

Object of class micomp.

...

Currently ignored.

Value

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

Examples

Run this code
# NOT RUN {
# A micomp object from package datasets (i.e. grpoutputs objects) directly

micomp(c("outA", "outB", "outC", "outD"), 0.9,
              list(list(name = "Comp1", grpout = pphpc_ok),
                   list(name = "Comp2", grpout = pphpc_noshuff),
                   list(name = "Comp3", grpout = pphpc_diff)))
# }

Run the code above in your browser using DataCamp Workspace