Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/spedygiorgio/lifecontingencies

Financial and Actuarial Mathematics for Life Contingencies
https://github.com/spedygiorgio/lifecontingencies

actuarial cran financial life-contingencies life-insurance r

Last synced: about 2 months ago
JSON representation

Financial and Actuarial Mathematics for Life Contingencies

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```

# lifecontingencies

The goal of lifecontingencies is to perform demographics and actuarial mathematics stuff in R.

## Installation

You can install lifecontingencies from github with:

```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("spedygiorgio/lifecontingencies")
```

## Example

This is a basic example which shows you how to solve a common problem:

```{r example}
## basic example code
require(lifecontingencies)
##computing a term life insurance
data("soa08Act")
Axn(actuarialtable = soa08Act, x=40, n=25)
```