epi.dsl(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 DerSimonian and Laird summary measure of association is greater than 1.
DerSimonian R, Laird N (1986). Meta-analysis in clinical trials. Controlled Clinical Trials 7: 177 - 188.
Higgins J, Thompson S (2002). Quantifying heterogeneity in a meta-analysis. Statistics in Medicine 21: 1539 - 1558.
epi.iv
, epi.mh
, epi.smd
data(epi.epidural)
epi.dsl(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