Skip to content

meta regression in R using lme function

2 messages · Jan van de Kassteele, Viechtbauer Wolfgang (STAT)

#
Hello Jan,

As far as know, fixing sigma to 1 is not possible in R with lme. That is
why I started to write my own functions to allow me to fit mixed-effects
models in R. Quite some time ago, I put one of those functions on my
website, which can be downloaded here:
http://www.wvbauer.com/downloads.html. Since some people have indicated
to me that they have found the function useful, I have been expanding
the function into a full package, which I will be relasing shortly. It
includes a much-improved version of the function that is currently on my
website and methods for printing, ploting, residual extraction,
influence diagnostics, and so on. The Mantel-Haenszel and Peto's method
are also implemented. In a second stage, I will be adding functions to
fit the bivariate mixed-effects model and then a multivariate model
function, which is useful for more complex syntheses (such as when doing
a meta-analysis of mixed-treatment comparisons). So maybe the upcoming
package will be useful to you.

Best,