forked from OpenMx/OpenMx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
191 lines (191 loc) · 5.63 KB
/
DESCRIPTION
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
Encoding: UTF-8
Package: OpenMx
Date: 2021-07-21
Title: Extended Structural Equation Modelling
Authors@R: c(person(c("Steven", "M."), "Boker", role="aut"),
person(c("Michael", "C."), "Neale", role="aut"), person(c("Hermine", "H."),
"Maes", role="aut"), person(c("Michael", "J."), "Wilde", role="ctb"), person("Michael",
"Spiegel", role="aut"), person(c("Timothy", "R."), "Brick", role="aut"),
person("Ryne", "Estabrook", role="aut"), person(c("Timothy", "C."),
"Bates", role="aut"), person("Paras", "Mehta", role="ctb"), person("Timo", c("von",
"Oertzen"), role="ctb"), person(c("Ross", "J."), "Gore", role="aut"),
person(c("Michael", "D."), "Hunter", role="aut"), person(c("Daniel", "C."), "Hackett", role="ctb"),
person("Julian", "Karch", role="ctb"), person(c("Andreas", "M."), "Brandmaier", role="ctb"),
person(c("Joshua", "N."), "Pritikin", email="jpritikin@pobox.com",
role=c("aut", 'cre')), person("Mahsa", "Zahery", role="aut"),
person(c("Robert", "M."), "Kirkpatrick", role="aut"),
person(c("Yang"), "Wang", role="ctb"),
person("Ben", "Goodrich", email="goodrich.ben@gmail.com", role="ctb"),
person(c("Charles"), "Driver", email="driver@mpib-berlin.mpg.de", role="ctb"),
person("Massachusetts Institute of Technology", role="cph"),
person("S. G.", "Johnson", role="cph"),
person("Association for Computing Machinery", role="cph"),
person("Dieter", "Kraft", role="cph"),
person("Stefan", "Wilhelm", role="cph"),
person("Sarah", "Medland", role="cph"),
person(c("Carl", 'F.'), "Falk", role="cph"),
person("Matt", "Keller", role="cph"),
person("Manjunath B G", role="cph"),
person("The Regents of the University of California", role="cph"),
person("Lester", "Ingber", role="cph"),
person("Wong", "Shao Voon", role="cph"),
person("Juan", "Palacios", role="cph"),
person("Jiang", "Yang", role="cph"),
person("Gael", "Guennebaud", role="cph"),
person("Jitse", "Niesen", role="cph"))
URL: http://openmx.ssri.psu.edu, https://github.com/OpenMx/OpenMx
BugReports: http://openmx.ssri.psu.edu/forums
Description: Create structural equation models that can be manipulated programmatically.
Models may be specified with matrices or paths (LISREL or RAM)
Example models include confirmatory factor, multiple group, mixture
distribution, categorical threshold, modern test theory, differential
Fit functions include full information maximum likelihood, maximum likelihood, and weighted least squares.
equations, state space, and many others.
Support and advanced package binaries available at <http://openmx.ssri.psu.edu>.
The software is described in Neale, Hunter, Pritikin, Zahery, Brick,
Kirkpatrick, Estabrook, Bates, Maes, & Boker (2016) <doi:10.1007/s11336-014-9435-8>.
SystemRequirements: GNU make, C++17
ByteCompile: no
Language: en-US
License: Apache License (== 2.0)
LinkingTo: Rcpp, RcppEigen, RcppParallel, StanHeaders (>= 2.10.0.2), BH (>= 1.69.0-1), rpf (>= 0.45)
Imports: digest,
MASS,
Matrix,
methods,
Rcpp, RcppParallel,
parallel, lifecycle
Depends: R (>= 3.5.0)
Suggests:
mvtnorm,
numDeriv,
roxygen2 (>= 6.1),
rpf (>= 0.45),
snowfall,
lme4,
covr,
testthat,
umx,
ifaTools,
knitr,
markdown,
rmarkdown,
reshape2,
ggplot2
VignetteBuilder:
knitr
LazyLoad: yes
LazyData: yes
Collate:
'0ClassUnion.R'
'cache.R'
'MxBaseNamed.R'
'MxData.R'
'MxDataWLS.R'
'DefinitionVars.R'
'MxReservedNames.R'
'MxNamespace.R'
'MxSearchReplace.R'
'MxFlatSearchReplace.R'
'MxUntitled.R'
'MxAlgebraFunctions.R'
'MxExponential.R'
'MxMatrix.R'
'DiagMatrix.R'
'FullMatrix.R'
'IdenMatrix.R'
'LowerMatrix.R'
'SdiagMatrix.R'
'StandMatrix.R'
'SymmMatrix.R'
'UnitMatrix.R'
'ZeroMatrix.R'
'MxMatrixFunctions.R'
'MxAlgebra.R'
'MxCycleDetection.R'
'MxDependencies.R'
'MxAlgebraConvert.R'
'MxSquareBracket.R'
'MxEval.R'
'MxRename.R'
'MxPath.R'
'MxObjectiveMetaData.R'
'MxExpectation.R'
'MxExpectationNormal.R'
'MxExpectationRAM.R'
'MxExpectationLISREL.R'
'MxFitFunction.R'
'MxFitFunctionAlgebra.R'
'MxFitFunctionML.R'
'MxFitFunctionMultigroup.R'
'MxFitFunctionRow.R'
'MxFitFunctionWLS.R'
'MxRAMObjective.R'
'MxLISRELObjective.R'
'MxFIMLObjective.R'
'MxMLObjective.R'
'MxRowObjective.R'
'MxAlgebraObjective.R'
'MxBounds.R'
'MxConstraint.R'
'MxInterval.R'
'MxTypes.R'
'MxCompute.R'
'MxModel.R'
'MxRAMModel.R'
'MxLISRELModel.R'
'MxModelDisplay.R'
'MxFlatModel.R'
'MxMultiModel.R'
'MxModelFunctions.R'
'MxModelParameters.R'
'MxUnitTesting.R'
'MxApply.R'
'MxRun.R'
'MxRunHelperFunctions.R'
'MxSummary.R'
'MxCompare.R'
'MxSwift.R'
'MxOptions.R'
'MxThreshold.R'
'OriginalMx.R'
'MxGraph.R'
'MxGraphviz.R'
'MxDeparse.R'
'MxCommunication.R'
'MxRestore.R'
'MxVersion.R'
'MxPPML.R'
'MxRAMtoML.R'
'MxErrorHandling.R'
'MxDetectCores.R'
'MxSaturatedModel.R'
'omxBrownie.R'
'omxConstrainThresholds.R'
'omxGetNPSOL.R'
'MxFitFunctionR.R'
'MxRObjective.R'
'MxExpectationHiddenMarkov.R'
'MxExpectationMixture.R'
'MxExpectationStateSpace.R'
'MxExpectationBA81.R'
'MxFitFunctionGREML.R'
'MxExpectationGREML.R'
'MxMI.R'
'MxFactorScores.R'
'MxRobustSE.R'
'MxAvailableOptimizers.R'
'MxTryHard.R'
'MxSE.R'
'MxAutoStart.R'
'MxRetro.R'
'MxPenalty.R'
'MxMMI.R'
'omxReadGRMBin.R'
'MxPredict.R'
'zzz.R'
RdMacros:
lifecycle
Biarch: true
Version: 2.19.6-6
RoxygenNote: 7.1.1