An open API service indexing awesome lists of open source software.

https://github.com/epiforecasts/covidforecastanalysis

Code for evaluating COVID-19 forecasts
https://github.com/epiforecasts/covidforecastanalysis

Last synced: 4 months ago
JSON representation

Code for evaluating COVID-19 forecasts

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# covidforecastanalysis

The goal of covidforecastanalysis is to compare forcated data with actual data.

## Installation

You can install the released version of covidforecastanalysis from [CRAN](https://CRAN.R-project.org) with:

``` r
install.packages("covidforecastanalysis")
```

And the development version from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("epiforecasts/covidforecastanalysis")
```