Chee Chen
2011-Aug-19 20:43 UTC
[R] help: how to generate counts from generalized poisson distribution
Dear All, Is there a simulator that can generate observations from a generalized poisson distribution? Thanks and regards, Chee [[alternative HTML version deleted]]
Michael Lerch
2011-Aug-19 21:01 UTC
[R] help: how to generate counts from generalized poisson distribution
On Fri, Aug 19, 2011 at 04:43:35PM -0400, Chee Chen wrote:> Dear All, > Is there a simulator that can generate observations from a generalized poisson distribution? > Thanks and regards, > CheeYou can use rzigp() in the ZIGP package. rzigp(n,mu,phi,omega=0) for generalized poisson. Michael