[R-meta] Multilevel meta-analysis using z-scores

BARANYI Gergö Gergo@B@r@nyi @ending from ed@@c@uk
Tue May 22 17:45:41 CEST 2018


Hi Wolfgang,



For continuous outcomes, I have divided the beta coefficient with the standard error.

For any ratios (OR, HR, RR) I have used the following R codes:



OR <- 1.12

OR_low <-1

LogOR <- log(OR)

LogOR_low <-log(OR_low)

diff <- LogOR - LogOR_low

seor <- diff / 1.96

z <- LogOR / seor



As there were also some experimental studies, if not reported, I calculated the t-values from the summary statistics by testing the proportions of individuals in each groups:



prop.test(c(11,7), c(28,28))



Many thanks,
Gergő


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://stat.ethz.ch/pipermail/r-sig-meta-analysis/attachments/20180522/f2aeb121/attachment.html>

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: not available
URL: <https://stat.ethz.ch/pipermail/r-sig-meta-analysis/attachments/20180522/f2aeb121/attachment.ksh>


More information about the R-sig-meta-analysis mailing list