mplus_check_params.Rd
Checks the options available to select in mplus_compile()
or dejon_compile()
.
mplus_check_params( Mplus_file, parameter_type, standardized = TRUE, project = "other" )
Mplus_file | An mplus object generated by the Mplus Automation package from Mplus output using the |
---|---|
parameter_type | One of 'parameters', 'paramheader' or 'display'. It is also possible to select 'outcomes' and 'variables' for Dejonckheere project models. |
standardized | Whether standardized or unstandardized output should be used for univariate and bivariate models. Defaults to TRUE. |
project | Whether the parameters are for the Dejon project or another project. One of 'dejon', 'other'. Defaults to 'other'. |
A list of available options for mplus_compile()
or dejon_compile()
.