Usage
funnel(x, y, xlim=NULL, ylim=NULL, xlab=NULL, ylab=NULL,
comb.f=FALSE, axes=TRUE,
pch=1, text=NULL, cex=1, col=NULL,
log="", yaxis="se", sm=NULL,
level=NULL, ...)radial(x, y, xlim=NULL, ylim=NULL,
xlab="Inverse of standard error",
ylab="Standardised treatment effect (z-score)",
comb.f=TRUE, axes=TRUE,
pch=1, text=NULL, cex=1, col=NULL,
level=NULL, ...)
Arguments
x
An object of class meta
, or estimated treatment
effect in individual studies.
y
Standard error of estimated treatment effect (mandatory if
x
not of class meta
).
xlim
The x limits (min,max) of the plot.
ylim
The y limits (min,max) of the plot.
xlab
A label for the x axis.
ylab
A label for the y axis.
comb.f
A logical indicating whether the pooled fixed effects
estimate should be plotted.
axes
A logical indicating whether axes should be drawn on the
plot.
pch
The plotting symbol used for individual studies.
text
A character vector specifying the text to be used instead
of plotting symbol.
cex
The magnification to be used for plotting symbol.
col
A vector with color of plotting symbols.
log
A character string which contains "x"
if the x axis
is to be logarithmic, "y"
if the y axis is to be logarithmic
and "xy"
or "yx"
if both axes are to be logarithmic
(applies only to function
yaxis
A character string indicating which type of weights are
to be used. Either "se"
, "invvar"
, "invse"
, or "size"
(applies only to function funnel
).
sm
A character string indicating underlying summary measure,
e.g., "RD"
, "RR"
, "OR"
, "WMD"
,
"SMD"
(applies only to function funnel
).
level
The confidence level utilised in the plot.
...
Graphical parameters as in par
may also be
passed as arguments.