View source: R/negativeBinomial.R
qneg_binomial_2 | R Documentation |
The Negative Binomial Quantile Function (alternative parameterisation)
qneg_binomial_2(p, mu, phi, lower.tail = TRUE, log.p = FALSE)
p |
vector of probabilities. |
mu |
mean. |
phi |
dispersion. |
lower.tail |
logical; if TRUE (default), probablities are P[X <= x], otherwise, [X > x]. |
log.p |
logical; if TRUE, probabilities are given as log(p). |
A vector of quantiles, each of which correspond to a probability in p.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.