You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For others that are new to this, I simply did what Donald suggested and will report:
mean(r2$scores[[1]])
mean(r2$scores[[2]]
mean(diff)
quantile(diff, probs = c(0.05, 0.95)) for credibility interval
mean(diff > 0) for posterior probability
It would be great if there was a feature that could compare Bayesian R2 for (1) variables within a network and (2) the same variable across samples.
The text was updated successfully, but these errors were encountered: