Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kasaai/insurance

Tidy datasets for actuarial science and insurance
https://github.com/kasaai/insurance

Last synced: 9 days ago
JSON representation

Tidy datasets for actuarial science and insurance

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

[![Travis build status](https://travis-ci.org/kasaai/insurance.svg?branch=master)](https://travis-ci.org/kasaai/insurance)

**NOTE: This package is now sunsetted. Please see https://cellar.kasa.ai.**

# insurance

The goal of **insurance** is to provide a curated repository of tidy datasets that can be used in insurance and actuarial science research.

## Installation

You can install the development version from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("kasaai/insurance")
```
## Example

```{r example}
library(insurance)
schedule_p
```