print.ata {ChainLadder} | R 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 |
... |
further arguments passed to |
Details
print.ata
simply print
s 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="")
[Package ChainLadder version 0.2.19 Index]