-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.Rmd
45 lines (31 loc) · 1.52 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# fiphde
<!-- badges: start -->
[![R-CMD-check](https://github.com/signaturescience/fiphde/workflows/R-CMD-check/badge.svg)](https://github.com/signaturescience/fiphde/actions)
[![CRAN status](https://www.r-pkg.org/badges/version/fiphde)](https://CRAN.R-project.org/package=fiphde)
<!-- badges: end -->
`fiphde`: **F**orecasting **I**nfluenza in Support of **P**ublic **H**ealth **DE**cision Making
## Motivation
`fiphde` was originally created to operationally forecast influenza hospitalizations during the 2021-22 and 2022-23 seasons of the [FluSight challenge](https://github.com/cdcepi/Flusight-forecast-data). The package includes functions for data retrieval, modeling, near-term forecasting, and forecast summarization. Functionality from `fiphde` has been implemented for other infectious disease forecasting, including the 2022-23 [DoD COVID-like illness forecasting challenge](https://github.com/cdcepi/DoD-CLI-forecast-data).
## Installation
To install `fiphde` from GitHub:
``` r
# install.packages("remotes")
remotes::install_github("signaturescience/fiphde", build_vignettes = TRUE)
```
## Usage
To get started, see the [package vignette](https://signaturescience.github.io/fiphde/articles/basic_usage.html):
```{r, eval=FALSE}
vignette("basic_usage", package="fiphde")
```