forked from felixthoemmes/rddapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
86 lines (85 loc) · 2.07 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
76
77
78
79
80
81
82
83
84
85
86
# Generated by roxygen2: do not edit by hand
S3method(plot,mfrd)
S3method(plot,rd)
S3method(predict,rd)
S3method(print,mfrd)
S3method(print,rd)
S3method(summary,mfrd)
S3method(summary,mrd)
S3method(summary,mrdi)
S3method(summary,mrdp)
S3method(summary,rd)
S3method(summary,rdp)
export(dc_test)
export(mfrd_est)
export(mrd_est)
export(mrd_impute)
export(mrd_power)
export(mrd_sens_bw)
export(mrd_sens_cutoff)
export(rd_est)
export(rd_impute)
export(rd_power)
export(rd_sens_bw)
export(rd_sens_cutoff)
export(sens_plot)
export(shiny_run)
importFrom(AER,ivreg)
importFrom(Formula,as.Formula)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,trans3d)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,persp)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(graphics,plot.window)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rug)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(lmtest,coeftest)
importFrom(plot3D,persp3D)
importFrom(plot3D,trans3D)
importFrom(sandwich,estfun)
importFrom(sandwich,sandwich)
importFrom(sandwich,vcovHC)
importFrom(shiny,runApp)
importFrom(sp,point.in.polygon)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
importFrom(stats,bw.nrd0)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,expand.model.frame)
importFrom(stats,formula)
importFrom(stats,integrate)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,na.omit)
importFrom(stats,na.pass)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,predict.lm)
importFrom(stats,pt)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,reshape)
importFrom(stats,residuals)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,splinefun)
importFrom(stats,var)
importFrom(stats,vcov)
importFrom(stats,xtabs)