Dear all,
I am using runMI() from the semTools-package to fit a SEM model on a list of data sets, and pool the results. This results in an object called "out_phaseII_exploratory" of class lavaan.mi. Unfortunately, I can't seem to get the pooled SE estimates, along with the
t test statistics and their associated
df and
p-values when calling summary() on the "out_phaseII_exploratory" object; I only get the "est.ave" per parameter. I've checked if this has to do with the size of the SEM model, whether or not it is saturated, or nonconvergence on some data sets, but that these factors seem to be unrelated. The weird thing is that calling summary() on an lavaan.mi object that I created about a week ago didn't cause any problems then, but now also doesn't give me the SE estimates (as well as the
t test statistics, etc.).
I am using semTools 0.5.6. Attached you can find the "out_phaseII_exploratory" object. Hopefully the problem can be reproduced:
load(<path to out_phaseII_exploratory.Rds>)
class(out_phaseII_exploratory)
summary(out_phaseII_exploratory)
Kind regards,
Jeroen