Hi,
I tied to perform multilevel mediation analysis by using ml_mediation (http://www.ats.ucla.edu/stat/stata/faq/ml_mediation.htm).
However, I have a question how to perform the analysis using the following data.
My data is as follows;
DV; Continuous variable
IV; Categorical variable (3 scale)
DV; Categorical variable (3 scale)
cid; cluster ID
Is the following command correct ??
ml_mediation, dv(DV) iv(IV) mv(DV) l2id(cid)
Could you let me know what is the correct command?
Sincerely,
Yoshi
I tied to perform multilevel mediation analysis by using ml_mediation (http://www.ats.ucla.edu/stat/stata/faq/ml_mediation.htm).
However, I have a question how to perform the analysis using the following data.
My data is as follows;
DV; Continuous variable
IV; Categorical variable (3 scale)
DV; Categorical variable (3 scale)
cid; cluster ID
Is the following command correct ??
ml_mediation, dv(DV) iv(IV) mv(DV) l2id(cid)
Could you let me know what is the correct command?
Sincerely,
Yoshi
Comment