print.summary.accrued: Print function for objects of the 'summary.accrued' class.

Description Usage Arguments Details Value Author(s) Examples

View source: R/summary.accrued.R

Description

Displays as text summarized partially accruing data objects of the summary.accrued class.

Usage

1
2
	## S3 method for class 'summary.accrued'
print(x, ...)

Arguments

x

Object of class summary.data.accrued.

...

Parameters to pass to print.

Details

print.summary.accrued prints to the screen the contents of a summary.accrued object, namely, the counts consisting of the percentage of days on which an upload was recevied for each lag, the mean proportion of counts received by each lag, and the mean counts received by each lag.

Value

None.

Author(s)

Ian Painter and Julie Eaton

Examples

1
2
3
4
5
	data(accruedDataExample)
	testData <- data.accrued(accruedDataExample)

	summ_dat = summary(testData)		# summary.accrued object
	summ_dat			# prints the object

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.0       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.