Learn R Programming

pomp (version 0.30-1)

dacca: Model of cholera transmission for historic Bengal.

Description

dacca contains 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 list consisting of [object Object],[object Object]

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$po)
theta <- dacca$transform(coef(dacca$po),dir="inverse") #MLEs
plot(simulate(dacca$po))
theta["eps"] <- 1
plot(simulate(dacca$po,params=dacca$transform(theta,dir="forward")))

Run the code above in your browser using DataLab