Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 471 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 471 Bytes

Warning

This package is no longer being maintained.

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