dat.raudenbush1985
numeric
study number
author character
study author(s)
year numeric
publication year
weeks numeric
weeks of contact prior to expectancy induction
setting character
whether tests were group or individually administered
tester character
whether test administrator was aware or blind
yi numeric
standardized mean difference
vi numeric
corresponding sampling variance
}yi
), with positive values indicating that the supposed weeks
variable indicates the number of weeks of prior contact between teachers and students before the expectancy induction. Testing was done either in a group setting or individually, which is indicated by the setting
variable. Finally, the tester
variable indicates whether the test administrators were either aware or blind to the researcher-provided designations of the children's intellectual potential.
The data in this dataset were obtained from Raudenbush and Bryk (1985) with information on the setting
and tester
variables extracted from Raudenbush (1984).### load data
dat <- get(data(dat.raudenbush1985))
### random-effects model
res <- rma(yi, vi, data=dat)
res
Run the code above in your browser using DataLab