meta (version 4.9-6)

radial: Radial plot

Description

Draw a radial plot (also called Galbraith plot) which can be used to assess bias in meta-analysis.

Usage

radial(x, ...)

# S3 method for default radial(x, y, xlim = NULL, ylim = NULL, xlab = "Inverse of standard error", ylab = "Standardised treatment effect (z-score)", comb.fixed = TRUE, axes = TRUE, pch = 1, text = NULL, cex = 1, col = NULL, level = NULL, ...)

# S3 method for meta radial(x, xlim = NULL, ylim = NULL, xlab = "Inverse of standard error", ylab = "Standardised treatment effect (z-score)", comb.fixed = 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.

Graphical arguments as in par may also be passed as arguments.

y

Standard error of estimated treatment effect.

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.fixed

A logical indicating whether the pooled fixed effect 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 colour of plotting symbols.

level

The confidence level utilised in the plot.

Details

A radial plot (Galbraith 1988a,b), also called Galbraith plot, is drawn in the active graphics window. If comb.fixed is TRUE, the pooled estimate of the fixed effect model is plotted. If level is not NULL, the corresponding confidence limits are drawn.

References

Galbraith RF (1988a): Graphical display of estimates having differing standard errors. Technometrics, 30, 271--81

Galbraith RF (1988b): A note on graphical presentation of estimated odds ratios from several clinical trials. Statistics in Medicine, 7, 889--94

See Also

metabias, metabin, metagen, funnel

Examples

Run this code
# NOT RUN {
data(Olkin95)
m1 <- metabin(event.e, n.e, event.c, n.c,
              data = Olkin95, subset = c(41, 47, 51, 59),
              studlab = paste(author, year),
              sm = "RR", method = "I")

# Radial plot
#
radial(m1, level = 0.95)

# }

Run the code above in your browser using DataLab