-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
85 lines (84 loc) · 2.05 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# Generated by roxygen2: do not edit by hand
export(chart_op_adl)
export(chart_op_age)
export(chart_op_csid)
export(chart_op_dds)
export(chart_op_hhs)
export(chart_op_income)
export(chart_op_k6)
export(chart_op_mf)
export(chart_op_muac)
export(chart_op_wash)
export(chart_op_wg)
export(create_op)
export(create_op_adl)
export(create_op_anthro)
export(create_op_dementia)
export(create_op_demo)
export(create_op_disability)
export(create_op_food)
export(create_op_health)
export(create_op_hunger)
export(create_op_income)
export(create_op_mental)
export(create_op_misc)
export(create_op_oedema)
export(create_op_screening)
export(create_op_visual)
export(create_op_wash)
export(estimate_classic)
export(estimate_op)
export(estimate_probit)
export(merge_op)
export(probit_gam)
export(probit_sam)
export(pyramid_plot)
export(report_op_adl)
export(report_op_anthro)
export(report_op_dementia)
export(report_op_demo)
export(report_op_disability)
export(report_op_docx)
export(report_op_food)
export(report_op_health)
export(report_op_html)
export(report_op_hunger)
export(report_op_income)
export(report_op_mental)
export(report_op_misc)
export(report_op_odt)
export(report_op_oedema)
export(report_op_pdf)
export(report_op_screen)
export(report_op_table)
export(report_op_visual)
export(report_op_wash)
importFrom(bbw,bootBW)
importFrom(bbw,bootClassic)
importFrom(bbw,bootPROBIT)
importFrom(car,bcPower)
importFrom(car,powerTransform)
importFrom(cli,cli_abort)
importFrom(cli,cli_bullets)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(graphics,axTicks)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,boxplot)
importFrom(graphics,hist)
importFrom(graphics,par)
importFrom(rmarkdown,render)
importFrom(stats,na.omit)
importFrom(stats,pnorm)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tinytex,install_tinytex)
importFrom(tinytex,is_tinytex)
importFrom(utils,browseURL)
importFrom(withr,with_options)
importFrom(withr,with_output_sink)
importFrom(withr,with_par)