-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
78 lines (77 loc) · 2 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
# Generated by roxygen2: do not edit by hand
S3method(tidy,amce)
S3method(tidy,rdrobust)
export(add_parens)
export(best_predictor)
export(causal_forest_handler)
export(conjoint_assignment)
export(conjoint_inquiries)
export(conjoint_measurement)
export(dd_palette)
export(did_multiplegt_tidy)
export(estimator_AS_tidy)
export(format_num)
export(get_exposure_AS)
export(get_rdss_file)
export(hex_add_alpha)
export(lag_by_group)
export(make_interval_entry)
export(make_se_entry)
export(post_stratification_helper)
export(process_tracing_estimator)
export(rdrobust_helper)
export(rma_helper)
export(rma_mu_tau)
export(theme_dd)
export(tidy)
export(tidy_stan)
importFrom(broom,glance)
importFrom(broom,tidy)
importFrom(dataverse,get_dataframe_by_name)
importFrom(dataverse,get_file_by_name)
importFrom(dplyr,`%>%`)
importFrom(dplyr,all_of)
importFrom(dplyr,bind_rows)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,lag)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(estimatr,lm_robust)
importFrom(generics,tidy)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_text)
importFrom(ggplot2,margin)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(purrr,as_vector)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,partial)
importFrom(purrr,pmap_dbl)
importFrom(randomizr,complete_ra)
importFrom(randomizr,complete_rs)
importFrom(readr,read_rds)
importFrom(rlang,`!!`)
importFrom(rlang,`:=`)
importFrom(rlang,enexpr)
importFrom(rlang,enquo)
importFrom(rlang,quo_text)
importFrom(stats,confint)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,weighted.mean)
importFrom(tibble,as_tibble)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)