metainf(x, pooled, sortvar)meta."fixed" or "random", can be abbreviated.x$TE).c("metainf", "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.metadata(Fleiss93)
meta1 <- metabin(event.e, n.e, event.c, n.c,
data=Fleiss93, studlab=study,
sm="RR", method="I")
meta1
metainf(meta1)
metainf(meta1, pooled="random")
forest(metainf(meta1, pooled="random"), comb.random=TRUE)Run the code above in your browser using DataLab