Dear all,
using Stata 15.1, I want to run a gsem model after Multiple Imputation. First I impute using MICE, then I run this command:
Code:
mi estimate, cmdok: gsem (i.prak $c1 -> skillset, nocaps) (i.prak c.skillset $c1 -> angemessen, ologit nocaps)
Then I want to refer to one equation but get this error message:

Code:
equation [skillset] not found
Since the command worked in a version without MI, I wonder if there is any thing I have to consider when I port this to a MI model. Thanks for any suggestions.