ChainLadder is an R package providing methods and models which are typically used in insurance claims reserving, including:
For a Python claims reserving package visit chainladder-python.
You can install the stable version from CRAN:
('ChainLadder', dependencies = TRUE) install.packages
You can also install the package via the Github repository:
# install.package("remotes") # In case you have not installed it.
remotes::install_github("mages/ChainLadder", dependencies = TRUE)
(ChainLadder)
library?ChainLadder
(ChainLadder) demo
See the ChainLadder package vignette for more details.
To cite package ‘ChainLadder’ in publications see the output of:
(package="ChainLadder") citation
See also:
Markus Gesmann. Claims Reserving and IBNR. Computational Actuarial Science with R. 2014. Chapman and Hall/CRC
This package is free and open source software, licensed under GPL.
ChainLadder documentation is licensed under a
Creative
Commons Attribution-ShareAlike 4.0 International License.