OpenMx Help

Please read before posting: Help us help you!

Please read before posting: Help us help you!
- The actual text of the error message.
- The version of OpenMx you're running (enter
mxVersion()
at the R prompt). - The version of R you're running.
- Your operating system and architecture (e.g., "x86_64 Linux").
- OpenMx's default optimizer (which will always be NPSOL for OpenMx versions 1.4 or older).
- Read more about Please read before posting: Help us help you!
- Log in or register to post comments

Staying informed with OpenMx
- Read more about Staying informed with OpenMx
- 1 comment
- Log in or register to post comments

General strategies
- Use the traceback() function in R after an error occurs.
It will print out the sequence of function calls that lead to the error. - Simplify your code. This may help you locate an error more easily. For example, replace the following:
foo <- mxModel(mxMatrix('Full', 1, 2, name = 'a'), mxAlgebra(a + a, 'b'), mxAlgebraObjective('b'))
with:
- Read more about General strategies
- Log in or register to post comments

Welcome to the OpenMx General Help Forum
- Read more about Welcome to the OpenMx General Help Forum
- 7 comments
- Log in or register to post comments

Mixed effects model - matrix specification
Hello,
I am looking for advice with regard to the implementation of mixed effects model in OpenMx.
I am starting with a simple model where one dependent variable Y is predicted by four correlated variables X1-X4. The participants in the sample are clustered in pairs (they are twins).
- Read more about Mixed effects model - matrix specification
- 3 comments
- Log in or register to post comments


OpenMx Master Class 2024 Questions
Hey y'all,
Put any OpenMx Master Class questions below in this thread. We'll reply to and address as many of them as possible.
Cheers,
Mike
- Read more about OpenMx Master Class 2024 Questions
- Log in or register to post comments

Problems with Constrain expected Means and Variances to be equal across Twin Order
Hi all,
I am trying to fit several bivariate [between my exposure at age 16 and my outcomes at age 21 (accounting for age and sex)] and trivariate [my exposure at age 16 and my outcomes at ages 21 and 26 (also accounting for age and sex)] ACE models. However, I’ve started by fitting univariate saturated and submodels, followed by ACE and submodels, to eventually fit my bivariate models. The saturated models run fine across all, but when I try to fit the constrained models (by twin order and zygosity), I get the following error message:

OpenMx Installation - cannot open the connection - 'failure when receiving data from the peer'
I am very new to OpenMx. I am using it to fit saturated and ACE models to my twin data. I had successfully installed OpenMx using the script for the OpenMx website: source('https://vipbg.vcu.edu/vipbg/OpenMx2/software/getOpenMx.R')
But now when I am trying to re-run my models and use this version of openMx I receive the following error messages:
Pagination
- Page 1
- Next page