Learn R Programming

accrued (version 1.2)

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

Description

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

Usage

## S3 method for class 'accrued':
summary(object, \dots)

Arguments

object
Object of the accrued class.
...
Parameters to pass to print.default or plot.

Value

  • summary.accrued invisibly returns an object of the summary.accrued class, consisting of a list with the following components:
  • upload.propVector containing the percentage of days on which an upload was recevied for each lag
  • mean.propVector containing the mean proportion of counts received by each lag
  • mean.totalVector containing the mean counts received by each lag
  • q1.propVector containing the 1st quartile of the proportion of counts received by each lag
  • q2.propVector containing the 2nd quartile of the proportion of counts received by each lag
  • q3.propVector containing the 3rd quartile of the proportion of counts received by each lag

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.

Examples

Run this code
data(accruedDataExample)
	dat <- data.accrued(accruedDataExample)
	summ_dat = summary(dat)		# summary.accrued object

Run the code above in your browser using DataLab