Usage
umxRAM2Ordinal(model, verbose = T, thresholds = c("deviationBased", "direct", "ignore", "left_censored"), name = NULL, showEstimates = TRUE, refModels = NULL, autoRun = getOption("umx_auto_run"))
Arguments
model
An RAM model to add thresholds too.
verbose
Tell the user what was added and why (Default = TRUE)
thresholds
How to implement thresholds: c("deviationBased", "direct", "ignore", "left_censored")
name
= A new name for the modified model (NULL means leave it as it)
showEstimates
= Whether to show estimates in the summary (if autorunning) TRUE
refModels
pass in reference models if available. Use FALSE to supress computing these if not provided.
autoRun
= whether to run the model before returning it: defaults to getOption("umx_auto_run"))