| Line 24... |
Line 24... |
| 24 |
\item{x, q}{vector of quantiles representing the number of failures in
|
24 |
\item{x, q}{vector of quantiles representing the number of failures in
|
| 25 |
a sequence of Bernoulli trials before success occurs.}
|
25 |
a sequence of Bernoulli trials before success occurs.}
|
| 26 |
\item{p}{vector of probabilities.}
|
26 |
\item{p}{vector of probabilities.}
|
| 27 |
\item{n}{number of observations. If \code{length(n) > 1}, the length
|
27 |
\item{n}{number of observations. If \code{length(n) > 1}, the length
|
| 28 |
is taken to be the number required.}
|
28 |
is taken to be the number required.}
|
| 29 |
\item{prob}{probability of success in each trial. \code{0 < prob <= 1}.}
|
29 |
\item{prob}{probability of success in each trial.
|
| - |
|
30 |
\eqn{0 < \code{prob} \le 1}.}
|
| 30 |
\item{log, log.p}{logical; if \code{TRUE}, probabilities
|
31 |
\item{log, log.p}{logical; if \code{TRUE}, probabilities
|
| 31 |
are given as logarithms.}
|
32 |
are given as logarithms.}
|
| 32 |
\item{lower.tail}{logical; if \code{TRUE} (default), probabilities are
|
33 |
\item{lower.tail}{logical; if \code{TRUE} (default), probabilities are
|
| 33 |
\eqn{P[X \le x]}, otherwise, \eqn{P[X > x]}.}
|
34 |
\eqn{P[X \le x]}, otherwise, \eqn{P[X > x]}.}
|
| 34 |
}
|
35 |
}
|