insight 1.3.1
Changes
-
New function
get_model()to extract the model object from an arbitrary
object, if the model object is stored as attribute of the parent object. -
The
rangeargument inget_datagrid()gets a new option,"pretty", to
create a range of pretty values. -
get_predicted()now supports models of classglmtoolbox::glmee. -
get_predicted()supports predicting the class membership for models from
package brms withmixture()family, usingpredict = "classificaton". -
get_predicted()supports predicting the outcome by class membership for
models from package brms withmixture()family, usingpredict = "link". -
get_residuals()gets a method for objects fromparameters::factor_analysis(),
psych::fa(),psych::omega()andpsych::principal(). -
model_info()returns$is_mixtureto identify finite mixture models. -
Better support for models of class
sdmTMB. -
Improve efficiency of
clean_parameters()for more complex brms models.
Bug fixes
-
Fixed issue in
get_df()for models from package afex. -
Fixed issue in
clean_names()for brms models withmm()in formula. -
Fixed issue in
get_data()for brms models withmmc()in formula. -
Fixed issue in
get_statistic()for objects of classaov.