-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
44 lines (44 loc) · 1.5 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
36
37
38
39
40
41
42
43
44
Package: anthro
Version: 1.0.1.9000
Title: Computation of the WHO Child Growth Standards
Description: Provides WHO Child Growth Standards (z-scores) with
confidence intervals and standard errors around the
prevalence estimates, taking into account complex sample designs.
More information on the methods is
available online:
<https://www.who.int/tools/child-growth-standards>.
Authors@R: c(person("Dirk", "Schumacher", ,
"[email protected]", c("aut", "cre")),
person("Elaine", "Borghi", , "[email protected]", "ctb"),
person("Jonathan", "Polonsky", , "[email protected]", "ctb"),
person(given = "World Health Organization", role = "cph"))
License: GPL-3
Encoding: UTF-8
URL: https://github.com/worldhealthorganization/anthro
BugReports: https://github.com/worldhealthorganization/anthro/issues
ByteCompile: true
Depends: R (>= 3.2)
Imports:
survey
Suggests:
testthat
RoxygenNote: 7.3.2
Collate:
'anthro-package.R'
'utils.R'
'prevalence-survey.R'
'prevalence-simple.R'
'assertions.R'
'prevalence.R'
'z-score-helper.R'
'api.R'
'prevalence-compute-api.R'
'z-score-arm-circumference-for-age.R'
'z-score-bmi-for-age.R'
'z-score-head-circumference-for-age.R'
'z-score-length-for-age.R'
'z-score-subscapular-skinfold-for-age.R'
'z-score-triceps-skinfold-for-age.R'
'z-score-weight-for-age.R'
'z-score-weight-for-lenhei.R'
'z-score.R'