The R Project SVN R

Rev

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

Rev 61433 Rev 61975
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, http://www.R-project.org
2
% Part of the R package, http://www.R-project.org
3
% Copyright 1995-2012 R Core Team
3
% Copyright 1995-2013 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 35... Line 35...
35
  observations each.
35
  observations each.
36
}
36
}
37
\value{
37
\value{
38
  \code{ptukey} gives the distribution function and \code{qtukey} its
38
  \code{ptukey} gives the distribution function and \code{qtukey} its
39
  inverse, the quantile function.
39
  inverse, the quantile function.
-
 
40
  
-
 
41
  The length of the result is the maximum of the lengths of the
-
 
42
  numerical parameters.  The other numerical parameters are recycled
-
 
43
  to that length.  Only the first elements of the logical parameters
-
 
44
  are used.  
40
}
45
}
41
\note{
46
\note{
42
  A Legendre 16-point formula is used for the integral of \code{ptukey}.
47
  A Legendre 16-point formula is used for the integral of \code{ptukey}.
43
  The computations are relatively expensive, especially for
48
  The computations are relatively expensive, especially for
44
  \code{qtukey} which uses a simple secant method for finding the
49
  \code{qtukey} which uses a simple secant method for finding the