forked from bpfaff/urca
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
24 lines (18 loc) · 749 Bytes
/
NAMESPACE
File metadata and controls
24 lines (18 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
##
import(methods)
import(nlme)
##
useDynLib(urca)
## Functions
export(ablrtest, alphaols, alrtest, blrtest, bh5lrtest, bh6lrtest, ca.jo, ca.po,
cajolst, cajools, cajorls, lttest, plotres, punitroot, qunitroot, unitrootTable,
ur.ers, ur.kpss, ur.pp, ur.df, ur.sp, ur.za)
## Classes
exportClasses("urca", "ca.jo", "cajo.test", "ur.kpss", "ca.po", "ur.ers", "ur.pp", "ur.sp", "ur.df", "ur.za", "sumurca")
## Methods
exportMethods("show", "plot", "summary")
## Import functions
importFrom("graphics", "abline", "layout", "legend", "lines", "mtext",
"par", "plot")
importFrom("stats", "AIC", "acf", "anova", "BIC", "coef", "embed", "formula",
"lm", "na.omit", "pacf", "pchisq", "plot.ts", "resid", "residuals")