Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robjhyndman/demography
demography package for R
https://github.com/robjhyndman/demography
actuarial cran demography forecasting r
Last synced: 7 days ago
JSON representation
demography package for R
- Host: GitHub
- URL: https://github.com/robjhyndman/demography
- Owner: robjhyndman
- Created: 2012-04-18T06:02:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T01:30:03.000Z (over 1 year ago)
- Last Synced: 2024-10-15T23:30:56.297Z (22 days ago)
- Topics: actuarial, cran, demography, forecasting, r
- Language: R
- Homepage: https://pkg.robjhyndman.com/demography
- Size: 12.2 MB
- Stars: 73
- Watchers: 12
- Forks: 25
- Open Issues: 13
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
- jimsghstars - robjhyndman/demography - demography package for R (R)
README
---
output: github_document
editor_options:
chunk_output_type: console
---```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-"
)
```# demography
[![CRAN status](https://www.r-pkg.org/badges/version/demography)](https://cran.r-project.org/package=demography)
[![cran checks](https://badges.cranchecks.info/worst/demography.svg)](https://cran.r-project.org/web/checks/check_results_demography.html)
[![R-CMD-check](https://github.com/robjhyndman/demography/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/robjhyndman/demography/actions/workflows/R-CMD-check.yaml)
[![Downloads](https://cranlogs.r-pkg.org/badges/demography)](https://cran.r-project.org/package=demography)
[![Licence](https://img.shields.io/badge/licence-GPL--3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)
The R package `demography` provides functions for demographic analysis including: lifetable calculations; Lee-Carter modelling; functional data analysis of mortality rates, fertility rates, net migration numbers; and stochastic population forecasting.## Installation
You can install the **stable** version on
[R CRAN](https://CRAN.R-project.org/package=demography).```r
install.packages('demography', dependencies = TRUE)
```You can also install the **development** version from
[Github](https://github.com/robjhyndman/demography)```r
# install.packages("devtools")
library(devtools)
install_github("robjhyndman/demography")
```## License
This package is free and open source software, licensed under GPL (>= 3).