All Projects → robjhyndman → demography

robjhyndman / demography

Licence: other
demography package for R

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to demography

Forecast
forecast package for R
Stars: ✭ 893 (+1929.55%)
Mutual labels:  cran, forecasting
Fpp3 Package
All data sets required for the examples and exercises in the book "Forecasting: principles and practice" (3rd ed, 2020) by Rob J Hyndman and George Athanasopoulos <http://OTexts.org/fpp3/>. All packages required to run the examples are also loaded.
Stars: ✭ 43 (-2.27%)
Mutual labels:  cran, forecasting
fpp3package
All data sets required for the examples and exercises in the book "Forecasting: principles and practice" (3rd ed, 2020) by Rob J Hyndman and George Athanasopoulos <http://OTexts.org/fpp3/>. All packages required to run the examples are also loaded.
Stars: ✭ 93 (+111.36%)
Mutual labels:  cran, forecasting
FLightR
R package to position animals with solar geolocation archival tags
Stars: ✭ 16 (-63.64%)
Mutual labels:  cran
meta
Official Git repository of R package meta
Stars: ✭ 48 (+9.09%)
Mutual labels:  cran
rcppredis
R interface to Redis using the hiredis library
Stars: ✭ 45 (+2.27%)
Mutual labels:  cran
xfun
Miscellaneous R functions
Stars: ✭ 102 (+131.82%)
Mutual labels:  cran
foot
foot是一个集足球数据采集器,简单分析的项目.AI足球球探为程序全自动处理,全程无人为参与干预足球分析足球预测程序.程序根据各大指数多维度数据,结合作者多年足球分析经验,精雕细琢,集天地之灵气,汲日月之精华,历时七七四十九天,经Bug九九八十一个,编码而成.有兴趣的朋友,可以关注一下公众号AI球探(微信号ai00268).
Stars: ✭ 96 (+118.18%)
Mutual labels:  forecasting
ctv
CRAN Task View Initiative
Stars: ✭ 17 (-61.36%)
Mutual labels:  cran
cran-network-structure
Scripts used for my UseR!2015 presentation on the network structure of CRAN
Stars: ✭ 22 (-50%)
Mutual labels:  cran
magi
📈 high level wrapper for parallel univariate time series forecasting 📉
Stars: ✭ 17 (-61.36%)
Mutual labels:  forecasting
pbapply
Adding progress bar to '*apply' functions in R
Stars: ✭ 115 (+161.36%)
Mutual labels:  cran
UCSCXenaShiny
📊 An R package for interactively exploring UCSC Xena https://xenabrowser.net/datapages/
Stars: ✭ 52 (+18.18%)
Mutual labels:  cran
badgecreatr
Quickly place relevant badges at the top of your readme, stop copy pasting, start on your project
Stars: ✭ 61 (+38.64%)
Mutual labels:  cran
cattonum
Encode Categorical Features
Stars: ✭ 31 (-29.55%)
Mutual labels:  cran
anomalyDetection
An R package for implementing augmented network log anomaly detection procedures
Stars: ✭ 21 (-52.27%)
Mutual labels:  cran
rchess
♛ Chess package for R
Stars: ✭ 68 (+54.55%)
Mutual labels:  cran
forestplot
Advanced forest plots in R using grid graphics
Stars: ✭ 29 (-34.09%)
Mutual labels:  cran
PackageDevelopment
Task View: PackageDevelopment
Stars: ✭ 38 (-13.64%)
Mutual labels:  cran
tidytree
🚿A Tidy Tool for Phylogenetic Tree Data Manipulation
Stars: ✭ 34 (-22.73%)
Mutual labels:  cran

demography

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.

install.packages('demography', dependencies = TRUE)

You can also install the development version from Github

# install.packages("devtools")
library(devtools)
install_github("robjhyndman/demography")

License

This package is free and open source software, licensed under GPL (>= 2).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].