The metafor Package

A Meta-Analysis Package for R

User Tools

Site Tools


plots:labbe_plot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
plots:labbe_plot [2024/04/18 13:57] Wolfgang Viechtbauerplots:labbe_plot [2024/04/18 14:17] (current) Wolfgang Viechtbauer
Line 18: Line 18:
 res <- rma(measure="OR", ai=xt, n1i=nt, ci=xc, n2i=nc, data=dat) res <- rma(measure="OR", ai=xt, n1i=nt, ci=xc, n2i=nc, data=dat)
  
-### set up plotting device with a 2x2 layout+### set up 2x2 array for plotting
 par(mfrow=c(2,2)) par(mfrow=c(2,2))
 +
 +### decrease the overall point sizes a bit
 +par(cex=0.7)
  
 ### default plot with log odds on the x- and y-axis ### default plot with log odds on the x- and y-axis
plots/labbe_plot.txt · Last modified: 2024/04/18 14:17 by Wolfgang Viechtbauer