Therplanes package (plausibilityanalysis ofepidemiologicalsignals) provides functionality to prepare data andanalyze plausibility of both forecasted and reported epidemiologicalsignals. The functions implement a set of plausibility algorithms thatare agnostic to geographic and time resolutions and are calculatedindependently and then presented as a combined score.
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)Therplanes package includes vignettes describingpackage features in detail. To get started, refer to the “Basic Usage”vignette on thepackagewebsite or in the R console:
vignette("basic-usage",package="rplanes")Please use GitHub issues to report bugs or request features.Contributions will be reviewed via pull requests.