# NOT RUN {
## Random-effects meta-analysis
model1 <- meta(y=yi, v=vi, data=Hox02)
vcov(model1)
## Fixed-effects only
vcov(model1, select="fixed")
## Random-effects only
vcov(model1, select="random")
# }
Run the code above in your browser using DataLab