README.md

ExcessILI

ExcessILI facilitates formatting line list data from syndromic surveillance datasets into time series, and enables analysis of these data to detect increases in reporting above the seasonal baseline. For US data, there is an option to automatically adjust the data for state-specific flu activity (using data from NREVSS and/or state-specific RSV activity (based on Google search volume). The user can either start with line list data, or formatted time series data. An rshiny app is provided to examine data products.

Installation

# Currently, ExcessILI is not availble on CRAN
# install.packages("ExcessILI")

# Install development version from GitHub. This requires that the 'devtools'
# package be installed.
if (!require("devtools")) {
  install.packages("devtools")
}
devtools::install_github("weinbergerlab/ExcessILI")

Usage

Resources



weinbergerlab/ExcessILI documentation built on May 30, 2021, 10:57 a.m.