Skip to contents

BayesERtools 0.2.7

Bug fixes

  • Fixed plot_er_exp_sel() (and plot() for ermod_exp_sel objects) failing with loo (>= 2.10.0), which returns loo_compare() output as a data frame with model names in a model column rather than in the matrix row names.

BayesERtools 0.2.6

CRAN release: 2026-06-13

Major changes

  • Replaced tidybayes dependency with ggdist and rstantools to avoid CRAN archival risk from tidybayes’s dependency on arrayhelpers. tidybayes::add_*_draws() calls replaced with direct posterior_epred() / posterior_linpred() / posterior_predict() via rstantools generics. tidybayes::median_qi() replaced with ggdist::median_qi().

BayesERtools 0.2.5

CRAN release: 2026-04-23

Major changes

  • Updated compatibility with upcoming changes to loo_compare() output structure in the loo package (> 2.9.0), which now returns a data frame instead of a matrix and includes additional diagnostic columns.

Minor changes

  • Allow manual breaks in plot_er() to control the position of the probability summary breaks for binary models
  • Added return_components option to plot_er() and plot_er_gof() that returns individual plot components (main plot, boxplot, caption) for customization before recombining with combine_er_components()

BayesERtools 0.2.4

CRAN release: 2025-10-02

Major changes

  • Extended covariate effects functionality to support linear regression models (ermod_lin) in addition to binary logistic regression models (ermod_bin)

Minor changes

  • Fix test for rstanarm update

BayesERtools 0.2.3

CRAN release: 2025-06-16

Major changes

Minor changes

  • Prepare for the upcoming ggplot2 release

BayesERtools 0.2.2

CRAN release: 2025-06-06

Major changes

Minor changes

  • Enable setting the prior distribution for linear models
  • Added exp_candidates argument to extract_coef_exp_ci() function to allow for the extraction of coefficients from all candidate models
  • Update package dependencies

BayesERtools 0.2.1

CRAN release: 2025-02-12

  • Update package dependency

BayesERtools 0.2.0

CRAN release: 2025-02-10

  • Initial public release