I know how to get the Bayes Factor for population-level effects, e.g.,
hypothesis(bayesmodel, "condition:tester > 0")
However, for a planned study I need to get the magnitude of the evidence for a correlation between two random effects in a brms GLMM. I do not know how to extract it. I know that I can get the credible interval, but in case that includes 0, I need to get the magnitude of the evidence for or against such a correlation. Does anyone know how I can get the Bayes factor for such a hypothesis? I would be super thankful