50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

ChainLadder (version 0.2.20)

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

R2 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