laggedTSarray: Function to create an array of time series across accrual...

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/laggedTSarray.R

Description

Creates an array of time series graphs–one for each accrual lag–and displays a running median and MAD-based bounds on each graph.

Usage

1
laggedTSarray(x, daysOfHistory, lags, ...)

Arguments

x

Object of the accrued class containing data to be plotted.

daysOfHistory

An integer greater or equal to 1. If NULL, then defaults to 30. The number of days of previous data used to calculate the running median.

lags

A vector of nonnegative integers specifying which lagged time series will be plotted. If NULL, all lags are used.

...

Parameters to pass to plot.

Details

An array of graphs is produced, with the ith graph showing for each encounter date the cumulative counts received i-1 days after the encounter date, with the final graph showing the final counts. A running median and error bars are disiplayed by default. Error bars are calculated as \pm (2)(MAD) (median absolute deviations) from the running median, calculated using the same running window.

Value

None.

Author(s)

Julie Eaton and Ian Painter

See Also

data.accrued, stackedUploadData, uploadPattern, plot.accrued, plot.summary.accrued, lagHistogram, asOf

Examples

1
2
3
	data(accruedDataExample)			# simulated accrued data
	dat <- data.accrued(accruedDataExample)	# Convert to data.accrued object
	laggedTSarray(dat)

Example output

Loading required package: grid

accrued documentation built on May 2, 2019, 4:01 p.m.