Skip to content
Prev 1292 / 5632 Next

[R-meta] Funnel plot with Egger regression test, using R

Dear Ms Sanders,

you could use R package meta. Given your mean differences (say, x) and your standard errors (say, se.x), you obtain a meta-analysis m1 by

m1 <- metagen(s, se.x)

The funnel plot is obtained by

funnel(m1)

The Egger regression test is done using

metabias(m1)

Further option see the help functions:
help(package = "meta")
help(metagen)
help(funnel.meta)
help(metabias)

Best,
Gerta R?cker
 
----------------urspr?ngliche Nachricht-----------------
Von: margot sanders [sanders.m at hotmail.com ]
An: r-sig-meta-analysis at r-project.org Datum: Wed, 28 Nov 2018 20:49:21 +0000
-------------------------------------------------

  
    
Message-ID: <20181128225324.EGroupware.AM38csxCthjgDdxUqlNdNR5@egroupware.imbi.uni-freiburg.de>
In-Reply-To: <HE1PR0801MB17219BDE0C2EC02711E500B2F0D10@HE1PR0801MB1721.eurprd08.prod.outlook.com>