Skip to content
Prev 175294 / 398506 Next

LME as part of meta-analysis

Don't worry Emmanuel, not even people in Germany can figure out how exactly my last name is spelled =)

I am actually getting quite close to finishing and releasing a first version of the package. The mima function will become obsolete at that point. 

Regarding the original post -- I am not sure if mima (or the new package) can do what the original poster wants to do. Well, actually, I don't quite understand what the original poster wants to do. Especially this part is confusing:

a<-summary(lme(alp~1,random=~1|alp, weights=varFixed(~staalp^2)))

alp is used as the dependent variable but also as the grouping variable for a random intercept. Not sure what that is supposed to do.

If the goal is simply to fit a linear model (in this case, it seems like the model is supposed to only include the intercept) with alp as the dependent variable with (approximately) known sampling variances equal to staalp^2 and a random intercept (which essentially comes down to the meta-analytic random-effects model), then the mima function can do. The same is true for the appropriate functions in the meta and rmeta packages.

Best,

Wolfgang

----Original Message----
From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On
Behalf Of Emmanuel Charpentier Sent: Saturday, March 28, 2009 11:36
To: r-help at stat.math.ethz.ch
Subject: Re: [R] LME as part of meta-analysis