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 74265
Line 1... Line 1...
1
% File src/library/stats/man/Tukey.Rd
1
% File src/library/stats/man/Tukey.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{Tukey}
6
\name{Tukey}
7
\alias{Tukey}
7
\alias{Tukey}
8
\title{The Studentized Range Distribution}
8
\title{The Studentized Range Distribution}
Line 52... Line 52...
52
}
52
}
53
\source{
53
\source{
54
  \code{qtukey} is in part adapted from Odeh and Evans (1974).
54
  \code{qtukey} is in part adapted from Odeh and Evans (1974).
55
}
55
}
56
\references{
56
\references{
57
  Copenhaver, Margaret Diponzio and Holland, Burt S. (1988)
57
  Copenhaver, Margaret Diponzio and Holland, Burt S. (1988).
58
  Multiple comparisons of simple effects in
58
  Computation of the distribution of the maximum studentized range
59
  the two-way analysis of variance with fixed effects.
59
  statistic with application to multiple significance testing of simple
-
 
60
  effects.
60
  \emph{Journal of Statistical Computation and Simulation}, \bold{30}, 1--15.
61
  \emph{Journal of Statistical Computation and Simulation}, \bold{30},
-
 
62
  1--15.
-
 
63
  \doi{10.1080/00949658808811082}.
61
 
64
 
62
  Odeh, R. E.  and  Evans, J. O. (1974)
65
  Odeh, R. E.  and  Evans, J. O. (1974).
63
  Algorithm AS 70: Percentage Points of the Normal Distribution.
66
  Algorithm AS 70: Percentage Points of the Normal Distribution.
64
  \emph{Applied Statistics} \bold{23}, 96--97.
67
  \emph{Applied Statistics}, \bold{23}, 96--97.
-
 
68
  \doi{10.2307/2347061}.
65
}
69
}
66
\seealso{
70
\seealso{
67
  \link{Distributions} for standard distributions, including
71
  \link{Distributions} for standard distributions, including
68
  \code{\link{pnorm}} and \code{\link{qnorm}} for the corresponding
72
  \code{\link{pnorm}} and \code{\link{qnorm}} for the corresponding
69
  functions for the normal distribution.
73
  functions for the normal distribution.