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

https://github.com/epiforecasts/epicastr

R package for spatial forecasting of infectious disease outbreaks
https://github.com/epiforecasts/epicastr

Last synced: 12 months ago
JSON representation

R package for spatial forecasting of infectious disease outbreaks

Awesome Lists containing this project

README

          

# Spatial forecasting of infectious disease outbreaks in R

The goal of EpiCastR is to ...

## Installation

The package can be installed using:

``` r
remotes::install_github("epiforecasts/EpiCastR")
```

## Example

This is a basic example which shows you how to solve a common problem:

``` r
library(EpiCastR)
## basic example code
```