forked from cran/plm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
executable file
·184 lines (181 loc) · 5.29 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
export(plm, pvcm, pgmm, pggls, pht, pcce, pmg, plmtest, phtest, pFtest,
pvar, pdim, pooltest, dynformula, sargan, mtest, ercomp, pvcovHC,
pbsytest, pdwtest, pbgtest, pbltest, pwartest, pwtest, pwfdtest, pcdtest,
plm.data, pdata.frame, between, Between, Within, pFormula, pmodel.response,
purtest, cipstest, vcovBK, vcovSCC, r.squared, has.intercept,
index, fixef, vcovHC, vcovDC, vcovNW, vcovG, piest, aneweytest)
import("Formula")
importFrom("stats", "lag")
importFrom("stats", "nobs")
importFrom("bdsmatrix", "bdsmatrix")
importFrom("sandwich", "vcovHC")
importFrom("MASS", "ginv")
importFrom("zoo", "index")
importFrom("nlme", "fixef")
importFrom("nlme", "lme")
importFrom("lmtest", "bgtest")
importFrom("lmtest", "dwtest")
importFrom("car", "linearHypothesis")
importFrom("lattice", "xyplot")
#
importFrom("grDevices", "heat.colors", "rainbow")
importFrom("graphics", "abline", "axis", "barplot", "legend", "lines",
"plot", "points")
importFrom("stats", "approx", "as.formula", "coef", "coefficients",
"cor", "delete.response", "deviance", "df.residual",
"fitted", "formula", "lm", "lm.fit", "model.frame",
"model.matrix", "model.response", "na.omit", "pchisq", "pf",
"pnorm", "printCoefmat", "pt", "resid", "residuals",
"terms", "update", "var", "vcov")
#pFormula
S3method("model.frame", "pFormula")
S3method("model.matrix", "pFormula")
S3method("model.matrix", "plm")
S3method("as.Formula", "pFormula")
S3method("pmodel.response", "data.frame")
S3method("pmodel.response", "pFormula")
S3method("pmodel.response", "plm")
# index
S3method("index", "pindex")
S3method("index", "pdata.frame")
S3method("index", "panelmodel")
S3method("index", "pseries")
# pdata.frame
S3method("print", "pdata.frame")
S3method('[', "pdata.frame")
S3method('$', "pdata.frame")
S3method('[[', "pdata.frame")
S3method('$<-', "pdata.frame")
S3method("as.data.frame", "pdata.frame")
# pdim
S3method("pdim", "data.frame")
S3method("pdim", "pdata.frame")
S3method("pdim", "panelmodel")
S3method("pdim", "default")
S3method("print", "pdim")
# nobs
S3method("nobs", "panelmodel")
# pvar
S3method("pvar", "data.frame")
S3method("pvar", "pdata.frame")
S3method("print", "pvar")
# panelmodel
S3method("terms", "panelmodel")
S3method("print", "panelmodel")
S3method("residuals", "panelmodel")
S3method("residuals", "plm")
S3method("fitted", "panelmodel")
S3method("deviance", "panelmodel")
S3method("df.residual", "panelmodel")
S3method("vcov", "panelmodel")
S3method("update", "panelmodel")
S3method("has.intercept", "panelmodel")
#plm
S3method("summary", "plm")
S3method("print", "summary.plm")
S3method("predict", "plm")
S3method("has.intercept", "plm")
S3method("plot", "plm")
#plm.list
S3method("summary", "plm.list")
S3method("print", "summary.plm.list")
#pgmm
S3method("coef", "pgmm")
S3method("summary", "pgmm")
S3method("print", "summary.pgmm")
#pvcm
S3method("summary", "pvcm")
S3method("print", "summary.pvcm")
#pggls
S3method("summary", "pggls")
S3method("print", "summary.pggls")
S3method("residuals", "pggls")
#pcce
S3method("summary", "pcce")
S3method("print", "summary.pcce")
S3method("residuals", "pcce")
#pmg
S3method("summary", "pmg")
S3method("print", "summary.pmg")
S3method("residuals", "pmg")
#pht
S3method("summary", "pht")
S3method("print", "summary.pht")
#piest
S3method("summary", "piest")
S3method("print", "summary.piest")
#fixef
S3method("fixef", "plm")
S3method("fixef", "pggls")
S3method("print", "fixef")
S3method("summary", "fixef")
S3method("print", "summary.fixef")
# dynformula
S3method("print", "dynformula")
S3method("formula", "dynformula")
# vcovHC
S3method("vcovHC", "plm")
S3method("vcovHC", "pgmm")
# vcovBK
S3method("vcovBK", "plm")
# vcovSCC
S3method("vcovSCC", "plm")
# vcovNW
S3method("vcovNW", "plm")
# vcovDC
S3method("vcovDC", "plm")
# vcovG
S3method("vcovG", "plm")
# pseries
S3method("lag", "pseries")
S3method("diff", "pseries")
S3method("between", "pseries")
S3method("Between", "pseries")
S3method("Within", "pseries")
S3method("print", "pseries")
S3method("summary", "pseries")
S3method("print", "summary.pseries")
S3method("as.matrix", "pseries")
# ercomp
S3method("ercomp", "formula")
S3method("ercomp", "plm")
S3method("print", "ercomp")
#### Tests
# pooltest
S3method("pooltest", "plm")
S3method("pooltest", "formula")
# plmtest
S3method("plmtest", "plm")
S3method("plmtest", "formula")
# phtest
S3method("phtest", "panelmodel")
S3method("phtest", "formula")
# pFtest
S3method("pFtest", "plm")
S3method("pFtest", "formula")
# pbsytest
S3method("pbsytest", "formula")
S3method("pbsytest", "panelmodel")
# pwtest
S3method("pwtest", "formula")
S3method("pwtest", "panelmodel")
# pwartest
S3method("pwartest", "formula")
S3method("pwartest", "panelmodel")
# pdwtest
S3method("pdwtest", "formula")
S3method("pdwtest", "panelmodel")
# pbgtest
S3method("pbgtest", "formula")
S3method("pbgtest", "panelmodel")
# pwfdtest
S3method("pwfdtest", "formula")
S3method("pwfdtest", "panelmodel")
# pcdtest
S3method("pcdtest", "formula")
S3method("pcdtest", "panelmodel")
S3method("pcdtest", "pseries")
# purtest
S3method("print", "purtest")
S3method("summary", "purtest")
S3method("print", "summary.purtest")