Skip to content

insight 0.20.3

Compare
Choose a tag to compare
@strengejacke strengejacke released this 16 Aug 11:33
· 36 commits to main since this release
524d385

Changes

  • get_df() now supports more model classes.

  • get_variance() gives an informative error if no mixed model is provided.

Bug fixes

  • Fixed issue in find_formula(), find_predictors() and find_variables()
    for models from package brms with custom formulas.

  • Fixed issues in find_response() for brms models with mi() function in
    the response variable.

  • Fixed issue in get_variance() that could lead to recursive calls for
    brms models, resulting in "infinite" resampling of the model.

  • Fixed issue in check_if_installed() that erroneously tried to guess the
    minimum required package version based on the SUGGEST field of the insight
    package, instead of the package that was calling the function.

  • Fixed issue in get_modelmatrix() for models from package brms with
    special functions in the formula (like mo()).

  • Fixed issue in ellipses_info() when this function was called from do.call().

  • Fixed issue with formatting unicode-symbols, where a wrong unicode-character
    was used for "Omega". Furthermore, Omega2 and Eta2 are now correctly converted.