Checks the options available to select in mplus_compile() or dejon_compile().

mplus_check_params(
  Mplus_file,
  parameter_type,
  standardized = TRUE,
  project = "other"
)

Arguments

Mplus_file

An mplus object generated by the Mplus Automation package from Mplus output using the MplusAutomation::readModels() function.

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'.

Value

A list of available options for mplus_compile() or dejon_compile().