The R Project SVN R

Rev

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

Rev 68948 Rev 74265
Line 1... Line 1...
1
% File src/library/stats/man/oneway.test.Rd
1
% File src/library/stats/man/oneway.test.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-2018 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{oneway.test}
6
\name{oneway.test}
7
\alias{oneway.test}
7
\alias{oneway.test}
8
\title{Test for Equal Means in a One-Way Layout}
8
\title{Test for Equal Means in a One-Way Layout}
Line 44... Line 44...
44
\details{
44
\details{
45
  If the right-hand side of the formula contains more than one term,
45
  If the right-hand side of the formula contains more than one term,
46
  their interaction is taken to form the grouping.
46
  their interaction is taken to form the grouping.
47
}
47
}
48
\references{
48
\references{
49
  B. L. Welch (1951),
49
  B. L. Welch (1951).
50
  On the comparison of several mean values: an alternative approach.
50
  On the comparison of several mean values: an alternative approach.
51
  \emph{Biometrika}, \bold{38}, 330--336.
51
  \emph{Biometrika}, \bold{38}, 330--336.
-
 
52
  \doi{10.2307/2332579}.
52
}
53
}
53
\seealso{
54
\seealso{
54
  The standard t test (\code{\link{t.test}}) as the special case for two
55
  The standard t test (\code{\link{t.test}}) as the special case for two
55
  samples;
56
  samples;
56
  the Kruskal-Wallis test \code{\link{kruskal.test}} for a nonparametric
57
  the Kruskal-Wallis test \code{\link{kruskal.test}} for a nonparametric