Skip to content

parameters 0.20.1

Compare
Choose a tag to compare
@strengejacke strengejacke released this 11 Jan 11:17
· 476 commits to main since this release
6e9e2b4

General

  • Added support for models of class flic and flac (logistf), mmrm (mmrm).

Changes

  • model_parameters() now includes a Group column for stanreg or brmsfit
    models with random effects.

  • The print() method for model_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 for compare_parameters(), which
    duplicated random effects parameters rows in some edge cases.

  • Fixed issue with the print() method for compare_parameters(), which
    didn't work properly when ci=NULL.