ChainLadder (version 0.2.9)

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 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
# NOT RUN {
 RAA
 MCL=MackChainLadder(RAA)
 MCL  

 residuals(MCL)

# }

Run the code above in your browser using DataCamp Workspace