Hi !
First, thank you very much for this useful package!
I have a question about how to weight my analysis using Mplus automation.
I have the following syntax
mplus_model2 <- mplusObject(
TITLE = "Autoregressive/cross-lagged model",
MODEL = "i2 ON i1 e1 p1;
e2 ON e1 i1 p1;
p2 ON p1 i1 e1;
i3 ON i2 e2 p2;
e3 ON e2 i2 p2;
p3 ON p2 i2 e2;",
OUTPUT = "standardized;",
rdata = data_mplus_nocovs_imp
)
this dataframe contains a survey weight variable called "w". I want to know how to add this weight in this syntax?
Thank you very much,
Kind wishes,
Ricardo