summary.cyEffTest {ChainLadder} | R Documentation |
Summary function for a cyEffTest object
Description
summary
method for a cyEffTest
object
Usage
## S3 method for class 'cyEffTest'
summary(object, ...)
Arguments
object |
object of class |
... |
optional arguments for a |
Details
summary.cyEffTest
shows the summary of a cyEffTest
object.
Value
summary.cyEffTest
gives a list of three elements back
Table |
data frame containing the statistics for each calendar year |
Totals |
data frame of totals of the main statistics from the dataframe |
Range |
data frame containing the upper and lower limits of the confidence interval range |
Author(s)
Marco De Virgilis devirgilis.marco@gmail.com
See Also
See also cyEffTest
,
plot.cyEffTest
Examples
test <- cyEffTest(RAA)
summary(test)
[Package ChainLadder version 0.2.19 Index]