The R Project SVN R

Rev

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

Rev 86303 Rev 88563
Line 1... Line 1...
1
% File src/library/stats/man/ppoints.Rd
1
% File src/library/stats/man/ppoints.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-2017 R Core Team
3
% Copyright 1995-2025 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{ppoints}
6
\name{ppoints}
7
\title{Ordinates for Probability Plotting}
7
\title{Ordinates for Probability Plotting}
8
\usage{
8
\usage{
Line 28... Line 28...
28
 
28
 
29
  \code{ppoints()} is used in \code{qqplot} and \code{qqnorm} to generate
29
  \code{ppoints()} is used in \code{qqplot} and \code{qqnorm} to generate
30
  the set of probabilities at which to evaluate the inverse distribution.
30
  the set of probabilities at which to evaluate the inverse distribution.
31
 
31
 
32
  The choice of \code{a} follows the documentation of the function of the
32
  The choice of \code{a} follows the documentation of the function of the
33
  same name in \bibcite{Becker \abbr{et al.}\sspace(1988)}, and appears to have been
33
  same name in \bibcitet{R:Becker+Chambers+Wilks:1988}, and appears to have been
34
  motivated by results from \bibcite{Blom (1958)} on approximations to expect normal
34
  motivated by results from \bibcitet{R:Blom:1958} on approximations to expect normal
35
  order statistics (see also \code{\link{quantile}}).
35
  order statistics (see also \code{\link{quantile}}).
36
 
36
 
37
  The probability points for the continuous sample quantile types 5 to 9
37
  The probability points for the continuous sample quantile types 5 to 9
38
  (see \code{\link{quantile}}) can be obtained by taking \code{a} as,
38
  (see \code{\link{quantile}}) can be obtained by taking \code{a} as,
39
  respectively, 1/2, 0, 1, 1/3, and 3/8.
39
  respectively, 1/2, 0, 1, 1/3, and 3/8.
40
}
40
}
41
\references{
41
\references{
42
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
-
 
43
  \emph{The New S Language}.
-
 
44
  Wadsworth & Brooks/Cole.
-
 
45
 
-
 
46
  Blom, G. (1958)
-
 
47
  \emph{Statistical Estimates and Transformed Beta Variables.}
-
 
48
  Wiley
42
  \bibshow{*}
49
}
43
}
50
\seealso{
44
\seealso{
51
  \code{\link{qqplot}}, \code{\link{qqnorm}}.
45
  \code{\link{qqplot}}, \code{\link{qqnorm}}.
52
}
46
}
53
\examples{
47
\examples{