forked from SachaEpskamp/mlVAR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
56 lines (49 loc) · 1.35 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
# importFrom(rstan, "stan")
importFrom(clusterGeneration,"genPositiveDefMat")
export(mlVARsim)
export(mlVARsim0)
export(simulateVAR)
export(mlVAR)
export(fixedEffects)
export(randomEffects)
S3method(plot, mlVAR)
S3method(print, mlVAR)
S3method(summary, mlVAR)
S3method(print, mlVARcompare)
S3method(plot, mlVARsim0)
S3method(plot, mlVARsim)
#importFrom(plyr, "ddply")
import(lme4)
importFrom(plyr, "join")
#importFrom(lme4, "lmer")
#importFrom(lme4, "fixef")
#importFrom(lme4, "ranef")
#importFrom(lme4, "VarCorr")
#importFrom(lme4, "lmerControl")
#importFrom(lme4, "sigma")
importFrom(arm, "se.fixef")
importFrom(qgraph, "qgraph")
# importFrom(R2jags, "jags")
import(dplyr)
importFrom(mvtnorm,"rmvnorm")
export(getNet)
import(abind)
importFrom(corpcor,"cor2pcor")
importFrom(corpcor,"pseudoinverse")
importFrom(plyr,"aaply")
importFrom(plyr,"alply")
export(mlVARcompare)
# Retro:
export(mlVAR0)
S3method(plot, mlVAR0)
S3method(print, mlVAR0)
S3method(summary, mlVAR0)
importFrom("stats", "coef", "lm", "resid")
importFrom("graphics", "plot")
importFrom("methods", "is")
importFrom("stats", "AIC", "BIC", "as.formula", "ave", "cov",
"cov2cor", "na.omit", "pnorm", "quantile", "rWishart",
"residuals", "rnorm", "runif", "sd")
importFrom("utils", "head", "setTxtProgressBar", "txtProgressBar")
import(parallel)
importFrom("stats", "sigma")