print.mct | R Documentation |
Print output of multiple_comparisons
## S3 method for class 'mct'
print(x, ...)
x |
An mct object to print to the console. |
... |
Other arguments |
The original object invisibly.
multiple_comparisons()
dat.aov <- aov(Petal.Width ~ Species, data = iris)
output <- multiple_comparisons(dat.aov, classify = "Species")
print(output)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.