accruedDataExample: Data set for illustrating accrued data methods
Description
Simulated dataset of 12 months of counts accrued over 20 days. This data set is a data.frame. To use the dataset with any of the functions in the package, the user must first convert it to an accrued object.
Usage
data(accruedDataExample)
Arguments
format
A data frame of count data showing the cumulative count data received, with each row representing an encounter date and columns representing the number of days after the encounter. The "final" column represents the final count for each encounter date.
Details
A simulated dataset designed to represent typical observed behavior.