zip | R Documentation |
Density and random generation for the zero inflated Poisson distribution.
dZIP(x, lambda, r)
rZIP(n, lambda, r)
x |
vector of (non-negative integer) quantiles. |
lambda |
vector of (non-negative) means. |
r |
probability of excess zeros. |
n |
number of random values to return. |
Poisson distribution: Poisson
.
rZIP(15, 1.9, 0.9)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.