Package: EpiNow2 1.9.0.9000

EpiNow2: Estimate and Forecast Real-Time Infection Dynamics
Estimates the time-varying reproduction number, rate of spread, and doubling time using a renewal equation approach combined with Bayesian inference via Stan. Supports Gaussian process and random walk priors for modelling changes in transmission over time. Accounts for delays between infection and observation (incubation period, reporting delays), right-truncation in recent data, day-of-week effects, and observation overdispersion. Can estimate relationships between primary and secondary outcomes (e.g., cases to hospitalisations or deaths) and forecast both. Runs across multiple regions in parallel. Based on Abbott et al. (2020) <doi:10.12688/wellcomeopenres.16006.1> and Gostic et al. (2020) <doi:10.1101/2020.06.18.20134858>.
Authors:
EpiNow2_1.9.0.9000.tar.gz
EpiNow2_1.9.0.9000.zip(r-4.7)EpiNow2_1.9.0.9000.zip(r-4.6)EpiNow2_1.9.0.9000.zip(r-4.5)
EpiNow2_1.9.0.9000.tgz(r-4.6-x86_64)EpiNow2_1.9.0.9000.tgz(r-4.6-arm64)EpiNow2_1.9.0.9000.tgz(r-4.5-x86_64)EpiNow2_1.9.0.9000.tgz(r-4.5-arm64)
EpiNow2_1.9.0.9000.tar.gz(r-4.7-x86_64)EpiNow2_1.9.0.9000.tar.gz(r-4.7-arm64)EpiNow2_1.9.0.9000.tar.gz(r-4.6-arm64)EpiNow2_1.9.0.9000.tar.gz(r-4.6-x86_64)
manual.pdf |manual.html✨
card.svg |card.png
EpiNow2/json (API)
NEWS
| # Install 'EpiNow2' in R: |
| install.packages('EpiNow2', repos = c('https://epiforecasts.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/epiforecasts/epinow2/issues
Pkgdown/docs site:https://epiforecasts.io
- example_confirmed - Example Confirmed Case Data Set
- example_generation_time - Example generation time
- example_incubation_period - Example incubation period
- example_reporting_delay - Example reporting delay
- example_truncated - Example Case Data Set with Truncation
backcalculationcovid-19gaussian-processesopen-sourcereproduction-numberstancpp
Last updated from:4fd8834bc1. Checks:10 NOTE, 2 FAIL, 1 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | NOTE | 678 | ||
| linux-devel-x86_64 | FAIL | 1559 | ||
| source / vignettes | OK | 989 | ||
| linux-release-arm64 | NOTE | 1250 | ||
| linux-release-x86_64 | NOTE | 684 | ||
| macos-release-arm64 | NOTE | 405 | ||
| macos-release-x86_64 | NOTE | 913 | ||
| macos-oldrel-arm64 | NOTE | 391 | ||
| macos-oldrel-x86_64 | NOTE | 960 | ||
| windows-devel | NOTE | 965 | ||
| windows-release | NOTE | 910 | ||
| windows-oldrel | NOTE | 925 | ||
| wasm-release | FAIL | 194 |
Exports:add_breakpointsbackcalc_optsbootstrapped_dist_fitbound_distcalc_CrIcalc_CrIscalc_summary_measurescalc_summary_statsclean_nowcastscollapseconvert_to_logmeanconvert_to_logsdconvolve_and_scaledelay_optsDirichletdiscretisediscretizedist_fitepinowepinow2_cmdstan_modelestimate_delayestimate_distestimate_infectionsestimate_secondaryestimate_truncationExpexpose_stan_fnsextract_CrIsextract_initsextract_samplesextract_stan_paramfill_missingfilter_leading_zerosfix_parametersFixedforecast_infectionsforecast_optsforecast_secondaryGammageneration_time_optsget_distributionget_parametersget_pmfget_predictionsget_regional_resultsget_samplesgp_optsgrowth_to_Rgt_optsis_constrainedLogNormalmake_confmap_prob_changenew_dist_specNonParametricNormalobs_optsopts_listplot_estimatesplot_summaryR_to_growthregional_epinowregional_runtimesregional_summaryreport_plotsreport_summaryrt_optssecondary_optsset_dt_single_threadsetup_default_loggingsetup_futuresetup_loggingsimulate_infectionssimulate_secondarystan_laplace_optsstan_optsstan_pathfinder_optsstan_sampling_optsstan_vb_optstrunc_optsupdate_secondary_argsWeibull
Dependencies:abindbackportsBHcallrcheckmateclicpp11data.tabledescdistributionalfarverformatRfutile.loggerfutile.optionsgenericsggplot2gluegridExtragtableinlineisobandlabelinglambda.rlifecycleloolubridatemagrittrmatrixStatsnumDerivotelpatchworkpillarpkgbuildpkgconfigposteriorprimarycensoredprocessxpspurrrQuickJSRR.methodsS3R.ooR.utilsR6RColorBrewerRcppRcppEigenRcppParallelrlangrstanrstantoolsrunnerS7scalesStanHeaderstensorAtibbletimechangetruncnormutf8vctrsviridisLitewithr
Case studies and use in the literature
Rendered fromcase-studies.Rmdusingknitr::rmarkdownon Jun 18 2026.Last update: 2026-05-19
Started: 2022-10-17
Examples: estimate_infections()
Rendered fromestimate_infections_options.Rmdusingknitr::rmarkdownon Jun 18 2026.Last update: 2026-06-17
Started: 2023-10-03
Fitting delay distributions with estimate_dist()
Rendered fromestimate_dist_workflow.Rmdusingknitr::rmarkdownon Jun 18 2026.Last update: 2026-05-19
Started: 2026-05-19
Forecasting multiple data streams
Rendered fromforecasting_multiple_data_streams.Rmdusingknitr::rmarkdownon Jun 18 2026.Last update: 2026-06-17
Started: 2025-02-27
Gaussian Process implementation details
Rendered fromgaussian_process_implementation_details.Rmdusingknitr::rmarkdownon Jun 18 2026.Last update: 2026-06-05
Started: 2023-04-27
Getting started with EpiNow2
Rendered fromEpiNow2.Rmdusingknitr::rmarkdownon Jun 18 2026.Last update: 2026-06-17
Started: 2024-01-09
Model definition: estimate_dist()
Rendered fromestimate_dist.Rmdusingknitr::rmarkdownon Jun 18 2026.Last update: 2026-05-19
Started: 2026-05-19
Model definition: estimate_infections()
Rendered fromestimate_infections.Rmdusingknitr::rmarkdownon Jun 18 2026.Last update: 2026-06-05
Started: 2022-10-17
Model definition: estimate_secondary()
Rendered fromestimate_secondary.Rmdusingknitr::rmarkdownon Jun 18 2026.Last update: 2025-02-03
Started: 2022-10-17
Model definition: estimate_truncation()
Rendered fromestimate_truncation.Rmdusingknitr::rmarkdownon Jun 18 2026.Last update: 2026-06-17
Started: 2022-10-17
Model features
Rendered frommodel_features.Rmdusingknitr::rmarkdownon Jun 18 2026.Last update: 2026-05-19
Started: 2026-05-07
Model overview
Rendered frommodel_overview.Rmdusingknitr::rmarkdownon Jun 18 2026.Last update: 2026-05-19
Started: 2026-05-07
Prior choice and specification guide
Rendered fromprior_choice_guide.Rmdusingknitr::rmarkdownon Jun 18 2026.Last update: 2026-06-17
Started: 2025-11-13
Understanding delay distributions in EpiNow2
Rendered fromdelays.Rmdusingknitr::rmarkdownon Jun 18 2026.Last update: 2026-05-19
Started: 2026-05-07
Using epinow() for running in production mode
Rendered fromepinow.Rmdusingknitr::rmarkdownon Jun 18 2026.Last update: 2026-06-17
Started: 2023-10-03
Workflow for Rt estimation and forecasting
Rendered fromestimate_infections_workflow.Rmdusingknitr::rmarkdownon Jun 18 2026.Last update: 2026-06-17
Started: 2023-10-03
