The R Project SVN R

Rev

Rev 59039 | Rev 68948 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59039 Rev 61160
Line 10... Line 10...
10
  Calculate pairwise comparisons between group levels with corrections
10
  Calculate pairwise comparisons between group levels with corrections
11
  for multiple testing.
11
  for multiple testing.
12
}
12
}
13
\usage{
13
\usage{
14
pairwise.wilcox.test(x, g, p.adjust.method = p.adjust.methods,
14
pairwise.wilcox.test(x, g, p.adjust.method = p.adjust.methods,
15
                      paired=FALSE, \dots)
15
                      paired = FALSE, \dots)
16
}
16
}
17
\arguments{
17
\arguments{
18
  \item{x}{ response vector. }
18
  \item{x}{ response vector. }
19
  \item{g}{ grouping vector or factor. }
19
  \item{g}{ grouping vector or factor. }
20
  \item{p.adjust.method}{ method for adjusting p values (see
20
  \item{p.adjust.method}{ method for adjusting p values (see