-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathNAMESPACE
104 lines (93 loc) · 2.66 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
exportPattern("^[^\\.]")
import(OpenMx)
# import(Matrix)
importFrom(Matrix, nearPD)
importFrom(ellipse, ellipse)
importFrom(MASS, mvrnorm)
importFrom(MASS, ginv)
importFrom(mvtnorm, rmvnorm)
# importFrom(matrixcalc, D.matrix)
S3method(plot, meta)
S3method(plot, character)
S3method(plot, wls)
S3method(plot, osmasem)
S3method(plot, osmasem2)
S3method(plot, mxsem)
# S3method(plot, osmasem3L)
S3method(summary, wls)
S3method(summary, wls.cluster)
S3method(summary, tssem1FEM)
S3method(summary, tssem1FEM.cluster)
S3method(summary, tssem1REM)
S3method(summary, meta)
S3method(summary, meta3LFIML)
S3method(summary, reml)
S3method(summary, CorPop)
S3method(summary, Cor3L)
S3method(summary, bootuniR2)
S3method(summary, osmasem)
S3method(summary, osmasem2)
S3method(summary, mxsem)
# S3method(summary, osmasem3L)
# S3method(summary, tssemRobust1)
S3method(anova, meta)
S3method(anova, meta3LFIML)
S3method(anova, wls)
S3method(anova, reml)
S3method(anova, osmasem)
S3method(anova, osmasem2)
S3method(anova, mxsem)
# S3method(anova, osmasem3L)
S3method(coef, tssem1FEM)
S3method(coef, tssem1FEM.cluster)
S3method(coef, wls)
S3method(coef, wls.cluster)
S3method(coef, tssem1REM)
S3method(coef, meta)
S3method(coef, meta3LFIML)
S3method(coef, reml)
S3method(coef, osmasem)
S3method(coef, osmasem2)
S3method(coef, mxsem)
# S3method(coef, osmasem3L)
# S3method(coef, tssemRobust1)
S3method(vcov, wls)
S3method(vcov, tssem1FEM)
S3method(vcov, tssem1FEM.cluster)
S3method(vcov, wls.cluster)
S3method(vcov, tssem1REM)
S3method(vcov, meta)
S3method(vcov, meta3LFIML)
S3method(vcov, reml)
S3method(vcov, osmasem)
S3method(vcov, osmasem2)
S3method(vcov, mxsem)
# S3method(vcov, osmasem3L)
# S3method(vcov, tssemRobust1)
S3method(print, wls)
S3method(print, tssem1FEM)
S3method(print, tssem1FEM.cluster)
S3method(print, tssem1REM)
S3method(print, meta)
S3method(print, meta3LFIML)
S3method(print, reml)
S3method(print, summary.wls)
S3method(print, summary.tssem1FEM)
S3method(print, summary.meta)
S3method(print, summary.meta3LFIML)
S3method(print, summary.reml)
S3method(print, impliedR)
S3method(print, uniR1)
S3method(print, summary.CorPop)
S3method(print, summary.Cor3L)
S3method(print, summary.bootuniR2)
S3method(print, summary.mxsem)
# required by R3.3
importFrom("graphics", "abline", "arrows", "layout", "par", "plot",
"points", "polygon")
importFrom("stats", "as.formula", "coef", "cov2cor", "deriv",
"na.omit", "pchisq", "pnorm", "printCoefmat", "qchisq",
"qnorm", "reshape", "var", "vcov", "weighted.mean", "uniroot",
"cov", "cor", "rWishart", "sd", "quantile")
importFrom("utils", "read.table")
importFrom("lavaan", "sem", "lavaanify", "inspect", "coef", "vcov")