cmu-delphi / epiforecast-R

R package to implement and visualize several epidemiological forecasting methods.
GNU General Public License v2.0
21 stars 5 forks source link

Summary

R package that implements several methods for epidemiological forecasting empirical bayes (EB), basis regression (BR), and time-weighted kernel density estimation (twkde).

Installation

On mac or linux command line:

R CMD INSTALL epiforecast

or run the following in R:

devtools::install_github("cmu-delphi/epiforecast-R", subdir="epiforecast")

Tests

Run code in demo/demo.R