You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New functions make_mplus_irtree_model_syntax() and make_mplus_gpcm_model_syntax() enabling to conveniently prepare the Mplus syntax specifying response-style models.
New function read_mplus_object_results() enabling convenient reading results from an estimated mplusObject.
Bug fixes
expand_responses() deals with data with responses being a tibble.
generate_intercepts_sqn() and thus generate_intercepts() accepts argsd containing elements that are not atomic vectors, e.g. list of matrices.
Other changes
Considering remarks of Plieninger (2020) regarding the interpretation of IRTree models the distinction between sequential and simultaneous response processes was (almost completely) removed from the package parameter names and descriptions in documentation in favor of labeling them as IRTree and GPCM.