README.md

casdata

An R package containing and documenting the insurance loss data sets available on the CAS research website

Download the package using:

remotes::install_github("Ractuary/casdata")

And run the following code to see the included datasets:

help(package = "casdata")

Once the package is loaded, the data is accessible from your R session. e.g.

library(casdata)

# print the "comauto" data frame
comauto


merlinoa/casdata documentation built on May 22, 2019, 6:52 p.m.