Show the errors and warnings
Usage
mplus.print.errors.and.warnings(file, quiet = FALSE)
Arguments
- file
the quoted name of an existing OH5 file
- quiet
logical
Value
The errors and warning messages are printed to the screen
Examples
if (FALSE) { # \dontrun{
mplus.print.errors.and.warnings('ex.oh5')
} # }