ChainLadder (version 0.2.18)

print.ata: Print Age-to-Age factors

Description

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

Usage

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

Value

A summary.ata matrix, invisibly.

Arguments

x

object resulting from a call to the ata function

...

further arguments passed to print

Author

Daniel Murphy

Details

print.ata simply prints summary.ata.

See Also

ata and summary.ata

Examples

Run this code
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="") 

Run the code above in your browser using DataLab