OpenMx General Help

Categorical Data in both independent and dependent variables
lavaan (0.5-16) converged normally after 31 iterations
Number of observations 51
Estimator DWLS Robust

matrix logarithm function for mxAlgebra
- Read more about matrix logarithm function for mxAlgebra
- 9 comments
- Log in or register to post comments

Groups analysis
- Read more about Groups analysis
- 4 comments
- Log in or register to post comments

Does OpenMx support multilevel, ordinal/binary outcomes/indicators with sampling weights?
I am hoping to perform a multilevel SEM on complex-sampling survey data, with known weight and binary outcome and ordinal independent variables.
Similar posts on this forum don't seem to support that this is simple to do on OpenMx, but any advice would be much appreciated. (http://openmx.psyc.virginia.edu/thread/2348, http://openmx.psyc.virginia.edu/thread/861#comment-form)
Thank you.

Obtain number of Objective function evaluations
I am interested in obtaining both the number of major iterations and the overall number of objective function evaluations (how many times is the log likelihood and its gradient computed).
I found model@output$iterations and model@output$evaluations. model@output$iterations is the number of major iterations. model@output$evaluations contains a vector with two integer entries. Does somebody know what the entries are?

modified model
The value of RSMEA, CFI and TLI its very ugly because its value doesn't meet either criteria . What can I do in advance to improve the model?
thank you.
- Read more about modified model
- 3 comments
- Log in or register to post comments

Referring to an OpenMx matrix in the OpenMx environment
mxAlgebra(expression=cbind(Model.mxMatrix[,i],Model.mxMatrix[,j]), name="part_mxMatrix")

Computing R squared with missing data
multiRegModel <- mxModel("Multiple Regression, All Variables",
type="RAM",
manifestVars=c("x", "y", "z"),
# variance paths
mxPath(
from=c("x", "y", "z"),
arrows=2,
free=TRUE,
values = c(.5, .5, .5),
labels=c("varx", "residual", "varz")
),
- Read more about Computing R squared with missing data
- 3 comments
- Log in or register to post comments

Confidence Intervals
Anyone have suggestions? Would bootstrapping be faster? If so, what would that script look like? (I've never bootstrapped before)
- Read more about Confidence Intervals
- 12 comments
- Log in or register to post comments

OpenMx in the Cloud
Would I need to run OpenMx inside a VM, or is there a server version? Can multiple instances of OpenMx run inside the same VM? or Would we need to run multiple VMs, each for an instant of OpenMx?
- Read more about OpenMx in the Cloud
- 3 comments
- Log in or register to post comments
Pagination
- Previous page
- Page 10
- Next page