# NOT RUN {
data(towels)
### Bayesian Fixed-Effects Meta-Analysis (H1: d>0 Cauchy)
mf <- meta_fixed(towels$logOR, towels$SE, towels$study,
d = "halfnorm", d.par = c(0, .3))
mf
plot_posterior(mf)
plot_forest(mf)
# }
Run the code above in your browser using DataLab