epi.mh(ev.trt, n.trt, ev.ctrl, n.ctrl, names, method = "odds.ratio", alternative = c("two.sided", "less", "greater"), conf.level = 0.95)
odds.ratio
or risk.ratio
.two.sided
, greater
or less
. Q
the heterogeneity test statistic, df
the degrees of freedom and its associated P-value.Q
over the degrees of freedom df
.z
the test statistic for overall treatment effect and its associated P-value.alternative = "greater"
tests the hypothesis that the Mantel-Haenszel summary measure of association is greater than 1. Higgins JP, Thompson SG (2002). Quantifying heterogeneity in a meta-analysis. Statistics in Medicine 21: 1539 - 1558.
epi.dsl, epi.iv, epi.smd
data(epi.epidural)
epi.mh(ev.trt = epi.epidural$ev.trt, n.trt = epi.epidural$n.trt,
ev.ctrl = epi.epidural$ev.ctrl, n.ctrl = epi.epidural$n.ctrl,
names = as.character(epi.epidural$trial), method = "odds.ratio",
alternative = "two.sided", conf.level = 0.95)
Run the code above in your browser using DataLab