Learn R Programming

ChainLadder (version 0.2.19)

summary.checkTriangleInflation: Summary function for a checkTriangleInflation object

Description

summary method for a checkTriangleInflation object

Usage

# S3 method for checkTriangleInflation
summary(object, ...)

Value

summary.checkTriangleInflation gives a named numeric array of three rows.

rate

Inflation rate for the specific development period

R2

\(R^2\) coefficient for each regression curve

points

Number of points used

Arguments

object

object of class checkTriangleInflation

...

optional arguments for a summary method

Author

Marco De Virgilis devirgilis.marco@gmail.com

Details

summary.checkTriangleInflation shows the summary of a checkTriangleInflation object.

See Also

See also checkTriangleInflation, plot.checkTriangleInflation

Examples

Run this code
 test <- checkTriangleInflation( MedMal$MedMalOutstanding / MedMal$MedMalOpen )
 summary(test)

Run the code above in your browser using DataLab