Skip to content
Prev 1029 / 5632 Next

[R-meta] Meta-analysis dichotomous outcome/quantitative predictor and calculation of r2 or equivalent

Two notes:

1) meta <- rma.uni(yi, sei) is not correct. It should be:

meta <- rma.uni(yi, sei=sei)

(assuming 'sei' is the name of the variable that contains the standard errors).

2) If you have the raw data, you can do an 'IPD' meta-analysis. Just combine the data from the 12 studies into one dataset. Then fit a multilevel (mixed-effects) model to these data that takes the clustering of observations within studies into consideration.

For a discussion/illustration of the IPD vs 2-stage (computing coefficients per study and then combining) approach, see:

http://www.metafor-project.org/doku.php/tips:two_stage_analysis

Best,
Wolfgang

-----Original Message-----
From: R-sig-meta-analysis [mailto:r-sig-meta-analysis-bounces at r-project.org] On Behalf Of Michael Dewey
Sent: Wednesday, 15 August, 2018 12:29
To: Creese, Byron; r-sig-meta-analysis at r-project.org
Subject: Re: [R-meta] Meta-analysis dichotomous outcome/quantitative predictor and calculation of r2 or equivalent

Dear Byron

Comments in line
On 15/08/2018 10:27, Creese, Byron wrote:
Yes, that sounds reasonable to me.
I am not sure why you would want to do that. You have the estimates and 
their standard errors so per study you have an estimate of the 
improvement in model fit by looking a the confidence interval and 
overall you have the same from the summary estimate and its confidence 
interval. If you try to summarise the R^2 what happens if you have 
identical standard errors but coefficients differing only in sign 
leading to the same R^2?