semPlot and OpenMx
plotting the mediation model
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")
- Read more about plotting the mediation model
- 5 comments
- Log in or register to post comments
Help Plotting Observed and Estimated Model Means in OpenMx - Growth Models
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.
semPlot Does Not Work with OpenMx 2.0
Is there a better tool for making path diagrams?
- Read more about semPlot Does Not Work with OpenMx 2.0
- 6 comments
- Log in or register to post comments