-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.35 KB
/
DESCRIPTION
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
Package: MortalityGaps
Type: Package
Title: The Double-Gap Life Expectancy Forecasting Model
Version: 1.0.6
Authors@R: c(person("Marius D.", "Pascariu", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-2568-6489")))
Description: Life expectancy is highly correlated over time among countries and
between males and females. These associations can be used to improve forecasts.
Here we have implemented a method for forecasting female life expectancy based on
analysis of the gap between female life expectancy in a country compared with
the record level of female life expectancy in the world. Second, to forecast
male life expectancy, the gap between male life expectancy and female life
expectancy in a country is analysed. We named this method the Double-Gap model.
For a detailed description of the method see Pascariu et al. (2018).
<doi:10.1016/j.insmatheco.2017.09.011>.
License: GPL-3
LazyData: TRUE
Depends: R (>= 3.4.0)
Imports:
forecast (>= 8.4),
MASS (>= 7.3),
crch (>= 1.0),
pbapply (>= 1.3),
Rdpack (>= 0.9-0)
Suggests:
MortalityLaws (>= 1.6.0),
knitr (>= 1.20),
rmarkdown (>= 1.10),
testthat (>= 2.0.0),
covr (>= 3.1.0)
RdMacros:
Rdpack
RoxygenNote: 7.1.1
VignetteBuilder: knitr
URL: https://github.com/mpascariu/MortalityGaps
BugReports: https://github.com/mpascariu/MortalityGaps/issues