Skip to content

Version 0.7.0

Compare
Choose a tag to compare
@tzoltak tzoltak released this 09 Feb 12:02
· 6 commits to main since this release

rstyles 0.7.0 (9.02.2023)

New features

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