Closed mhunter1 closed 6 years ago
omxDefaultComputePlan()
to generate a default compute sequence, for editing.
mxBootstrap()
for nonparametric bootstrapping to get SEs and CIs
mxParametricBootstrap()
for parametric bootstrapping to get marginal p-values for parameters
mxComputeNelderMead()
for a general-purpose, derivative-free alternative to the GD optimizers
imxRobustSE()
for robust standard errors in non-multilevel FIML analysis of raw data
mxCheckIdentification()
to check if a model is locally identified.
mxCompare()
for model comparison, which is now smart about detecting invalid comparisons, and which can do the bootstrap LRT.
mxCompareMatrix()
is a variation of mxCompare()
.
I edited my original post to include @RMKirkpatrick 's suggestions.
perhaps close this one, and open a new item for next release?
perhaps close this one, and open a new item for next release?
OK with me.
I'll start
Handy S3 methods
logLik
to get the log likelihood from a modelconfint
for Wald-type confidence intervals on free parametersanova
for comparing nested modelscoef
to extract free parameterssimulate
to generate data from a modelMore functions
mxFitFunctionMultigroup
for multiple group models.mxFitFunctionMixture
for (independent) mixture modelsmxFitFunctionHiddenMarkov
for Markov dependent mixture modelsmxFitFunctionWLS
&mxDataWLS
for weighted least squares estimationmxGenerateData
to generate data from a modelmxSE
to get standard errors on arbitrary algebraic expressionsmxGetExpected
to extract expected means, covariances, and/or thresholds from modelsmxMI
to get modification indiciesmxTryHard
&mxTryHardOrdinal
to repeatedly fit a model until it behavesmxAutoStart
for automatic starting valuesomxDefaultComputePlan
to generate a default compute sequence, for editing.mxBootstrap
for nonparametric bootstrapping to get SEs and CIsmxParametricBootstrap
for parametric bootstrapping to get marginal p-values for parametersmxComputeNelderMead
for a general-purpose, derivative-free alternative to the GD optimizersimxRobustSE
for robust standard errors in non-multilevel FIML analysis of raw datamxCompare
for model comparison, which is now smart about detecting invalid comparisons, and which can do the bootstrap LRTmxCompareMatrix
is a variation ofmxCompare
mxFactorScores
to estimate regression, ML, or weighted ML factor scoresmxCheckIdentification
to check if a model is locally identifiedmxRefModels
for fitting saturated and independence models