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
- Host: GitHub
- URL: https://github.com/epiforecasts/covidforecastanalysis
- Owner: epiforecasts
- License: other
- Created: 2021-05-06T14:42:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T13:29:36.000Z (about 5 years ago)
- Last Synced: 2023-03-03T19:34:33.822Z (over 3 years ago)
- Language: HTML
- Size: 4.85 MB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
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")
```