Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/merlinoa/exhibit
clean up objects returned by ChainLadder package
https://github.com/merlinoa/exhibit
Last synced: about 2 months ago
JSON representation
clean up objects returned by ChainLadder package
- Host: GitHub
- URL: https://github.com/merlinoa/exhibit
- Owner: merlinoa
- Created: 2014-09-23T20:50:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-20T20:45:00.000Z (about 9 years ago)
- Last Synced: 2024-11-30T01:44:59.915Z (about 2 months ago)
- Language: R
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - merlinoa/exhibit - clean up objects returned by ChainLadder package (R)
README
exhibit
=======[![Travis-CI Build Status](https://travis-ci.org/merlinoa/exhibit.svg?branch=master)](https://travis-ci.org/merlinoa/exhibit)
exhibit is an R package that extracts the most often desired results from the object returned by several `ChainLadder` package functions. It's purpose is to speed report creation by turning complicated lists into simple data frames or matricies that can be easily printed to a pdf or html report.
Installation
========```R
# install package
devtools::install_github("merlinoa/exhibit", build_vignettes = TRUE)
```