-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
38 lines (37 loc) · 967 Bytes
/
NAMESPACE
File metadata and controls
38 lines (37 loc) · 967 Bytes
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
# Generated by roxygen2: do not edit by hand
export(EventStudy)
export(EventStudyPlot)
export(TestLinear)
import(dplyr)
import(estimatr)
import(ggplot2)
import(stringr)
importFrom(MASS,mvrnorm)
importFrom(car,linearHypothesis)
importFrom(data.table,":=")
importFrom(data.table,.SD)
importFrom(data.table,CJ)
importFrom(data.table,as.data.table)
importFrom(data.table,copy)
importFrom(data.table,is.data.table)
importFrom(data.table,setnames)
importFrom(data.table,setorder)
importFrom(data.table,setorderv)
importFrom(data.table,shift)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(fixest,coeftable)
importFrom(fixest,feols)
importFrom(fixest,fitstat)
importFrom(fixest,ssc)
importFrom(pracma,inv)
importFrom(pracma,pinv)
importFrom(rlang,.data)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,pnorm)
importFrom(stats,qchisq)
importFrom(stats,qnorm)
importFrom(stats,reformulate)
importFrom(stats,setNames)
importFrom(stats,vcov)