forked from MatthieuStigler/RDDtools
-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
75 lines (74 loc) · 1.76 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
# Generated by roxygen2: do not edit by hand
S3method("[",rdd_data)
S3method(as.data.frame,rdd_data)
S3method(as.lm,rdd_reg)
S3method(as.lm,rdd_reg_np)
S3method(bread,rdd_reg_np)
S3method(covarTest_dis,rdd_data)
S3method(covarTest_dis,rdd_reg)
S3method(covarTest_mean,rdd_data)
S3method(covarTest_mean,rdd_reg)
S3method(estfun,rdd_reg_np)
S3method(getCall,rdd_reg)
S3method(model.frame,rdd_reg_np)
S3method(model.matrix,rdd_data)
S3method(plot,rdd_data)
S3method(plot,rdd_reg_lm)
S3method(plot,rdd_reg_np)
S3method(plotPlacebo,PlaceboVals)
S3method(plotPlacebo,rdd_reg)
S3method(plotPlaceboDens,PlaceboVals)
S3method(plotPlaceboDens,rdd_reg)
S3method(plotSensi,rdd_reg_lm)
S3method(plotSensi,rdd_reg_np)
S3method(print,rdd_reg_lm)
S3method(print,rdd_reg_np)
S3method(print,summary.rdd_reg_np)
S3method(rdd_coef,default)
S3method(rdd_coef,rdd_reg_np)
S3method(rdd_coef,rdd_reg_npreg)
S3method(subset,rdd_data)
S3method(summary,rdd_data)
S3method(summary,rdd_reg_np)
S3method(vcov,rdd_reg_np)
export(as.lm)
export(as.npreg)
export(as.npregbw)
export(clusterInf)
export(computePlacebo)
export(covarTest_dis)
export(covarTest_mean)
export(dens_test)
export(gen_mc_ik)
export(plotPlacebo)
export(plotPlaceboDens)
export(plotSensi)
export(rdd_bw_cct_estim)
export(rdd_bw_cct_plot)
export(rdd_bw_ik)
export(rdd_bw_rsw)
export(rdd_coef)
export(rdd_data)
export(rdd_gen_reg)
export(rdd_pred)
export(rdd_reg_lm)
export(rdd_reg_np)
export(rot_bw)
export(vcovCluster)
export(vcovCluster2)
import(Formula)
import(KernSmooth)
import(ggplot2)
import(lmtest)
import(methods)
import(np)
import(rdd)
import(rdrobust)
import(sandwich)
importFrom(AER,ivreg)
importFrom(locpol,gaussK)
importFrom(locpol,locpol)
importFrom(rdrobust,rdbwselect)
importFrom(rdrobust,rdplot)
importFrom(stats,getCall)
importFrom(utils,head)