# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "REffectivePred" in publications use:' type: software license: GPL-2.0-or-later title: 'REffectivePred: Pandemic Prediction Model in an SIRS Framework' version: 1.0.1 doi: 10.32614/CRAN.package.REffectivePred abstract: 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. The main model was published in Razvan G. Romanescu et al. . authors: - family-names: Romanescu given-names: Razvan email: razvan_romanescu@hotmail.com - family-names: Hu given-names: Songdi - family-names: Haque given-names: Md Ashiqul - family-names: Tremblay-Savard given-names: Olivier repository: https://rootofunity.r-universe.dev commit: 3fa466aeb3e10e28f28775dbd08f7aacdb5d14b9 date-released: '2024-11-12' contact: - family-names: Romanescu given-names: Razvan email: razvan_romanescu@hotmail.com