[R-meta] compare multiple "bayesmeta" estimates
Dear Simon, you can essentially do an analogous analysis (in two stages) using the "bayesmeta" package. Doing the one-stage meta-regression approach is not (yet) possible with bayesmeta, but it should be possible via "rjags" (of required). For the two-stage approach, we then only need to use a normal approximation for the results from the 1st-stage analyses and proceed from there. I attached some example R code based on the quoted "metafor" example. Cheers, Christian
On Sat, 2020-12-26 at 10:46 -0600, Simon Harmel wrote:
Hello All, Using "bayesmeta" package, I want to compare multiple estimates of independent Meta-Analyses (i.e., Subgroups). In metafor, I know we can do this: ( http://www.metafor-project.org/doku.php/tips:comp_two_independent_estimates ) But I have fit my models in the "bayesmeta" package, so I was wondering how to compare across my "bayesmeta" models? Thanks, Simon
-------------- next part -------------- A non-text attachment was scrubbed... Name: hierarchical-ma.R Type: text/x-r-source Size: 2037 bytes Desc: hierarchical-ma.R URL: <https://stat.ethz.ch/pipermail/r-sig-meta-analysis/attachments/20201226/52ba708e/attachment.bin>