dacca
constructs 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).
The parameters are the MLE for the SIRS model with seasonal reservoir.
dacca(gamma = 20.8, eps = 19.1, rho = 0, delta = 0.02,
deltaI = 0.06, clin = 1, alpha = 1, beta_trend = -0.00498,
logbeta = c(0.747, 6.38, -3.44, 4.23, 3.33, 4.55),
logomega = log(c(0.184, 0.0786, 0.0584, 0.00917, 0.000208, 0.0124)),
sd_beta = 3.13, tau = 0.23, S_0 = 0.621, I_0 = 0.378, Y_0 = 0,
R1_0 = 0.000843, R2_0 = 0.000972, R3_0 = 1.16e-07)
recovery rate
rate of waning of immunity for severe infections
rate of waning of immunity for inapparent infections
baseline mortality rate
cholera mortality rate
fraction of infections that lead to severe infection
transmission function exponent
slope of secular trend in transmission
seasonal transmission rates
seasonal environmental reservoir parameters
environmental noise intensity
measurement error s.d.
initial susceptible fraction
initial fraction of population infected
initial fraction of the population in the Y class
initial fractions in the respective R classes
dacca
returns a ‘pomp’ object containing the model, data, and MLE
parameters, as estimated by King et al. (2008).
Data are provided courtesy of Dr. Menno J. Bouma, London School of Tropical Medicine and Hygiene.
A. A. King, E. L. Ionides, M. Pascual, and M. J. Bouma, Inapparent infections and cholera dynamics, Nature, 454:877-880, 2008
Other pomp examples: blowflies
,
ebola
, gompertz
,
measles
, ou2
,
ricker
, rw2
,
sir_models
, verhulst
# NOT RUN {
po <- dacca()
plot(po)
## MLE:
coef(po)
plot(simulate(po))
# }
Run the code above in your browser using DataLab