Skip to content

bayestestR 0.14.0

Compare
Choose a tag to compare
@strengejacke strengejacke released this 24 Jul 15:11
· 73 commits to main since this release
77a9766

Breaking Changes

  • Arguments named group, at, group_by and split_by will be deprecated
    in future releases of easystats packages. Please use by instead. This
    affects following functions in bayestestR:

    • estimate_density()

Changes

  • bayesian_as_frequentist() now supports more model families from Bayesian
    models that can be successfully converted to their frequentists counterparts.

  • bayesfactor_models() now throws an informative error when Bayes factors for
    comparisons could not be calculated.

Bug fixes

  • Fixed issue in bayesian_as_frequentist() for brms models with 0 + Intercept
    specification in the model formula.