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).
We have used
save_all_pars =TRUE
inbrms
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 withsave_pars = save_pars(all = TRUE)
.