Help Plotting Observed and Estimated Model Means in OpenMx - Growth Models
Posted on
Aivil
Joined: 03/14/2019
Attachment | Size |
---|---|
picture berlin, parra & williams paper.png | 67.44 KB |
Forums
Hello,
I have been fitting different growth models to my data, and I would like to plot the observed and estimated model means in OpenMx.
I would like to obtain similar graphs to the ones attached, which are produced in Mplus. The paper they belong to is: (https://academic.oup.com/jpepsy/article/39/2/188/885587#supplementary-data)
Do you have any advice for that?
Many thanks.
a hint to get you started
In any event, you can use
mxGetExpected()
to calculate the model-expected means, for example,mxGetExpected(myFittedModel, "means")
.
Log in or register to post comments
In reply to a hint to get you started by AdminRobK
Thanks for the hint.
Log in or register to post comments