parameters 0.28.0
Breaking Changes
- The experimental
print_table()function was removed. The aim of this function
was to test the implementation of thetinytablebackend for printing. Now,
tinytableis fully supported byinsight::export_table()and thereby also
by the variousprint()resp.display()methods for model parameters.
Changes
-
All
print_html()methods get anengineargument, to either use thegt
package or thetinytablepackage 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 aformatargument 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
selectionwith multiple outcomes.