-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
43 lines (42 loc) · 1.01 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
export(.gigs_options)
export(categorise_headsize)
export(categorise_sfga)
export(categorise_stunting)
export(categorise_svn)
export(categorise_wasting)
export(categorise_wfa)
export(centile2value)
export(classify_growth)
export(classify_headsize)
export(classify_sfga)
export(classify_stunting)
export(classify_svn)
export(classify_wasting)
export(classify_wfa)
export(compute_headsize)
export(compute_sfga)
export(compute_stunting)
export(compute_svn)
export(compute_wasting)
export(compute_wfa)
export(gigs_hcaz)
export(gigs_input_options_set)
export(gigs_lhaz)
export(gigs_option_get)
export(gigs_option_set)
export(gigs_waz)
export(gigs_wlz)
export(ig_fet_estimate_fetal_weight)
export(ig_fet_estimate_ga)
export(report_units)
export(value2centile)
export(value2zscore)
export(zscore2value)
importFrom(rlang,enquo)
importFrom(rlang,eval_tidy)
importFrom(stats,complete.cases)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(stats,setNames)
importFrom(utils,getFromNamespace)