summary.checkTriangleInflation {ChainLadder} | R Documentation |
Summary function for a checkTriangleInflation object
Description
summary
method for a checkTriangleInflation
object
Usage
## S3 method for class 'checkTriangleInflation'
summary(object, ...)
Arguments
object |
object of class |
... |
optional arguments for a |
Details
summary.checkTriangleInflation
shows the summary of a checkTriangleInflation
object.
Value
summary.checkTriangleInflation
gives a named numeric array of three rows.
rate |
Inflation rate for the specific development period |
R2 |
|
points |
Number of points used |
Author(s)
Marco De Virgilis devirgilis.marco@gmail.com
See Also
See also checkTriangleInflation
,
plot.checkTriangleInflation
Examples
test <- checkTriangleInflation( MedMal$MedMalOutstanding / MedMal$MedMalOpen )
summary(test)
[Package ChainLadder version 0.2.19 Index]