bayestestR 0.14.0
Breaking Changes
-
Arguments named
group,at,group_byandsplit_bywill be deprecated
in future releases of easystats packages. Please usebyinstead. 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 with0 + Intercept
specification in the model formula.