insight 1.4.1
Changes
-
get_varcov()now supports robust variance-covariance matrices for models
of classglmmTMB(package glmmTMB). The argumentvcovcan be used to
specify the robust variance-covariance matrix function. Furthermore, the
componentargument gains the"full"option, to return the full
variance-covariance matrix, including the random effects (theta parameters). -
format_table()now also formats ROPE columns for superiority and inferiority. -
format_table()protects integer columns for non-specific column types. -
The
numericsargument inget_datagrid()gains two new options,"integer"
and"mode", to either return the rounded mean or the most frequent value of
a numeric vector. -
Modified code base to address changes in the marginaleffects package from
version 0.29.0 onwards.
Bug fixes
- Fixed issue with
find_formula()with mhurdle models.