This function takes the output from Mplus as returned from
irtree_fit_mplus() and returns the estimates in a convenient way.
extract_mplus_output(results = NULL, object = NULL, class = NULL,
.errors2messages = FALSE)A list as returned from irtree_fit_mplus().
A description of the user-specified model. See irtree_model for more information.
String specifying which class of model was fit
Logical indicating whether errors should be converted to messages
A list of parameter estimates, model fit information
(summaries), warnings, errors.