semPlot and OpenMx

Posted on
No user picture. Tooglad Joined: 05/14/2024

plotting the mediation model

Dear Prof Cheung,

I am currently working on a research project that involves implementing a two-step structural equation model. My question is whether anxiety mediates the relationship between mindfulness and meaning. However, the code for plotting the mediation model is not displaying the mediator variable in the right box. Below is the code I tried:

# Proposed model
model <- "Meaning ~ c*Anxiety + b*Mindfulness
Mindfulness ~ a*Anxiety
Anxiety ~~ 1*Anxiety"
plot(model, color="yellow")

Posted on
No user picture. Aivil Joined: 03/14/2019

Help Plotting Observed and Estimated Model Means in OpenMx - Growth Models

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.

Posted on
Picture of user. rabil Joined: 01/14/2010

semPlot Does Not Work with OpenMx 2.0

Has any one else noticed that semPlot no longer works with OpenMx for version 2? I've used it to make path diagrams with versions of OpenMx before 2.0.

Is there a better tool for making path diagrams?