print.summary.accrued {accrued} | R Documentation |
summary.accrued
class.Displays as text summarized partially accruing data objects of the summary.accrued
class.
## S3 method for class 'summary.accrued' print(x, ...)
x |
Object of class |
... |
Parameters to pass to |
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.
None.
Ian Painter and Julie Eaton
data(accruedDataExample) testData <- data.accrued(accruedDataExample) summ_dat = summary(testData) # summary.accrued object summ_dat # prints the object