-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathNAMESPACE
More file actions
90 lines (73 loc) · 2.38 KB
/
NAMESPACE
File metadata and controls
90 lines (73 loc) · 2.38 KB
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
import("MASS")
import("strucchange")
importFrom("urca", "ca.jo")
importFrom("urca", "cajorls")
importFrom("grDevices", "gray", "gray.colors", "xy.coords")
importFrom("graphics", "abline", "axis", "barplot", "box", "hist",
"layout", "lines", "mtext", "par", "plot", "polygon", "title")
importFrom("stats", "acf", "as.formula", "coef", "cor", "cov", "density",
"embed", "fitted", "lm", "lm.fit", "model.matrix", "na.omit",
"optim", "pacf", "pchisq", "pf", "plot.ts", "predict",
"printCoefmat", "qnorm", "quantile", "resid", "residuals", "rnorm",
"update", "vcov")
importFrom("utils", "head", "tail")
S3method(coef, varest)
S3method(fevd, varest)
S3method(fevd, svarest)
S3method(fevd, svecest)
S3method(fevd, vec2var)
S3method(fitted, varest)
S3method(fitted, vec2var)
S3method(irf, varest)
S3method(irf, svarest)
S3method(irf, svecest)
S3method(irf, vec2var)
S3method(logLik, varest)
S3method(logLik, vec2var)
S3method(logLik, svarest)
S3method(logLik, svecest)
S3method(Phi, varest)
S3method(Phi, svarest)
S3method(Phi, svecest)
S3method(Phi, vec2var)
S3method(Psi, varest)
S3method(Psi, vec2var)
S3method(print, svarest)
S3method(print, svarsum)
S3method(print, svecest)
S3method(print, svecsum)
S3method(print, varcheck)
S3method(print, varest)
S3method(print, varfevd)
S3method(print, varirf)
S3method(print, varprd)
S3method(print, varstabil)
S3method(print, varsum)
S3method(print, vec2var)
S3method(plot, varcheck)
S3method(plot, varest)
S3method(plot, varfevd)
S3method(plot, varirf)
S3method(plot, varprd)
S3method(plot, varstabil)
S3method(plot, vec2var)
S3method(predict, varest)
S3method(predict, vec2var)
S3method(residuals, varest)
S3method(residuals, vec2var)
S3method(summary, varest)
S3method(summary, svarest)
S3method(summary, svecest)
importFrom(lmtest, coeftest)
importFrom(sandwich, bread)
importFrom(sandwich, estfun)
importFrom(sandwich, vcovHC)
S3method(toMlm, varest)
S3method(coeftest, varest)
S3method(bread, varest)
S3method(estfun, varest)
S3method(vcovHC, varest)
S3method(vcov, varest)
importFrom(urca, ca.jo)
importFrom(urca, cajorls)
export(A, Acoef, arch, arch.test, B, Bcoef, BQ, causality, fanchart, fevd, irf, normality, normality.test, Phi, Psi, restrict, roots, serial, serial.test, stability, SVAR, SVEC, VAR, VARselect, vec2var)