OpenMx Help
Posted on

Please read before posting: Help us help you!
Forums
If you are posting to ask for help with installing OpenMx, please understand that it is difficult for anyone to help you out if you don't provide a few key pieces of information! We therefore ask that your post include, at minimum, the following:
Posted on

Please read before posting: Help us help you!
Forums
If you are posting to ask for help with an error message, we ask that your post include, at minimum, the following:
- 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
Posted on

Staying informed with OpenMx
Forums
The easiest way to keep up with the latest changes to the OpenMx software is to subscribe to receive email notification of any news updates. Assuming that you are logged in, click on the "My account" link on the left-hand panel of your screen. Next click on "Subscriptions" and then "Content types". Enable the checkbox for "News" and click on "Save". Once you have followed these steps, you will start receiving an email whenever something is posted under the "Recent News" section of the website (the top left panel, underneath the Guinea Pig).
- Read more about Staying informed with OpenMx
- 1 comment
- Log in or register to post comments
Posted on

General strategies
Forums
- 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
Posted on

Welcome to the OpenMx General Help Forum
Forums
This forum is designed for general questions about how to use OpenMx. If you can't find another place where your question fits, then this is the place to be!
- Read more about Welcome to the OpenMx General Help Forum
- 7 comments
- Log in or register to post comments
Posted on

Posted on

Posted on

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
Posted on

Posted on

OpenMx Master Class 2024 Questions
Forums
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
Pagination
- Page 1
- Next page