…
f ~ c(M.G1,
M.G2) * 1
M.G1 == 0
group: 1
…
group: 2
…
f ~ M.G2 * 1
It seems like the first approach sometimes (apparently not always) outputs NA for the M.G1 se and thus excludes the imputation from imps2use, even if the model fits perfectly fine. I can send you a rereducible example if needed.It seems like the first approach sometimes (apparently not always) outputs NA for the M.G1 se
Since the vcov is available, should it actually be possible to determine the CIs (se's and the p-values) using Monte Carlo simulation?
At least with many imputations, this should have a speed advantage compared to parameterEstimates.mi
monteCarloCI (semTools) does not currently accept a lavaan.mi object, or am I mistaken here?