Hello,
Is there a way to compare coefficients across sem models that are not nested?
For example:
Model 1: y1 <- x1 x2 x3 x4
Model 2: y1 <- x1 x2 x3 x5
Model 3: y1 <- x1 x2 x3 x6
Model 4: y1 <- x1 x2 x3 x7
I want to figure out if the coefficients associated with x4 thru x7 are significantly different from each other. Each model is identical in all respects except for those variables. (In this instance, x4 thru x6 are different ways to measure the same construct with x7 being a composite of those measures).
I know I could do this in a regression format with the suest and subsequent test commands, but suest command isn't allowed in the sem framework. I'm using an sem framework because my dataset only has 75 cases, but 16 of those cases are missing values on key variables in my model. My thinking was I could use the sem framework (with observed variables only) with FIML estimation to account for missing data, so I wouldn't have to lose those 16 cases (like I would in a standard regression model).
Is there a way to compare coefficients across sem models that are not nested?
For example:
Model 1: y1 <- x1 x2 x3 x4
Model 2: y1 <- x1 x2 x3 x5
Model 3: y1 <- x1 x2 x3 x6
Model 4: y1 <- x1 x2 x3 x7
I want to figure out if the coefficients associated with x4 thru x7 are significantly different from each other. Each model is identical in all respects except for those variables. (In this instance, x4 thru x6 are different ways to measure the same construct with x7 being a composite of those measures).
I know I could do this in a regression format with the suest and subsequent test commands, but suest command isn't allowed in the sem framework. I'm using an sem framework because my dataset only has 75 cases, but 16 of those cases are missing values on key variables in my model. My thinking was I could use the sem framework (with observed variables only) with FIML estimation to account for missing data, so I wouldn't have to lose those 16 cases (like I would in a standard regression model).
Comment