print.ata: Print Age-to-Age factors

View source: R/ata.r

print.ataR Documentation

Print Age-to-Age factors

Description

Function to print the results of a call to the ata function.

Usage

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

Arguments

x

object resulting from a call to the ata function

...

further arguments passed to print

Details

print.ata simply prints summary.ata.

Value

A summary.ata matrix, invisibly.

Author(s)

Daniel Murphy

See Also

ata and summary.ata

Examples

x <- ata(GenIns)

## Print ata factors rounded to 3 decimal places, the summary.ata default
print(x) 

## Round to 4 decimal places and print cells corresponding 
## to future observations as blanks.
print(summary(x, digits=4), na.print="") 


ChainLadder documentation built on July 9, 2023, 5:12 p.m.