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
- Host: GitHub
- URL: https://github.com/epiforecasts/epicastr
- Owner: epiforecasts
- Created: 2019-11-11T15:45:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-23T14:47:02.000Z (over 4 years ago)
- Last Synced: 2025-06-13T16:47:44.011Z (12 months ago)
- Language: R
- Homepage:
- Size: 139 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```