LeonieHagitte / ShareSEM

0 stars 0 forks source link

Hier könnte das Problem liegen? #21

Open LeonieHagitte opened 6 months ago

LeonieHagitte commented 6 months ago
# Latent Variances and Covariances
control ~~ 1*control
autonomy ~~ 1*autonomy
pleasure ~~ 1*pleasure
self_real ~~ 1*self_real + {cov := cov0 + cov1*data.age + cov2*data.gender}*control + {cov := cov01 + cov01*data.age + cov02*data.gender}*autonomy + {cov := cov001 + cov001*data.age + cov002*data.gender}*pleasure
brandmaier commented 5 months ago

Please let me know, which lines of what script this is referring to.

LeonieHagitte commented 5 months ago

In "mxsem model.R" in the line 91-96 @brandmaier

brandmaier commented 5 months ago

For now, let's focus on expanding the model to wave data.

LeonieHagitte commented 3 months ago

@brandmaier So You could take a look at it, I think I t should work wave wise now, I also tried the visualisations for the first two parameters, but I am not sure I can adapt them to fit the way you recoded it, so that it is that much faster! I also struggle a bit with the interpretation. But it did run for now - yay