-
Notifications
You must be signed in to change notification settings - Fork 9
/
NAMESPACE
35 lines (34 loc) · 1.21 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
# Generated by roxygen2: do not edit by hand
S3method(column_names,simple_design)
S3method(column_names,survey_design)
S3method(column_values,simple_design)
S3method(column_values,survey_design)
S3method(compute_prevalence_estimates_for_column_by,simple_design)
S3method(compute_prevalence_estimates_for_column_by,survey_design)
S3method(compute_prevalence_sample_size_by,simple_design)
S3method(compute_prevalence_sample_size_by,survey_design)
S3method(compute_prevalence_zscore_summaries_by,simple_design)
S3method(compute_prevalence_zscore_summaries_by,survey_design)
export(anthro_api_compute_prevalence)
export(anthro_api_compute_zscore)
export(anthro_api_compute_zscore_adjusted)
export(anthro_api_standardize_oedema_var)
export(anthro_api_standardize_sex_var)
export(anthro_prevalence)
export(anthro_zscores)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
importFrom(stats,confint)
importFrom(stats,glm)
importFrom(stats,plogis)
importFrom(stats,qt)
importFrom(stats,quasibinomial)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(survey,degf)
importFrom(survey,svyby)
importFrom(survey,svyciprop)
importFrom(survey,svydesign)
importFrom(survey,svymean)
importFrom(survey,svytotal)
importFrom(survey,svyvar)