Generates several epidemic curves on a individual-based model
sim.epid.indiv(beta,
Tmax, n = 1, family = "poisson",
negbin.size = NULL)
A matrix with epidemics stored as columns (incidence count)
Contact rate in the SEIR model.
Maximum length of the epidemic (cases infected after this length will be truncated).
Number of epidemics to be simulated (default is 1)
Distribution of offspring (default is "poisson").
If family
is set to "negbin", sets the size parameter of the negative binomial distribution.
Pierre-Yves Boelle, Thomas Obadia