-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
44 lines (43 loc) · 827 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(plot,BoundsObj)
S3method(plot,QTE)
S3method(print,summary.BoundsObj)
S3method(print,summary.QTE)
S3method(summary,BoundsObj)
S3method(summary,QTE)
export(CiC)
export(DR)
export(MDiD)
export(QDiD)
export(QTE)
export(QTEparams)
export(bounds)
export(ci.qte)
export(ci.qtet)
export(cic2)
export(cic_attgt)
export(compute.CiC)
export(compute.QDiD)
export(compute.ddid2)
export(compute.panel.qtet)
export(computeDiffSE)
export(ddid2)
export(diffQ)
export(ggqte)
export(panel.checks)
export(panel.qtet)
export(panelize.data)
export(qtes2mat)
export(setupData)
export(spatt)
import(BMisc)
import(Hmisc)
import(data.table)
import(ggplot2)
import(graphics)
import(parallel)
import(pbapply)
import(stats)
importFrom(quantreg,rq)
importFrom(utils,tail)
importFrom(utils,write.table)