forked from amvillegas/StMoMo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
51 lines (36 loc) · 1.69 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
output:
md_document:
variant: markdown_github
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
StMoMo
========================================================
[![Build Status](https://travis-ci.org/amvillegas/StMoMo.svg?branch=master)](https://travis-ci.org/amvillegas/StMoMo)
[![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/StMoMo)](https://cran.r-project.org/package=StMoMo) ![downloads](https://cranlogs.r-pkg.org/badges/grand-total/StMoMo)
StMoMo (Stochastic Mortality Modelling) is an R package providing functions to specify
and fit stochastic mortality models including the Lee-Carter models, the CBD model,
the APC model and many other (possibly new) models. The package also includes tools for
analysing the goodness of fit of the models and performing mortality projections and simulations.
An overview of the usage and facilities of StMoMo is described in the working paper [Andrés M. Villegas, Pietro Millossovich, Vladimir K. Kaishev. “StMoMo: An R Package for Stochastic Mortality Modelling”](https://github.com/amvillegas/StMoMo/raw/master/inst/doc/StMoMoVignette.pdf)
# Installation:
To install the stable version on R CRAN:
```R
install.packages("StMoMo")
````
To install the latest development version:
```R
install.packages("devtools")
devtools::install_github("amvillegas/StMoMo")
````
# License:
This package is free and open source software, licensed under GPL (>= 2)
If you are interested in the package feel free to email [email protected]
or track development at http://github.com/amvillegas/StMoMo