forked from OpenMx/OpenMx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION.in
executable file
·143 lines (143 loc) · 4.01 KB
/
DESCRIPTION.in
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
Package: OpenMx
Date: 2014-05-20
Title: Multipurpose Software for Statistical Modeling
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="[email protected]",
role="aut"), person("Mahsa", "Zahery", role="aut"), person(c("Robert", "M."), "Kirkpatrick", role="aut"),
person("Team", "OpenMx",
email='[email protected]', role='cre'))
URL: http://openmx.psyc.virginia.edu
Description: The OpenMx Project intends to rewrite and extend the popular
statistical package Mx to address the challenges facing a large range of
modern statistical problems such as: the difficulty of measuring behavioral
traits; the availability of technologies - such as such as magnetic
resonance imaging, continuous physiological monitoring and microarrays -
which generate extremely large amounts of data often with complex
time-dependent patterning; and increased sophistication in the statistical
models used to analyze the data.
License_is_FOSS: yes
License: file LICENSE
LinkingTo: RcppEigen, StanHeaders, BH
Depends:
R (>= 3.0.2),
methods,
digest,
MASS,
parallel
Suggests:
snowfall,
roxygen2 (>= 3.1),
mvtnorm,
rpf (>= 0.36),
numDeriv,
Matrix,
Rmpi
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'
'MxAlgebraTransform.R'
'MxSquareBracket.R'
'MxEval.R'
'MxRename.R'
'MxPath.R'
'MxObjectiveMetaData.R'
'MxRAMMetaData.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'
'MxErrorPool.R'
'MxPPML.R'
'MxRAMtoML.R'
'MxDiff.R'
'MxErrorHandling.R'
'MxDetectCores.R'
'MxSaturatedModel.R'
'omxBrownie.R'
'omxConstrainThresholds.R'
'MxFitFunctionR.R'
'MxRObjective.R'
'MxExpectationStateSpace.R'
'MxExpectationBA81.R'
'MxFitFunctionGREML.R'
'MxExpectationGREML.R'
'MxMI.R'
'zzz.R'
Version: VERSION