Learn R Programming

ChainLadder (version 0.1.7)

plot.MackChainLadder: Plot method for a MackChainLadder object

Description

plot.MackChainLadder, a method to plot the output of MackChainLadder. It is designed to give a quick overview of a MackChainLadder object and to check Mack's model assumptions.

Usage

## S3 method for class 'MackChainLadder':
plot(x, mfrow=c(3,2), title=NULL, lattice=FALSE,...)

Arguments

x
output from MackChainLadder
mfrow
see par
title
see title
lattice
logical. Default is set to FALSE and plots as described in the details section are produced. If lattice=TRUE, the function xyplot of the lattice package is used to plot develo
...
optional arguments. See plot.default for more details.

Details

plot.MackChainLadder shows six graphs, starting from the top left with a stacked bar-chart of the latest claims position plus IBNR and Mack's standard error by origin period; next right to it is a plot of the forecasted development patterns for all origin periods (numbered, starting with 1 for the oldest origin period), and 4 residual plots. The residual plots show the standardised residuals against fitted values, origin period, calendar period and development period. All residual plot should show no patterns or directions for Mack's method to be applicable. Pattern in any direction can be the result of trends and should be further investigated, see Barnett and Zehnwirth. Best estimates for reserves. Proceedings of the CAS, LXXXVI I(167), November 2000. for more details on trends.

See Also

See Also MackChainLadder, residuals.MackChainLadder

Examples

Run this code
plot(MackChainLadder(RAA))

Run the code above in your browser using DataLab