insight 0.20.3
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()
andfind_variables()
for models from package brms with custom formulas. -
Fixed issues in
find_response()
for brms models withmi()
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 (likemo()
). -
Fixed issue in
ellipses_info()
when this function was called fromdo.call()
. -
Fixed issue with formatting unicode-symbols, where a wrong unicode-character
was used for "Omega". Furthermore, Omega2 and Eta2 are now correctly converted.