Learn R Programming

accrued (version 1.2)

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

Description

Functions to print partially accrued data objects of the accrued class.

Usage

## S3 method for class 'accrued':
print(x, ...)

Arguments

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

Value

  • None.

Details

print.accrued displays a matrix of counts with columns representing the lag and rows the encounter date.

Examples

Run this code
data(accruedDataExample)
	dat <- data.accrued(accruedDataExample)

	dat					# print.accrued

Run the code above in your browser using DataLab