forked from DeclareDesign/DesignLibrary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
75 lines (74 loc) · 2.36 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
# Generated by roxygen2: do not edit by hand
export(binary_iv_designer)
export(block_cluster_two_arm_designer)
export(cluster_sampling_designer)
export(factorial_designer)
export(get_design_code)
export(match.call.defaults)
export(mediation_analysis_designer)
export(multi_arm_designer)
export(pretest_posttest_designer)
export(process_tracing_designer)
export(randomized_response_designer)
export(regression_discontinuity_designer)
export(simple_factorial_designer)
export(simple_iv_designer)
export(simple_spillover_designer)
export(simple_two_arm_designer)
export(spillover_designer)
export(two_arm_attrition_designer)
export(two_arm_covariate_designer)
export(two_arm_designer)
export(two_by_two_designer)
importFrom(DeclareDesign,declare_assignment)
importFrom(DeclareDesign,declare_diagnosands)
importFrom(DeclareDesign,declare_estimand)
importFrom(DeclareDesign,declare_estimands)
importFrom(DeclareDesign,declare_estimator)
importFrom(DeclareDesign,declare_population)
importFrom(DeclareDesign,declare_potential_outcomes)
importFrom(DeclareDesign,declare_reveal)
importFrom(DeclareDesign,declare_sampling)
importFrom(DeclareDesign,declare_step)
importFrom(DeclareDesign,diagnose_design)
importFrom(DeclareDesign,draw_data)
importFrom(DeclareDesign,draw_estimands)
importFrom(DeclareDesign,draw_estimates)
importFrom(DeclareDesign,redesign)
importFrom(DeclareDesign,set_diagnosands)
importFrom(DeclareDesign,tidy_estimator)
importFrom(estimatr,difference_in_means)
importFrom(estimatr,iv_robust)
importFrom(estimatr,lm_lin)
importFrom(estimatr,lm_robust)
importFrom(estimatr,tidy)
importFrom(fabricatr,add_level)
importFrom(fabricatr,draw_binary)
importFrom(fabricatr,draw_normal_icc)
importFrom(fabricatr,draw_ordered)
importFrom(fabricatr,fabricate)
importFrom(generics,tidy)
importFrom(glue,glue)
importFrom(randomizr,conduct_ra)
importFrom(randomizr,draw_rs)
importFrom(rlang,UQS)
importFrom(rlang,eval_bare)
importFrom(rlang,expr)
importFrom(rlang,expr_text)
importFrom(rlang,get_expr)
importFrom(rlang,is_character)
importFrom(rlang,is_integerish)
importFrom(rlang,list2)
importFrom(rlang,parse_expr)
importFrom(rlang,quo_text)
importFrom(rlang,quos)
importFrom(rlang,sym)
importFrom(stats,formula)
importFrom(stats,poly)
importFrom(stats,qnorm)
importFrom(stats,rbinom)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(utils,data)
importFrom(utils,getSrcref)
importFrom(utils,globalVariables)