-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
65 lines (64 loc) · 1.78 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Generated by roxygen2: do not edit by hand
export(define_wasting)
export(flag_outliers)
export(get_age_months)
export(mw_check_ipcamn_ssreq)
export(mw_estimate_prevalence_combined)
export(mw_estimate_prevalence_mfaz)
export(mw_estimate_prevalence_muac)
export(mw_estimate_prevalence_screening)
export(mw_estimate_prevalence_wfhz)
export(mw_estimate_smart_age_wt)
export(mw_neat_output_mfaz)
export(mw_neat_output_muac)
export(mw_neat_output_wfhz)
export(mw_plausibility_check_mfaz)
export(mw_plausibility_check_muac)
export(mw_plausibility_check_wfhz)
export(mw_stattest_ageratio)
export(mw_wrangle_age)
export(mw_wrangle_muac)
export(mw_wrangle_wfhz)
export(recode_muac)
export(remove_flags)
importFrom(dplyr,across)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,ends_with)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,is_grouped_df)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(lubridate,ymd)
importFrom(methods,is)
importFrom(nipnTK,ageRatioTest)
importFrom(nipnTK,digitPreference)
importFrom(nipnTK,greensIndex)
importFrom(nipnTK,sexRatioTest)
importFrom(nipnTK,skewKurt)
importFrom(rlang,.data)
importFrom(rlang,enquo)
importFrom(rlang,eval_tidy)
importFrom(rlang,quo_is_null)
importFrom(rlang,quo_name)
importFrom(rlang,sym)
importFrom(scales,label_percent)
importFrom(scales,label_pvalue)
importFrom(srvyr,as_survey_design)
importFrom(srvyr,survey_mean)
importFrom(stats,na.omit)
importFrom(stats,pnorm)
importFrom(stats,prop.test)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(zscorer,addWGSR)