View source: R/TriangleTests.R
summary.checkTriangleInflation | R Documentation |
summary
method for a checkTriangleInflation
object
## S3 method for class 'checkTriangleInflation'
summary(object, ...)
object |
object of class |
... |
optional arguments for a |
summary.checkTriangleInflation
shows the summary of a checkTriangleInflation
object.
summary.checkTriangleInflation
gives a named numeric array of three rows.
rate |
Inflation rate for the specific development period |
R2 |
|
points |
Number of points used |
Marco De Virgilis devirgilis.marco@gmail.com
See also checkTriangleInflation
,
plot.checkTriangleInflation
test <- checkTriangleInflation( MedMal$MedMalOutstanding / MedMal$MedMalOpen )
summary(test)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.