-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
31 lines (31 loc) · 1.36 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
Package: MortalityEstimate
Type: Package
Title: Indirect Estimation Methods for Measurement of Demographic Indicators
Version: 0.9.18
Authors@R: c(
person("Marius D.", "Pascariu", role = c("aut", "cre", "cph"), email = "[email protected]", comment = c(ORCID = "0000-0002-2568-6489")),
person("Jose Manuel", "Aburto", role = "aut", comment = c(ORCID = "0000-0002-2926-6879")),
person("Ugofilippo", "Basellini", role = "aut", comment = c(ORCID = "0000-0003-0292-1404")),
person("Vladimir", "Canudas-Romo", role = "aut", comment = c(ORCID = "0000-0001-6532-0089")))
Description: Software library containing methods for estimating age-specific
death rates and life tables based on demographic indicators other that
death counts and population exposure to risk. Example of such indices are
life expectancy, infant mortality or observed survivorship within arbitrary
age intervals. The methods are described in Pascariu et al. (2020)
<doi:10.3390/risks8040109> and Wilmoth et al. (2012)
<doi:10.1080/00324728.2011.611411>.
License: MIT + file LICENSE
LazyData: TRUE
Depends: R (>= 3.0.0)
Imports:
MortalityLaws (>= 1.7.0),
pbapply (>= 1.3-4),
Rdpack (>= 0.11-0)
Suggests:
testthat (>= 2.0.0)
RdMacros:
Rdpack
URL: https://github.com/mpascariu/MortalityEstimate
BugReports: https://github.com/mpascariu/MortalityEstimate/issues
RoxygenNote: 7.1.1
Encoding: UTF-8