print.ata: Print Age-to-Age factors

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/ata.r

Description

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

Usage

1
2
## 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

1
2
3
4
5
6
7
8
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="") 

edalmoro/ChainLadderQuantileV1 documentation built on May 29, 2019, 3:05 a.m.