parameters 0.21.6
New supported models
- Support for models of class
serp
(serp).
Changes
-
include_reference
can now directly be set toTRUE
inmodel_parameters()
and doesn't require a call toprint()
anymore. -
compare_parameters()
gains ainclude_reference
argument, to add the
reference category of categorical predictors to the parameters table. -
print_md()
forcompare_parameters()
now by default uses the tinytable
package to create markdown tables. This allows better control for column
heading spanning over multiple columns.
Bug fixes
-
Fixed issue with parameter names for
model_parameters()
and objects from
package epiR. -
Fixed issue with
exponentiate = TRUE
formodel_parameters()
with models
of classclmm
(package ordinal), when model had nocomponent
column
(e.g., no scale or location parameters were returned). -
include_reference
now also works when factor were created "on-the-fly" inside
the model formula (i.e.y ~ as.factor(x)
).