plot.clmplusmodel {clmplus}R Documentation

Plot the hazard model fitted and forecasted parameters

Description

This function allows to define the behavior of the triangle payments.

Usage

## S3 method for class 'clmplusmodel'
plot(x, cy.type = "fe", ...)

Arguments

x

clmplus model to be plotted.

cy.type

whether to show fitted period effect with or without extrapolatio Default is "fe", standing for fitted and extrapolated. Alternative is to specify "f" for fitted effect.

...

Arguments to be passed to plot.

Value

No return value, plots coefficients of the hazard models.

References

Hiabu, Munir. “On the relationship between classical chain ladder and granular reserving.” Scandinavian Actuarial Journal 2017 (2017): 708 - 729.

Examples

data(sifa.mtpl)
sifa.mtpl.rtt <- RtTriangle(cumulative.payments.triangle=sifa.mtpl)
hz.chl<-clmplus(sifa.mtpl.rtt, 'a')
plot(hz.chl)


[Package clmplus version 0.1.0 Index]