REffectivePred: Pandemic Prediction Model in an SIRS Framework

A suite of methods to fit and predict case count data using a compartmental SIRS (Susceptible – Infectious – Recovered – Susceptible) model, based on an assumed specification of the effective reproduction number. The significance of this approach is that it relates epidemic progression to the average number of contacts of infected individuals, which decays as a function of the total susceptible fraction remaining in the population. The main functions are pred.curve(), which computes the epidemic curve for a set of parameters, and estimate.mle(), which finds the best fitting curve to observed data. The easiest way to pass arguments to the functions is via a config file, which contains input settings required for prediction, and the package offers two methods, navigate_to_config() which points the user to the configuration file, and re_predict() for starting the fit-predict process. Razvan G. Romanescu et al. (2023) <doi:10.1016/j.epidem.2023.100708>.

Version: 1.0.0
Imports: yaml, config, zoo, grDevices, utils
Published: 2024-02-02
Author: Razvan Romanescu [aut, cre], Songdi Hu [aut], Md Ashiqul Haque [aut], Olivier Tremblay-Savard [aut]
Maintainer: Razvan Romanescu <Razvan.Romanescu at umanitoba.ca>
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
NeedsCompilation: no
CRAN checks: REffectivePred results

Documentation:

Reference manual: REffectivePred.pdf

Downloads:

Package source: REffectivePred_1.0.0.tar.gz
Windows binaries: r-devel: REffectivePred_1.0.0.zip, r-release: REffectivePred_1.0.0.zip, r-oldrel: REffectivePred_1.0.0.zip
macOS binaries: r-release (arm64): REffectivePred_1.0.0.tgz, r-oldrel (arm64): REffectivePred_1.0.0.tgz, r-release (x86_64): REffectivePred_1.0.0.tgz, r-oldrel (x86_64): REffectivePred_1.0.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=REffectivePred to link to this page.