The R Project SVN R

Rev

Rev 88459 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88459 Rev 88598
Line 50... Line 50...
50
  \code{qtukey} which uses a simple secant method for finding the
50
  \code{qtukey} which uses a simple secant method for finding the
51
  inverse of \code{ptukey}.
51
  inverse of \code{ptukey}.
52
  \code{qtukey} will be accurate to the 4th decimal place.
52
  \code{qtukey} will be accurate to the 4th decimal place.
53
}
53
}
54
\source{
54
\source{
55
  \code{qtukey} is in part adapted from Odeh and Evans (1974).
55
  \code{qtukey} is in part adapted from \bibcitet{R:Odeh+Evans:1974}.
56
}
56
}
57
\references{
57
\references{
58
  Copenhaver, Margaret Diponzio and Holland, Burt S. (1988).
-
 
59
  Computation of the distribution of the maximum studentized range
-
 
60
  statistic with application to multiple significance testing of simple
-
 
61
  effects.
-
 
62
  \emph{Journal of Statistical Computation and Simulation}, \bold{30},
-
 
63
  1--15.
-
 
64
  \doi{10.1080/00949658808811082}.
58
  \bibshow{R:Copenhaver+Holland:1988,
65
 
-
 
66
  Odeh, R. E.  and  Evans, J. O. (1974).
59
    R:Odeh+Evans:1974}
67
  Algorithm AS 70: Percentage Points of the Normal Distribution.
-
 
68
  \emph{Applied Statistics}, \bold{23}, 96--97.
-
 
69
  \doi{10.2307/2347061}.
-
 
70
}
60
}
71
\seealso{
61
\seealso{
72
  \link{Distributions} for standard distributions, including
62
  \link{Distributions} for standard distributions, including
73
  \code{\link{pnorm}} and \code{\link{qnorm}} for the corresponding
63
  \code{\link{pnorm}} and \code{\link{qnorm}} for the corresponding
74
  functions for the normal distribution.
64
  functions for the normal distribution.