Mplus Print Standardized Confidence Intervals
Source:R/mplus_print.R
mplus.print.standardized.confidence.intervals.Rd
Show the standardized confidence intervals
Examples
ex3_1 <- system.file("extdata", "ex3_1.h5", package = "mplush5")
ci_stdyx <- mplus.print.standardized.confidence.intervals(ex3_1, "stdyx")
ci_stdyx
#> Section Statement Lower .5% Lower 2.5% Lower 5% Estimate
#> 1 Y1 ON X1 0.5907201 0.6056975 0.6133590 0.6533687
#> 2 Y1 ON X3 0.3365487 0.3539057 0.3627843 0.4091503
#> 3 Intercepts Y1 0.2527561 0.2710565 0.2804177 0.3293041
#> 4 Residual Variances Y1 0.3206733 0.3374790 0.3460756 0.3909690
#> Upper 5% Upper 2.5% Upper .5%
#> 1 0.6933783 0.7010398 0.7160172
#> 2 0.4555163 0.4643950 0.4817519
#> 3 0.3781905 0.3875517 0.4058521
#> 4 0.4358623 0.4444589 0.4612646