insight 1.4.0
Breaking changes
apply_table_theme()was removed, since it was an experimental feature that
is no longer used in any package.
Changes
-
display(),print_md()andprint_html()get a.tablemethod. -
get_predicted()now supportschisq.test(), and returns the expected
frequencies. -
export_table()gains better support for the tinytable package. Use
format = "tt"to export tables into the tinytable-format. This can also
be used with grouped tables, i.e.by = "group". -
export_table()gains argumentsrow_groupsandcolumn_groups, to
group rows and columns in the exported table. Column groups currently only
work forformat = "tt". -
If arguments
title,subtitleandfooterinexport_table()are set to
an empty string"", no titles/subtitles/footers are printed, even if present
as attributes. -
Added a
.lavaanmethod foris_converged(). -
The formerly internal function to extract various information about mixed
models is now exported asget_mixed_info().
Bug fixes
-
Fixed issue with models of class
selectionwith multiple response
variables. -
Fixed issue in
get_datagrid()for factors with=in their levels. -
Fixed issue in
find_random()for multivariate response models of classbrms
with special response options. -
Fixed issue in several functions for certain betareg-models that contained
a"mu"component instead of"mean". -
Fixed CRAN check issues on M1 Macs.