
metagen(TE, seTE, studlab, data=NULL, subset=NULL, sm="")
"RD"
, "RR"
, "OR"
, "WMD"
,
"SMD"
.c("metagen", "meta")
with corresponding
print
, summary
, plot
function. The object is a
list containing the following components:"Inverse"
.metabin
, metacont
, print.meta
data(Fleiss93)
meta1 <- metabin(event.e, n.e, event.c, n.c, data=Fleiss93, sm="RR", meth="I")
meta1
##
## Identical results by using the following commands:
##
meta1
metagen(meta1$TE, meta1$seTE, sm="RR")
Run the code above in your browser using DataLab