trimfill(x, seTE, left=NULL, ma.fixed=TRUE,
type="L", n.iter.max=50,
sm=NULL, studlab=NULL,
silent=TRUE)meta, or estimated treatment
effect in individual studies.x not of class meta)."L" or "R"."RD", "RR", "OR", "WMD",
"SMD"; ignored if x is of class meta.x is of class meta.c("metagen", "meta", "trimfill"). The object is a
list containing the following components:"Inverse". The function metagen is called internally.
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, funneldata(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))Run the code above in your browser using DataLab