-
Notifications
You must be signed in to change notification settings - Fork 97
/
NAMESPACE
55 lines (54 loc) · 1.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
# Generated by roxygen2: do not edit by hand
S3method(ggdid,AGGTEobj)
S3method(ggdid,MP)
S3method(glance,AGGTEobj)
S3method(glance,MP)
S3method(print,AGGTEobj)
S3method(print,MP)
S3method(summary,AGGTEobj)
S3method(summary,MP)
S3method(summary,MP.TEST)
S3method(tidy,AGGTEobj)
S3method(tidy,MP)
export(AGGTEobj)
export(DIDparams)
export(MP)
export(MP.TEST)
export(aggte)
export(att_gt)
export(build_sim_dataset)
export(compute.aggte)
export(compute.att_gt)
export(compute.att_gt2)
export(conditional_did_pretest)
export(ggdid)
export(glance)
export(gplot)
export(indicator)
export(mboot)
export(pre_process_did)
export(pre_process_did2)
export(process_attgt)
export(reset.sim)
export(sim)
export(splot)
export(test.mboot)
export(tidy)
export(trimmer)
import(BMisc)
import(data.table)
import(ggplot2)
import(stats)
import(utils)
importFrom(DRDID,drdid_panel)
importFrom(DRDID,drdid_rc)
importFrom(DRDID,reg_did_panel)
importFrom(DRDID,reg_did_rc)
importFrom(DRDID,std_ipw_did_panel)
importFrom(DRDID,std_ipw_did_rc)
importFrom(dreamerr,check_set_arg)
importFrom(generics,glance)
importFrom(generics,tidy)
importFrom(methods,as)
importFrom(methods,is)
importFrom(tidyr,gather)