Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 2.36 KB

README.md

File metadata and controls

60 lines (39 loc) · 2.36 KB

Package description

A collection of datasets, originally for the book Computational Actuarial Science with R edited by Arthur Charpentier. Now, the package contains a large variety of actuarial datasets for students, teachers and researchers.

This package cannot be hosted on CRAN because the installed size is 214.9Mb.

We strongly encourage users to visit the R project website and take a look at the CRAN task view on Actuarial science proposed by Dutang & Goulet (2024).

Install

Please make sure that xts, zoo packages are installed.

To get the current released version please visit one of the three servers

Alternatively, you can use

install.packages("CASdatasets", repos = "http://dutangc.free.fr/pub/RRepos/", type="source")
#or 
install.packages("CASdatasets", repos = "http://dutangc.perso.math.cnrs.fr/RRepository/", type="source")
#or
install.packages("CASdatasets", repos = "http://cas.uqam.ca/pub/R/", type="source")
library(CASdatasets)

To get the current development version from github, you may try (or downloading the source file from this repository).

install.packages("devtools")
devtools::install_github("dutangc/CASdatasets")
library(CASdatasets)

Authors and contact

Issues can be reported on https://github.com/dutangc/CASdatasets/issues.

Authors gratefully acknowledge the following contributors: Julien Siharath and Ewen Gallic for contributing to the package.

How to contribute?

If you to contribute, please contact us. We will help you in the anonymizing process so that neither policyholders nor the insurer can be identified.

Citation

If you use CASdatasets, you should cite:
Christophe Dutang and Arthur Charpentier (2024). CASdatasets: Insurance datasets, R package version 1.2-0.