Re: [R] metafor random effects meta-analysis

2009-08-13 Thread Viechtbauer Wolfgang (STAT)
Netherlands http://www.wvbauer.com/ Original Message From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Mark Urban Sent: Thursday, August 13, 2009 16:25 To: r-help@r-project.org Subject: [R] metafor random effects meta-analysis > Hello, > > Great to s

[R] metafor random effects meta-analysis

2009-08-13 Thread Mark Urban
Hello, Great to see the new metafor package for meta-analysis. I would like to perform a meta-analysis in which I initially calculate the intercept of the model with a nested random-effects structure. In lme, this would be model<- lme(v3~1, random=~1|species/study, weights = varFixed(~Wt),