parameters 0.28.0
Breaking Changes
- The experimental
print_table()
function was removed. The aim of this function
was to test the implementation of thetinytable
backend for printing. Now,
tinytable
is fully supported byinsight::export_table()
and thereby also
by the variousprint()
resp.display()
methods for model parameters.
Changes
-
All
print_html()
methods get anengine
argument, to either use thegt
package or thetinytable
package for printing HTML tables. Sincetinytable
not only produces HTML tables, but rather different formats depending on the
environment,print_html()
may also generate a markdown table. Thus, the
genericdisplay()
method can be used, too, which has aformat
argument that
also supports"tt"
fortinytable
. -
Improved support for coxme models in
model_parameters()
. Random effects
and group level estimates are now returned as well.
Bug fixes
- Fixed issue with models of class
selection
with multiple outcomes.