Show the results with given group name
Usage
mplus.print.general.results(file, gstr, subgstr)
Arguments
- file
the quoted name of an existing OH5 file
- gstr
the quoted name of results group
- subgstr
the quoted name of results subgroup
Value
A data frame of the model results
Examples
if (FALSE) { # \dontrun{
mplus.print.general.results('ex.oh5')
} # }