The R Project SVN R

Rev

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

Rev 88603 Rev 90060
Line 28... Line 28...
28
  \item{n}{number of observations.  If \code{length(n) > 1}, the length
28
  \item{n}{number of observations.  If \code{length(n) > 1}, the length
29
    is taken to be the number required.}
29
    is taken to be the number required.}
30
  \item{size}{target for number of successful trials, or dispersion
30
  \item{size}{target for number of successful trials, or dispersion
31
    parameter (the shape parameter of the gamma mixing distribution).
31
    parameter (the shape parameter of the gamma mixing distribution).
32
    Must be strictly positive, need not be integer.}
32
    Must be strictly positive, need not be integer.}
33
  \item{prob}{probability of success in each trial. \code{0 < prob <= 1}.}
33
  \item{prob}{probability of success in each trial.
-
 
34
    \eqn{0 < \code{prob} \le 1}.}
34
  \item{mu}{alternative parametrization via mean: see \sQuote{Details}.}
35
  \item{mu}{alternative parametrization via mean: see \sQuote{Details}.}
35
  \item{log, log.p}{logical; if \code{TRUE}, probabilities
36
  \item{log, log.p}{logical; if \code{TRUE}, probabilities
36
    are given as logarithms.}
37
    are given as logarithms.}
37
  \item{lower.tail}{logical; if \code{TRUE} (default), probabilities are
38
  \item{lower.tail}{logical; if \code{TRUE} (default), probabilities are
38
    \eqn{P[X \le x]}, otherwise, \eqn{P[X > x]}.}
39
    \eqn{P[X \le x]}, otherwise, \eqn{P[X > x]}.}