parameters 0.29.0
Changes
-
standardize_parameters()(and by extensionmodel_parameters()) with any of
the post-hoc standardization methods no longer standardizes the
"(Intercept)"parameter - instead setting it toNA. -
standardize_parameters()with any of the post-hoc standardization methods
sets all inferential statistics (z, p, etc...) for the"(Intercept)"and any
otherNAparameters toNA. -
model_parameters()now supports objects from the lavaan.mi package. -
Improved performance of
model_parameters()for largemgcv::gam()models
that include random effects when using the newre_testargument (e.g.,
settingre_test = FALSEto skip expensive random-effect tests). Default
behavior (withre_test = TRUE) is unchanged. -
model_parameters()for proportions-htests objects no longer hard-codes the
estimate for the proportion in the underlying data frame. This is now done
in theformat()method. -
model_parameters()now supports htests objects from package BSDA. -
Output for other random effects covariance structures than "unstructured" for
models from package glmmTMB has been revised, to provide a more useful output,
which is also in line with the relevant information returned byVarCorr().
Bug fixes
-
Fixed issue where wrong (non-robust) standard errors were calculated for
coxphandsvycoxphobjects. -
Fixed issues with Tukey-p-value adjustment for emmeans objects.
-
Fixed unintended removal of columns in
model_parameters()for objects from
package marginaleffects. This happened, when a variable in a model was named
Type. -
Fixed issue in
model_parameters()forfisher.test()with tables larger
than 2x2.