vasishth / bayescogsci

Draft of book entitled An Introduction to Bayesian Data Analysis for Cognitive Science by Nicenboim, Schad, Vasishth
100 stars 27 forks source link

[Ch 9 Bayes factors] `save_all_pars =TRUE` is deprecated #5

Closed CLRafaelR closed 3 years ago

CLRafaelR commented 4 years ago

We have used save_all_pars =TRUE in brms formulae to calculate the Bayes Factor, but the package documentation (Ver 2.14.0, released on 2020.10.08) says that such a method has already been deprecated. save_all_pars =TRUE may have to be replaced with save_pars = save_pars(all = TRUE).

bnicenboim commented 3 years ago

fixed