paircomp.jt | R Documentation |
paircomp.jt
performs multiple comparisons by adjusting the level of significance for James second order test.
## S3 method for class 'jt'
paircomp(x, adjust.method = c("bonferroni", "none"), verbose = TRUE, ...)
x |
a |
adjust.method |
Method for adjusting the significance level. "bonferroni": Bonferroni correction, "none": No correction. |
verbose |
a logical for printing output to R console. |
... |
Additional arguments affecting multiple comparisons of groups in one-way independent designs. |
Returns a data.frame of output.
Osman Dag
library(onewaytests)
out <- james.test(Sepal.Length ~ Species, data = iris, alpha = 0.05)
paircomp(out, adjust.method = "bonferroni")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.