-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
88 lines (87 loc) · 2.35 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
86
87
88
# Generated by roxygen2: do not edit by hand
export(ama_export_fig)
export(ama_export_tab)
export(ama_labs)
export(ama_scale_color)
export(ama_scale_fill)
export(ama_theme)
export(balance_assessment)
export(balance_scatter_custom)
export(get_balanced_panel)
export(lee_bounds)
export(med_ind)
export(nice_tab)
export(panel_estimate)
export(plot_PanelEstimate)
export(plot_coef_par_trends)
export(plot_covariate_balance_pretrend)
export(plot_density_by_treatment)
export(plot_par_trends)
export(plot_rd_aa_share)
export(plot_treat_time)
export(plot_trends_across_group)
export(process_panel_estimate)
export(stack_data)
export(synthdid_est)
export(synthdid_est_ate)
export(synthdid_est_per)
export(synthdid_plot_ate)
export(synthdid_se_jacknife)
export(synthdid_se_placebo)
import(data.table)
import(formattable)
import(ggplot2)
import(lubridate)
import(rdbounds)
import(rio)
import(xtable)
importFrom(Hotelling,hotelling.test)
importFrom(MedBounds,compute_bounds_ats)
importFrom(PanelMatch,PanelMatch)
importFrom(PanelMatch,get_covariate_balance)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_all)
importFrom(dplyr,ungroup)
importFrom(fixest,coefplot)
importFrom(fixest,feols)
importFrom(fixest,iplot)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_linetype_manual)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(graphics,legend)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
importFrom(rlang,sym)
importFrom(stats,as.formula)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(systemfit,systemfit)
importFrom(tidyr,pivot_longer)
importFrom(utils,capture.output)
importFrom(utils,modifyList)