Skip to contents

Show the standardized model results

Usage

mplus.print.standardized.model.results(file, stype, cluster = FALSE)

Arguments

file

the quoted name of an existing H5 file

stype

the standardized type ['stdyx','stdy','std']

cluster

logical

Value

A data frame containing the standardized results

Examples


ex3_1 <- system.file("extdata", "ex3_1.h5", package = "mplush5")
results_stdyx <- mplus.print.standardized.model.results(ex3_1, "stdyx")
results_stdyx
#>              Section Statement  Estimate       S.E. Estimate/S.E.
#> 1                     Y1 ON X1 0.6533687 0.02432199      26.86329
#> 2                     Y1 ON X3 0.4091503 0.02818603      14.51607
#> 3         Intercepts        Y1 0.3293041 0.02971816      11.08091
#> 4 Residual Variances        Y1 0.3909690 0.02729079      14.32604
#>   Two-Tailed P-Value
#> 1                  0
#> 2                  0
#> 3                  0
#> 4                  0