View source: R/mvdistributions.R
rmvzipois | R Documentation |
Generate multivariate, Zero-inflated poisson data, with counts approximately correlated according to Sigma
rmvzipois(n, mu, Sigma = diag(length(mu)), lambdas, ps, ...)
n |
number of samples to draw |
mu |
mean vector for variables (of length |
Sigma |
|
lambdas |
supply rate parameter (instead of mu) |
ps |
probability of zeros (instead of mu) |
... |
arguments passed to |
Dxn
matrix with zi-poisson data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.