View source: R/wilcox.paired.multcomp.R
wilcox.paired.multcomp | R Documentation |
Performs non parametric pairwise comparisons of paired samples by Wilcoxon signed rank tests for paired data.
wilcox.paired.multcomp(formula, data, p.method = "fdr")
formula |
a formula of the form |
data |
an optional data frame containing the variables in the formula |
p.method |
method for p-values correction. See help of |
method |
name of the test. |
data.name |
a character string giving the name(s) of the data. |
method |
a character string indicating the name of the test. |
p.adjust.method |
method for p-values correction. |
p.value |
table of results of pairwise comparisons. |
Maxime HERVE <maxime.herve@univ-rennes1.fr>
pairwise.wilcox.test
, wilcox.test
response <- c(rnorm(10,0,3),rnorm(10,5,3),rnorm(10,8,2))
fact <- gl(3,10,labels=LETTERS[1:3])
block <- gl(10,1,30,labels=letters[1:10])
friedman.test(response~fact|block)
wilcox.paired.multcomp(response~fact|block)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.