"rma.uni"
, "rma.mh"
, and "rma.peto"
.## S3 method for class 'rma.uni':
weights(object, \dots)
## S3 method for class 'rma.mh':
weights(object, \dots)
## S3 method for class 'rma.peto':
weights(object, \dots)
"rma.uni"
, "rma.mh"
, or "rma.peto"
.rma.uni
, rma.mh
, rma.peto
, influence.rma.uni
### load BCG vaccine data
data(dat.bcg)
### meta-analysis of the log relative risks using a mixed-effects model
### with two moderators (absolute latitude and publication year)
res <- rma(ai=tpos, bi=tneg, ci=cpos, di=cneg, mods=cbind(ablat, year),
data=dat.bcg, measure="RR", method="REML")
weights(res)
Run the code above in your browser using DataLab