"infl.rma.uni"
.## S3 method for class 'infl.rma.uni':
plot(x, plotdfb=FALSE, dfbnew=FALSE, logcov=TRUE, las=0,
pch=21, bg="black", bg.infl="red", col.na="lightgray", \dots)
"infl.rma.uni"
.FALSE
).FALSE
). If set to TRUE
, then plotdfb
is automatically set to TRUE
as well.TRUE
).0,1,2,3
). Defines style of axis labels (see par
). The most useful alternative to 0 is 3, so that the x axis labels are drawn vertical to the axis.points
for other options."black"
)."red"
)."lightgray"
).plotdfb=TRUE
, the DFBETAS values are also plotted either after confirming the page change (if newdfb=FALSE
) or on a separate device (if newdfb=TRUE
). Points are considered influence.rma.uni
### load BCG vaccine data
data(dat.bcg)
### meta-analysis of the log relative risks using a mixed-effects model
### with two moderators (absolute latitude and publication year)
res <- rma(ai=tpos, bi=tneg, ci=cpos, di=cneg, mods=cbind(ablat, year),
data=dat.bcg, measure="RR", method="REML")
plot(influence(res))
plot(influence(res), plotdfb=TRUE)
Run the code above in your browser using DataLab