Skip to content

Commit be49ac9

Browse files
author
hornik
committed
Spelling.
git-svn-id: https://svn.r-project.org/R/trunk@88428 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent fcd888f commit be49ac9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/library/stats/man/Chisquare.Rd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ rchisq(n, df, ncp = 0)
3232
\item{log, log.p}{logical; if TRUE, probabilities p are given as log(p).}
3333
\item{lower.tail}{logical; if TRUE (default), probabilities are
3434
\eqn{P[X \le x]}, otherwise, \eqn{P[X > x]}, unless for \code{df=0} and
35-
when \code{ncp} is missing, where the central chi-square cdf is based
35+
when \code{ncp} is missing, where the central chi-squared
36+
distribution function is based
3637
on \code{\link{pgamma}()}; in this case, probabilities are
3738
\eqn{P[X < x]} when \code{lower.tail} is true, and \eqn{P[X \ge x]}, otherwise.}
3839
}

0 commit comments

Comments
 (0)