run_no_detection: Run No outbreak detection algorithm

Description Usage Arguments Value

View source: R/event_detection.R

Description

Run No outbreak detection algorithm

Usage

1
run_no_detection(epi_fc_data, quo_groupfield, report_dates)

Arguments

epi_fc_data

Internal pass of epidemiological data complete with future forecast values.

quo_groupfield

Quosure of the user given geographic grouping field to run_epidemia().

report_dates

Internally generated set of report date information: min, max, list of dates for full report, known epidemiological data period, forecast period, and early detection period.

Value

Returns a list of three generated series with all NAs: "ed" : early detection alerts (ed period of most recent epi data) "ew" : early warning alerts (forecast/future portion) "thresh" : threshold values per week


EcoGRAPH/epidemiar documentation built on Nov. 13, 2020, 5:31 p.m.