Skip to content

parameters 0.21.2

Compare
Choose a tag to compare
@strengejacke strengejacke released this 16 Sep 14:30
· 231 commits to main since this release
700067b

Changes

  • Minor improvements to factor analysis functions.

  • The ci_digits argument of the print() method for model_parameters() now
    defaults to the same value of digits.

  • model_parameters() for objects from package marginaleffects now also
    accepts the exponentiate argument.

  • The print(), print_html(), print_md() and format() methods for
    model_parameters() get an include_reference argument, to add the reference
    category of categorical predictors to the parameters table.

Bug fixes

  • Fixed issue with wrong calculation of test-statistic and p-values in
    model_parameters() for fixest models.

  • Fixed issue with wrong column header for glm models with
    family = binomial("identiy").

  • Minor fixes for dominance_analysis().