tidybayes 3.0.3
- Much improved documentation of the difference between
epred
,linpred
, and
predicted
inadd_XXX_rvars()
. - Fixes for compatibility with changes and deprecations in
dplyr
andtidyr
. - Add note about argument name changes to
fitted_draws()
deprecation warning (#288). - More correct error message for
epred_draws()
on rethinking models. - Use
posterior::as_draws_df()
instead ofAs.mcmc.list()
forrstan
objects.