Learn R Programming

ChainLadder (version 0.1.7)

residuals.MackChainLadder: Extract residuals of a MackChainLadder model

Description

Extract residuals of a MackChainLadder model by origin-, calendar- and development period.

Usage

## S3 method for class 'MackChainLadder':
residuals(object, ...)

Arguments

object
output of MackChainLadder
...
not in use

Value

  • The function returns a data.frame of residuals and standardised residuals by origin-, calendar- and development period.

See Also

See Also MackChainLadder

Examples

Run this code
RAA
 MCL=MackChainLadder(RAA)
 MCL  

 residuals(MCL)

Run the code above in your browser using DataLab