Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

print.ata

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

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

Statistical Methods and Models for Claims Reserving in General Insurance

v0.2.12
GPL (>= 2)
Authors
Markus Gesmann [aut, cre], Daniel Murphy [aut], Yanwei (Wayne) Zhang [aut], Alessandro Carrato [aut], Giuseppe Crupi [ctb], Christophe Dutang [ctb], Arnaud Lacoume [ctb], Arthur Charpentier [ctb], Mario Wuthrich [aut], Fabio Concina [aut], Eric Dal Moro [aut], Yuriy Krvavych [ctb], Vincent Goulet [ctb], Marco De Virgilis [ctb]
Initial release
2021-01-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.