summary.accrued: Print and summary functions for objects of the 'accrued'...

Description Usage Arguments Details Value Author(s) Examples

View source: R/summary.accrued.R

Description

Functions to display and summarize (as text or as a plot) partially accruing data objects of the accrued class.

Usage

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

Arguments

object

Object of the accrued class.

...

Parameters to pass to print.default or plot.

Details

summary.accrued creates a summary object (of class summary.accrued) of 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

summary.accrued invisibly returns an object of the summary.accrued class, consisting of a list with the following components:

upload.prop

Vector containing the percentage of days on which an upload was recevied for each lag

mean.prop

Vector containing the mean proportion of counts received by each lag

mean.total

Vector containing the mean counts received by each lag

q1.prop

Vector containing the 1st quartile of the proportion of counts received by each lag

q2.prop

Vector containing the 2nd quartile of the proportion of counts received by each lag

q3.prop

Vector containing the 3rd quartile of the proportion of counts received by each lag

Author(s)

Ian Painter and Julie Eaton

Examples

1
2
3
	data(accruedDataExample)
	testData <- data.accrued(accruedDataExample)
	summ_dat = summary(testData)		# summary.accrued object

Example output

Loading required package: grid

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