I have data from an experiment on physical activity. Participants were assigned to one of two groups (control or intervention). There are five mediators each measured using a likert-type scale. The outcome is a continuous measure. I used sembuilder and this is the syntax:
sem (Mediator1 -> DV, ) (Mediator2 -> DV, ) (Mediator3 -> DV, ) (Mediator4 -> DV, ) (Mediator5 -> DV, ) (IV -> DV, ) (IV -> MV1, ) (IV -> MV2, ) (IV -> MV3, ) (IV -> MV4, ) (IV -> M5, ), nocapslatent
How do I add five covariates (CV1 CV2 CV3 CV4 CV5 CV6 ) to the model? I will prefer to do this in sembuilder but syntax also works well.
I really need help with this.
Al Bothwell
sem (Mediator1 -> DV, ) (Mediator2 -> DV, ) (Mediator3 -> DV, ) (Mediator4 -> DV, ) (Mediator5 -> DV, ) (IV -> DV, ) (IV -> MV1, ) (IV -> MV2, ) (IV -> MV3, ) (IV -> MV4, ) (IV -> M5, ), nocapslatent
How do I add five covariates (CV1 CV2 CV3 CV4 CV5 CV6 ) to the model? I will prefer to do this in sembuilder but syntax also works well.
I really need help with this.
Al Bothwell
Comment