Learn R Programming

ChainLadder (version 0.2.14)

summary.cyEffTest: Summary function for a cyEffTest object

Description

summary method for a cyEffTest object

Usage

# S3 method for cyEffTest
summary(object, …)

Arguments

object

object of class cyEffTest

optional arguments for a summary method

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

Details

summary.cyEffTest shows the summary of a cyEffTest object.

See Also

See also cyEffTest, plot.cyEffTest

Examples

Run this code
# NOT RUN {
 test <- cyEffTest(RAA)
 summary(test)
# }

Run the code above in your browser using DataLab