semTools:::summary.lavaan.mi(mod, fit.measures = TRUE)
#> Error in getMethod("coef", "lavaan.mi"): no method found for function 'coef' and signature lavaan.mi
semTools:::summary.lavaan.mi(mod, ci = TRUE)
#> Error in getMethod("coef", "lavaan.mi"): no method found for function 'coef' and signature lavaan.mi
summary(mod, fit.measures = TRUE)
#> lavaan.mi object based on 20 imputed data sets.
#> See class?lavaan.mi help page for available methods.
#>
#> Convergence information:
#> The model converged on 20 imputed data sets
#>
#> Rubin's (1987) rules were used to pool point and SE estimates across 20 imputed data sets, and to calculate degrees of freedom for each parameter's t test and CI.
#> Error in D3.LRT(object, h1 = h1, useImps = useImps, asymptotic = asymptotic, : D3 test statistic could not be calculated. Try the D2 pooling method.
summary(mod, ci = TRUE)
#> lavaan.mi object based on 20 imputed data sets.
#> See class?lavaan.mi help page for available methods.
#>
#> Convergence information:
#> The model converged on 20 imputed data sets
#>
#> Rubin's (1987) rules were used to pool point and SE estimates across 20 imputed data sets, and to calculate degrees of freedom for each parameter's t test and CI.
#>
#> Parameter Estimates:
#>
#> Standard errors Standard
#> Information Expected
#> Information saturated (h1) model Structured
#>
#> Regressions:
#> Estimate Std.Err t-value df P(>|t|) ci.lower
#> y ~
#> x 0.385 0.125 3.073 84.009 0.003 0.136
#> ci.upper
#>
#> 0.635
#>
#> Variances:
#> Estimate Std.Err t-value df P(>|t|) ci.lower
#> .y 0.911 0.167 5.452 209.224 0.000 0.581
#> ci.upper
#> 1.240