powered by
paircomp.jt performs multiple comparisons by adjusting the level of significance for James second order test.
paircomp.jt
# S3 method for jt paircomp(x, adjust.method = c("bonferroni", "none"), verbose = TRUE, ...)
Returns a data.frame of output.
a jt object.
jt
Method for adjusting the significance level. "bonferroni": Bonferroni correction, "none": No correction.
a logical for printing output to R console.
Additional arguments affecting multiple comparisons of groups in one-way independent designs.
Osman Dag
library(onewaytests) out <- james.test(Sepal.Length ~ Species, data = iris, alpha = 0.05) paircomp(out, adjust.method = "bonferroni")
Run the code above in your browser using DataLab