print.assumptions_cmpoutput | R Documentation |
Print method for objects of class assumptions_cmpoutput
, which
contain the assumptions for the parametric tests used in a comparison of an
output.
## S3 method for class 'assumptions_cmpoutput'
print(x, ...)
x |
Object of class |
... |
Currently ignored. |
None.
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.