Learn R Programming

clmplus (version 1.0.1)

plot.AggregateDataPP: Plot the payments behavior

Description

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

Usage

# S3 method for AggregateDataPP
plot(x, ...)

Value

No return value, plots the run-off triangle cumulative payments and incremental payments.

Arguments

x

AggregateDataPP to be plotted.

...

Arguments to be passed to plot.

References

Pittarello, Gabriele, Munir Hiabu, and Andrés M. Villegas. "Replicating and extending chain ladder via an age-period-cohort structure on the claim development in a run-off triangle." arXiv preprint arXiv:2301.03858 (2023).

Examples

Run this code
data(sifa.mtpl)
sifa.mtpl.pp <- AggregateDataPP(cumulative.payments.triangle=sifa.mtpl)
plot(sifa.mtpl.pp)

Run the code above in your browser using DataLab