-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
70 lines (59 loc) · 1.64 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
# importFrom(rstan, "stan")
export(mlVARsample)
importFrom(rlang,.data)
export(mlVARsample)
S3method(summary, mlVARsample)
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)
import(MplusAutomation)
# 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)
import(graphicalVAR)
importFrom("utils", "capture.output", "combn", "read.table",
"write.table")
importFrom("stats", "sigma")
export(importMplus)
importFrom("stats", "cor", "median")