https://github.com/merlinoa/lossdb
Insurance loss data management
https://github.com/merlinoa/lossdb
Last synced: about 1 month ago
JSON representation
Insurance loss data management
- Host: GitHub
- URL: https://github.com/merlinoa/lossdb
- Owner: merlinoa
- Created: 2014-05-12T18:12:10.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-06-27T00:50:40.000Z (almost 9 years ago)
- Last Synced: 2025-05-02T13:03:32.629Z (about 1 month ago)
- Language: HTML
- Homepage:
- Size: 2.01 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - merlinoa/lossdb - Insurance loss data management (HTML)
README
lossdb
========================================================`lossdb` is an R package for storing and manipulating insurance loss data. Many variables in insurance loss data sets can be loosely grouped into categories. `lossdb` takes advantage of these common categories and uses them to ease manipulation of insurance loss data sets. Additional functions are included for commonly desired manipulation, visualization, and data validation tasks.
Package installation:
```R
devtools::install_github("merlinoa/lossdb", build_vignettes = TRUE)
```
After installation, explore the introduction vignette to get a better feel for the goal and current capabilities of the package.```R
vignette("introduction", package = "lossdb")
```