fluData: ALERT test data

Description Format Examples

Description

Weekly influenza cases from a hospital

Format

A weekly time series.

Examples

1
2
3
4
5
6
7
data(fluData)

## project the proper start date for the upcoming flu season
createALERT(data=fluData, firstMonth=8, lag=7, minWeeks=8, allThresholds=TRUE, k=2, target.pct=0.85)

## cross validate the above projection
robustALERT(minPercent=c(.8, .85, .9), maxDuration=c(12, 13, 14), data=fluData, firstMonth=8, lag=7, minWeeks=8, allThresholds=TRUE, k=2, target.pct=0.85)

nickreich/ALERT documentation built on Jan. 8, 2020, 5:25 p.m.