I used runMI() to carry out SEM with imputed 20 datasets, which returns a lavaan.mi object "imptt.sem". When I used summary(imptt.sem) or parameterEstimates(imptt.sem, standardized = TRUE, ci = TRUE), both functions don't contain pooled estimates or CIs. I tried monteCarloCI(), which didn't work. Is there a function to calculate pooled CIs? Thanks a lot!