accruedDataExample: Data set for illustrating accrued data methods

Description Usage Format Details Examples

Description

Simulated dataset of 12 months of counts accrued over 12 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

1

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.

Examples

1
2
3
4

Example output

Loading required package: grid

Summary of accrued data object with  time points.

        Upload Proportion  Mean Proportion  Mean Count  Quartile 1  Median
 Lag                                                                      
 0      0.61               0.00               1.5       0.00        0.00  
 1      0.84               0.26             122.9       0.19        0.25  
 2      0.86               0.56             268.8       0.50        0.57  
 3      0.86               0.75             358.8       0.71        0.77  
 4      0.93               0.92             437.4       0.89        0.93  
 5      1.00               0.97             462.3       0.95        1.00  
 6      1.00               0.99             471.1       0.99        1.00  
 7      1.00               0.99             470.5       1.00        1.00  
 8      1.00               0.99             473.0       1.00        1.00  
 9      1.00               1.00             477.3       1.00        1.00  
 10     1.00               1.00             477.4       1.00        1.00  
 11     1.00               1.00             477.5       1.00        1.00  
 12     1.00               1.00             477.6       1.00        1.00  
 final  1.00               1.00             477.6       1.00        1.00  
        Quartile 3
 Lag              
 0      0.00      
 1      0.33      
 2      0.65      
 3      0.81      
 4      0.97      
 5      1.00      
 6      1.00      
 7      1.00      
 8      1.00      
 9      1.00      
 10     1.00      
 11     1.00      
 12     1.00      
 final  1.00      

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