print.assumptions_cmpoutput: Print method for the assumptions of parametric tests used in...

View source: R/cmpoutput.R

print.assumptions_cmpoutputR 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)


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