qzigp {ZIGP} | R Documentation |
'qzigp' calculates the quantiles of the ZIGP distribution.
qzigp(p, mu, phi, omega)
p |
vector of probabilities |
mu |
mean |
phi |
dispersion parameter |
omega |
zero inflation parameter |
Calculates a vector of the same length as of p containing quantiles of the ZIGP distribution.
p <- seq(0, 1, 0.1) qzigp(p, 2, 1.5, 0.2) #[1] 0 0 0 0 0 1 1 2 3 4 75