search for: bi6

Displaying 1 result from an estimated 1 matches for "bi6".

Did you mean: bi
2009 May 06
1
Duplicating meta-regression results from PROC MIXED with lmer
...duce certain items with lmer but not others. I was hoping that someone might point out how I could correctly program R code to arrive at the correct solution. I have placed the paper and the datasets used below at the following website for easy access to any helpers: http://www.duke.edu/~bi6 I start by loading the data into R. ----- bcg <- read.csv('bcg.csv') bcg.long <- read.csv('bcg-long.csv') bcg$study <- paste(bcg$author, bcg$year) ----- I then perform standard meta-analysis using two different R functions: (1) the metabin function (meta package...