-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
55 lines (54 loc) · 1.49 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
# Generated by roxygen2: do not edit by hand
S3method(logLik,plm)
S3method(plot,isatpanel)
S3method(print,isatpanel)
export(Within_plm)
export(break_uncertainty)
export(felmFun)
export(get_indicators)
export(isatpanel)
export(plot_counterfactual)
export(plot_grid)
export(plot_residuals)
export(robust_isatpanel)
importFrom(fastDummies,dummy_cols)
importFrom(ggplot2,.data)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_identity)
importFrom(ggplot2,scale_fill_gradient2)
importFrom(ggplot2,scale_linetype)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_date)
importFrom(ggplot2,scale_y_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(mvtnorm,pmvnorm)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,deviance)
importFrom(stats,dnorm)
importFrom(stats,fitted.values)
importFrom(stats,lm)
importFrom(stats,logLik)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,na.omit)
importFrom(stats,reshape)
importFrom(stats,time)
importFrom(stats,var)
importFrom(stats,vcov)