Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kasaai/insurance
- Owner: kasaai
- License: cc0-1.0
- Archived: true
- Created: 2018-04-06T20:17:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-08T20:39:24.000Z (about 5 years ago)
- Last Synced: 2024-08-13T07:15:41.371Z (4 months ago)
- Language: R
- Homepage:
- Size: 3.25 MB
- Stars: 13
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - kasaai/insurance - Tidy datasets for actuarial science and insurance (R)
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
```