The R Project SVN R

Rev

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

Rev 68948 Rev 73570
Line 1... Line 1...
1
% File src/library/stats/man/pairwise.table.Rd
1
% File src/library/stats/man/pairwise.table.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2014 R Core Team
3
% Copyright 1995-2017 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{pairwise.table}
6
\name{pairwise.table}
7
\alias{pairwise.table}
7
\alias{pairwise.table}
8
\title{Tabulate p values for pairwise comparisons}
8
\title{Tabulate p values for pairwise comparisons}
Line 12... Line 12...
12
}
12
}
13
\usage{
13
\usage{
14
pairwise.table(compare.levels, level.names, p.adjust.method)
14
pairwise.table(compare.levels, level.names, p.adjust.method)
15
}
15
}
16
\arguments{
16
\arguments{
17
 \item{compare.levels}{ Function to compute (raw) p value given indices
17
 \item{compare.levels}{a \code{\link{function}} to compute (raw) p value
18
   \code{i} and \code{j} }
18
   given indices \code{i} and \code{j}.}
19
 \item{level.names}{ Names of the group levels}
19
 \item{level.names}{names of the group levels}
20
 \item{p.adjust.method}{Method for multiple testing adjustment.  Can be abbreviated.}
20
 \item{p.adjust.method}{a character string specifying the method for
-
 
21
   multiple testing adjustment; almost always one of
-
 
22
   \code{\link{p.adjust.methods}}.  Can be abbreviated.}
21
}
23
}
22
\details{
24
\details{
23
  Functions that do multiple group comparisons create separate
25
  Functions that do multiple group comparisons create separate
24
  \code{compare.levels} functions (assumed to be symmetrical in \code{i}
26
  \code{compare.levels} functions (assumed to be symmetrical in \code{i}
25
  and \code{j}) and passes them to this function.
27
  and \code{j}) and passes them to this function.