Introduction
The rplanes
package (plausibility analysis of epidemiological signals) provides functionality to prepare data and analyze plausibility of both forecasted and reported epidemiological signals. The functions implement a set of plausibility algorithms that are agnostic to geographic and time resolutions and are calculated independently and then presented as a combined score.
Installation
The package is available to install from CRAN:
install.packages("rplanes")
Alternatively you can install the package from GitHub:
#install.packages("remotes")
remotes::install_github("signaturescience/rplanes", build_vignettes=TRUE)
Getting Started
The rplanes
package includes vignettes describing package features in detail. To get started, refer to the “Basic Usage” vignette on the package website or in the R console:
vignette("basic-usage", package="rplanes")