print.assumptions_cmpoutput {micompr}R Documentation

Print method for the assumptions of parametric tests used in a comparison of an output

Description

Print method for objects of class assumptions_cmpoutput, which contain the assumptions for the parametric tests used in a comparison of an output.

Usage

## S3 method for class 'assumptions_cmpoutput'
print(x, ...)

Arguments

x

Object of class assumptions_cmpoutput.

...

Currently ignored.

Value

None.

Examples


# Create a cmpoutput object from the provided datasets
cmp <- cmpoutput("All", c(0.7, 0.8, 0.9),
                 pphpc_diff$data[["All"]], pphpc_diff$obs_lvls)


[Package micompr version 1.1.4 Index]