metacum(x, pooled, sortvar)
meta
."fixed"
, or "random"
, can be abbreviated.x$TE
).c("metacum", "meta")
with corresponding
print
, plot
function. The object is a
list containing the following components:hakn=TRUE
).NA
.NA
.NA
.sortvar
. Information from object x
is utilised if argument pooled
is missing. A fixed effect model is assumed (pooled="fixed"
) if
argument x$comb.fixed
is TRUE
; a random effects model
is assumed (pooled="random"
) if
argument x$comb.random
is TRUE
and x$comb.fixed
is FALSE
.
metabin
, metacont
, print.meta
data(Fleiss93)
meta1 <- metabin(event.e, n.e, event.c, n.c,
data=Fleiss93, studlab=study,
sm="RR", method="I")
meta1
metacum(meta1)
metacum(meta1, pooled="random")
forest(metacum(meta1, pooled="random"))
Run the code above in your browser using DataLab