trimfill(x, ...)
meta
, or estimated treatment
effect in individual studies.par
.c("metagen", "meta", "trimfill")
. The object is a
list containing the following components:"Inverse"
.Duval S & Tweedie R (2000), Trim and Fill: A simple funnel-plot-based method of testing and adjusting for publication bias in meta-analysis. Biometrics, 56, 455--463.
metagen
, metabias
, trimfill.meta
, funnel
data(Fleiss93)
meta1 <- metabin(event.e, n.e, event.c, n.c,
data=Fleiss93, sm="OR")
tf1 <- trimfill(meta1)
summary(tf1)
funnel(tf1, pch=ifelse(tf1$trimfill, 1, 16),
level=0.95, comb.fixed=TRUE)
trimfill(meta1$TE, meta1$seTE, sm=meta1$sm)
Run the code above in your browser using DataLab