Skip to contents

Show the confidence intervals

Usage

mplus.print.confidence.intervals(file, cred = FALSE, invariance = 0)

Arguments

file

the quoted name of an existing OH5 file

cred

logical TRUE for Credibility Intervals

invariance

0 (not invariance model, default)

Value

A data frame containing the confidence intervals

Examples


ex3_1 <- system.file("extdata", "ex3_1.h5", package = "mplush5")
ci <- mplus.print.confidence.intervals(ex3_1)
ci
#>              Section Statement Lower .5% Lower 2.5%  Lower 5%  Estimate
#> 1                     Y1 ON X1 0.8625577  0.8881181 0.9011931 0.9694732
#> 2                     Y1 ON X3 0.5347348  0.5620608 0.5760389 0.6490355
#> 3         Intercepts        Y1 0.3990971  0.4258408 0.4395210 0.5109621
#> 4 Residual Variances        Y1 0.7879434  0.8246052 0.8433588 0.9412942
#>    Upper 5% Upper 2.5% Upper .5%
#> 1 1.0377535  1.0508283 1.0763888
#> 2 0.7220321  0.7360102 0.7633362
#> 3 0.5824031  0.5960833 0.6228271
#> 4 1.0392296  1.0579832 1.0946450