The metafor Package

A Meta-Analysis Package for R

User Tools

Site Tools


plots:radial_plot

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
plots:radial_plot [2020/07/14 08:21] Wolfgang Viechtbauerplots:radial_plot [2021/11/08 13:21] Wolfgang Viechtbauer
Line 14: Line 14:
 library(metafor) library(metafor)
  
-### fit fixed-effects model +### fit equal-effects model 
-res <- rma(yi, vi, data=dat.hackshaw1998, method="FE")+res <- rma(yi, vi, data=dat.hackshaw1998, method="EE"
 + 
 +### adjust margins so the space is better used 
 +par(mar=c(5,4,0,3))
  
 ### draw radial plot ### draw radial plot
plots/radial_plot.txt · Last modified: 2021/11/08 13:22 by Wolfgang Viechtbauer