| Literature DB >> 32287569 |
Michael Höhle1, Ulrike Feldmann1.
Abstract
RLadyBug is an S4 package for the simulation, visualization and estimation of stochastic epidemic models in R. Maximum likelihood and Bayesian inference can be performed to estimate the parameters in a susceptible-exposed-infectious-recovered (SEIR) model, which is a stochastic model for describing a single outbreak of an infectious disease. The package is thus one step towards statistical software supporting parameter estimation, calculation of confidence intervals and hypothesis testing for transmission models.Entities:
Keywords: MCMC; R; S4; SEIR model; SIR model; Stochastic modelling
Year: 2006 PMID: 32287569 PMCID: PMC7114252 DOI: 10.1016/j.csda.2006.11.016
Source DB: PubMed Journal: Comput Stat Data Anal ISSN: 0167-9473 Impact factor: 1.681
Fig. 1The object hierarchy of the RLadyBug S4 classes.
Fig. 2, , and for the three units in a lattice layout.
Fig. 3Snapshot of the animation illustrating the outbreak in a lattice.
Fig. 4Infectious period of each individual () in the CSFV example. Crosses denote the time of exposure (in days), lines connect the and events.
Fig. 5Sample path and kernel density of the -samples generated using coda.
Fig. 6Left panel: 2D-Kernel estimated posterior density surface of . Right panel: 1D-Kernel estimate of the posterior density of together with posterior mean, posterior median and a 95%-HPD interval.
| > | |||
| > | |||
| + | E0 = matrix(c(0, 1, 0), 1, 3)) | ||
| > | |||
| + | initBetaN = list(init = 0.018), initIncu = list(g = 6.697, d = 0.84), | ||
| + | initInf = list(g = 1.772, d = 0.123)) | ||
| > | plot(simulate(options, layout = layout), type = state | ||
| samples | thin | burnin |
| 2500 | 25 | 50000 |
| An object of class LBInferenceMCMC |
| Parameter Estimations (posterior mean from 2500 samples): | |||||
| Parameter: | |||||
| beta | betaN | gammaE | deltaE | gammaI | deltaI |
| 0.03706 | 0.02837 | 56.82000 | 9.37400 | 2.16200 | 0.25640 |
| StandardErrors (posterior std.dev. from 2500 samples): | |||||
| beta | betaN | gammaE | deltaE | gammaI | deltaI |
| 0.018500 | 0.009481 | 45.510000 | 7.761000 | 0.738100 | 0.097760 |
| mean | LB 95% HPD | UB 95% HPD |
| 1.4740612 | 0.1245430 | 3.3158915 |
| 2.5% | 50% | 97.5% |
| 0.3245193 | 0.6370434 | 1.2426485 |