Learn R Programming

ChainLadder (version 0.1.2-8)

summary.MackChainLadder: Summary and print function for Mack-chain-ladder

Description

summary and print methods for a MackChainLadder object

Usage

## S3 method for class 'MackChainLadder':
summary(object, \dots)

## S3 method for class 'MackChainLadder': print(x, \dots)

Arguments

x, object
object of class "MackChainLadder"
...
optional arguments to print or summary methods

Value

  • summary.MackChainLadder gives a list of two elements back
  • ByOrigindata frame with Latest (latest actual claims costs), Dev.To.Date (chain ladder development to date), Ultimate (estimate ultimate claims cost), IBNR (estimated IBNR), Mack.S.E (Mack's estimation of the standard error of the IBNR), and CV(IBNR) (Coefficient of Variance, Mack.S.E/IBNR)
  • Totalsdata frame of totals over all origin periods. The items follow the same naming convention as in ByOrigin above

Details

print.MackChainLadder calls summary.MackChainLadder and prints a formatted version of the summary.

See Also

See Also MackChainLadder, plot.MackChainLadder

Examples

Run this code
R <- MackChainLadder(RAA)
 R
 summary(R)
 summary(R)$ByOrigin$Ultimate

Run the code above in your browser using DataLab