Learn R Programming

pomp (version 0.38-2)

dacca: Model of cholera transmission for historic Bengal.

Description

dacca is a pomp object containing census and cholera mortality data from the Dacca district of the former British province of Bengal over the years 1891 to 1940 together with a stochastic differential equation transmission model. The model is that of King et al. (2008). It also has the MLE for the SIRS model with seasonal reservoir.

Data are provided courtesy of Dr. Menno J. Bouma, London School of Tropical Medicine and Hygiene.

Usage

data(dacca)

Arguments

Details

dacca is a pomp object containing the model, data, and MLE parameters. dacca.transform is a function that transforms the parameters.

References

King, A. A., Ionides, E. L., Pascual, M., and Bouma, M. J. Inapparent infections and cholera dynamics. Nature 454:877-880 (2008)

See Also

euler.sir, pomp

Examples

Run this code
data(dacca)
plot(dacca)
theta <- dacca.transform(coef(dacca),dir="inverse") #MLEs
plot(simulate(dacca))
theta["eps"] <- 1
plot(simulate(dacca,params=dacca.transform(theta,dir="forward")))

Run the code above in your browser using DataLab