View source: R/pairwise.var.test.R
pairwise.var.test | R Documentation |
Performs pairwise comparisons between group levels with corrections for multiple testing.
pairwise.var.test(resp, fact, p.method = "fdr",
alternative = c("two.sided","less", "greater"))
resp |
response vector. |
fact |
grouping factor. |
p.method |
method for p-values correction. See help of |
alternative |
a character string specifying the alternative hypothesis, must be one of |
method |
a character string giving the name of the test. |
data.name |
a character string giving the name(s) of the data. |
p.value |
table of results. |
p.adjust.method |
method for p-values correction. |
Maxime HERVE <maxime.herve@univ-rennes1.fr>
pairwise.perm.var.test
require(graphics)
# Bartlett test
bartlett.test(count~spray,data=InsectSprays)
# Pairwise comparisons
pairwise.var.test(InsectSprays$count,InsectSprays$spray)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.