ChainLadder (version 0.2.9)

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, …)

Arguments

x

object resulting from a call to the ata function

further arguments passed to print

Value

A summary.ata matrix, invisibly.

Details

print.ata simply prints summary.ata.

See Also

ata and summary.ata

Examples

Run this code
# NOT RUN {
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