easystats / bayestestR

:ghost: Utilities for analyzing Bayesian models and posterior distributions
https://easystats.github.io/bayestestR/
GNU General Public License v3.0
577 stars 55 forks source link

implementing robustness checks for Bayes Factor à la JASP #472

Open IndrajeetPatil opened 3 years ago

IndrajeetPatil commented 3 years ago

I think this will be a nice addition to the already exhaustive coverage we have of Bayes Factor computation:

image

mattansb commented 3 years ago

Some caveats:

  1. For Stan based models, this will be computationally expensive. But also, see #189
  2. For BayesFactor models we run into the problem that these models don't have an update() method, so we would have to build the whole thing from scratch. JASP runs these models for the user anyway, so it's not really an issue for them.
mattansb commented 3 years ago

I mean, I think they only way to do this would be to have wrappers for the simple BayesFactor functions? But I don't think bayestestR would be the place for that. Maybe one of your packages?