Learn R Programming

ChainLadder (version 0.2.19)

summary.cyEffTest: Summary function for a cyEffTest object

Description

summary method for a cyEffTest object

Usage

# S3 method for cyEffTest
summary(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 Table

Range

data frame containing the upper and lower limits of the confidence interval range

Arguments

object

object of class cyEffTest

...

optional arguments for a summary method

Author

Marco De Virgilis devirgilis.marco@gmail.com

Details

summary.cyEffTest shows the summary of a cyEffTest object.

See Also

See also cyEffTest, plot.cyEffTest

Examples

Run this code
 test <- cyEffTest(RAA)
 summary(test)

Run the code above in your browser using DataLab