Skip to contents

Loads the file and lists all available functions

Usage

mplus.view.results(file, quiet = FALSE)

Arguments

file

the quoted name of an existing H5 file

quiet

logical

Value

lists the functions available for the output

Examples


ex3_1 <- system.file("extdata", "ex3_1.h5", package = "mplush5")
mplus.view.results(ex3_1)
#> 
#> Use the following functions to view the available results.
#> 
#>  - Input instructions
#> 	 - mplus.print.input.instructions
#>  - Summary of Analysis
#> 	 - mplus.print.summary.analysis
#>  - Model Fit Information
#> 	 - mplus.print.model.fit.information
#>  - Model Results
#> 	 - mplus.print.model.results
#>  - Confidence Intervals of Model Results
#> 	 - mplus.print.confidence.intervals
#>  - Standardized Model Results
#> 	 - mplus.print.standardized.model.results
#>  - Confidence Intervals of Standardized Model Results
#> 	 - mplus.print.standardized.confidence.intervals
#>  - R-Square
#> 	 - mplus.print.rsquare