parameters 0.20.1
General
- Added support for models of class
flic
andflac
(logistf),mmrm
(mmrm).
Changes
-
model_parameters()
now includes aGroup
column forstanreg
orbrmsfit
models with random effects. -
The
print()
method formodel_parameters()
now uses the same pattern to
print random effect variances for Bayesian models as for frequentist models.
Bug fix
-
Fixed issue with the
print()
method forcompare_parameters()
, which
duplicated random effects parameters rows in some edge cases. -
Fixed issue with the
print()
method forcompare_parameters()
, which
didn't work properly whenci=NULL
.