Usage
metaplot.surv(mn, se=NULL, lower=NULL, upper=NULL, nn=NULL, labels=NULL, conf.level = .95, xlab = "", ylab = "", xlim = NULL, summn = NULL, sumse = NULL, sumlower = NULL, sumupper = NULL, sumnn = NULL, summlabel = "Summary", logeffect = FALSE, lwd = 2, boxsize = 1, zero = as.numeric(logeffect), colors, xaxt="s", logticks=TRUE, ... )
Arguments
mn
point estimates from studies
lower
Vector of lower ends of confidence intervals
upper
Vector of upper ends of confidence intervals
nn
precision: box ares is proportional to this. 1/se^2
is the default
labels
labels for each interval
conf.level
Confidence level for confidence intervals
xlab
label for the point estimate axis
ylab
label for the axis indexing the different studies
xlim
the range for the x axis.
sumse
standard error of summary estimate
sumlower
lower end of confidence intervals of summary estimate
sumupper
upper end of confidence intervals of summary estimate
sumnn
precision of summary estimate
summlabel
label for summary estimate
logeffect
TRUE
to display on a log scale
boxsize
Scale factor for box size
xaxt
use "n"
for no x-axis (to add a customised one)
logticks
if TRUE
and logscale
, have tick values
approximately equally spaced on a log scale
...
Other graphical parameters