micompr (version 1.1.0)

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

Arguments

x

Object of class assumptions_cmpoutput.

...

Currently ignored.

Value

None.

Examples

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

# }

Run the code above in your browser using DataCamp Workspace