Learn R Programming

DCL (version 0.1.2)

Plot.clm.par: Plotting the estimated chain ladder parameters

Description

Show a plot with the estimates of the chain ladder parameters and the development factors

Usage

Plot.clm.par( clm.par )

Arguments

clm.par

A list object with the estimated chain ladder parameters: the value returned by the functions clm.

Value

No returned value

References

Martinez-Miranda, M.D., Nielsen, J.P. and Verrall, R. (2012) Double Chain Ladder. Astin Bulletin, 42/1, 59-76.

See Also

clm, dcl.estimation, Plot.triangle

Examples

Run this code
# NOT RUN {
data(NtriangleDCL)
my.clm.par<-clm(NtriangleDCL)

Plot.clm.par(my.clm.par)
# }

Run the code above in your browser using DataLab