Skip to content

parameters 0.25.0

Compare
Choose a tag to compare
@strengejacke strengejacke released this 30 Apr 13:40
· 48 commits to main since this release
8d34b39

Changes

  • model_parameters() for objects from the marginaleffects packages now calls
    bayestestR::describe_posterior() to process Bayesian models. This offers
    more flexibility in summarizing the posterior draws from marginaleffects.

  • model_parameters() now shows a more informative coefficient name for binomial
    models with probit-link.

  • Argument wb_component now defaults to FALSE.

  • Improved support and printing for tests from package WRS2.

Bug fixes

  • Fixed printing issue with model_parameters() for htest objects when
    printing into markdown or HTML format.

  • Fixed printing issue with model_parameters() for mixed models when
    include_reference = TRUE.