View source: R/zeroInflatedNegativeBinomialLogLinked.R
qzinbll_2 | R Documentation |
Zero-inflated Negative Log-linked Binomial Quantile Function
qzinbll_2(p, mu, phi, gamma0, gamma1, lower.tail = TRUE, log.p = FALSE)
p |
vector of quantiles. |
mu |
mean of the distribution. |
phi |
dispersion parameter. |
gamma0 |
The zero-inflation to mean link intercept. |
gamma1 |
The zero-inflation to mean link gradient. |
lower.tail |
logical; if TRUE (default), probabilities are P[X <= x], otherwise, P[X > x]. |
log.p |
logical; if TRUE, probabilities p. This doesn't affect pi. |
A vector of quantiles, each of which coincide with the respective probability in p.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.