-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
126 lines (125 loc) · 3.3 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
# Generated by roxygen2: do not edit by hand
S3method(Anova,ivreg)
S3method(Boot,ivreg)
S3method(alias,ivreg)
S3method(anova,ivreg)
S3method(avPlot,ivreg)
S3method(avPlots,ivreg)
S3method(ceresPlot,ivreg)
S3method(ceresPlots,ivreg)
S3method(coef,ivreg)
S3method(confint,ivreg)
S3method(cooks.distance,influence.ivreg)
S3method(cooks.distance,ivreg)
S3method(crPlot,ivreg)
S3method(crPlots,ivreg)
S3method(deviance,ivreg)
S3method(dfbeta,influence.ivreg)
S3method(dfbeta,ivreg)
S3method(effects::Effect,ivreg)
S3method(formula,ivreg)
S3method(hatvalues,influence.ivreg)
S3method(hatvalues,ivreg)
S3method(infIndexPlot,influence.ivreg)
S3method(infIndexPlot,ivreg)
S3method(influence,ivreg)
S3method(influence,rivreg)
S3method(influencePlot,influence.ivreg)
S3method(influencePlot,ivreg)
S3method(insight::find_formula,ivreg)
S3method(linearHypothesis,ivreg)
S3method(mcPlot,ivreg)
S3method(mcPlots,ivreg)
S3method(model.matrix,influence.ivreg)
S3method(model.matrix,ivreg)
S3method(model.matrix,ivreg_projected)
S3method(ncvTest,ivreg)
S3method(outlierTest,ivreg)
S3method(plot,ivreg)
S3method(predict,ivreg)
S3method(print,ivreg)
S3method(print,summary.ivreg)
S3method(qqPlot,influence.ivreg)
S3method(qqPlot,ivreg)
S3method(qr,ivreg)
S3method(residuals,ivreg)
S3method(rstudent,influence.ivreg)
S3method(rstudent,ivreg)
S3method(sandwich::bread,ivreg)
S3method(sandwich::estfun,ivreg)
S3method(sandwich::vcovHC,ivreg)
S3method(spreadLevelPlot,ivreg)
S3method(summary,ivreg)
S3method(terms,ivreg)
S3method(update,ivreg)
S3method(vcov,ivreg)
S3method(weights,ivreg)
export(ivreg)
export(ivreg.fit)
import(Formula)
importFrom(MASS,rlm)
importFrom(car,Anova)
importFrom(car,Boot)
importFrom(car,avPlot)
importFrom(car,avPlots)
importFrom(car,ceresPlot)
importFrom(car,ceresPlots)
importFrom(car,crPlot)
importFrom(car,crPlots)
importFrom(car,infIndexPlot)
importFrom(car,influencePlot)
importFrom(car,linearHypothesis)
importFrom(car,mcPlot)
importFrom(car,mcPlots)
importFrom(car,ncvTest)
importFrom(car,outlierTest)
importFrom(car,qqPlot)
importFrom(car,spreadLevelPlot)
importFrom(graphics,plot)
importFrom(lmtest,coeftest)
importFrom(lmtest,lrtest)
importFrom(lmtest,lrtest.default)
importFrom(lmtest,waldtest)
importFrom(lmtest,waldtest.default)
importFrom(stats,.getXlevels)
importFrom(stats,.vcov.aliased)
importFrom(stats,alias)
importFrom(stats,anova)
importFrom(stats,coef)
importFrom(stats,cooks.distance)
importFrom(stats,delete.response)
importFrom(stats,deviance)
importFrom(stats,df.residual)
importFrom(stats,dfbeta)
importFrom(stats,fitted)
importFrom(stats,formula)
importFrom(stats,getCall)
importFrom(stats,hatvalues)
importFrom(stats,influence)
importFrom(stats,lm)
importFrom(stats,lm.fit)
importFrom(stats,lm.influence)
importFrom(stats,lm.wfit)
importFrom(stats,mad)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.offset)
importFrom(stats,model.response)
importFrom(stats,model.weights)
importFrom(stats,na.omit)
importFrom(stats,na.pass)
importFrom(stats,naresid)
importFrom(stats,pchisq)
importFrom(stats,pf)
importFrom(stats,predict)
importFrom(stats,printCoefmat)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom(stats,rstudent)
importFrom(stats,terms)
importFrom(stats,update)
importFrom(stats,vcov)
importFrom(stats,weighted.mean)
importFrom(stats,weights)