Last chance! 50% off unlimited learning
Sale ends in
"rma"
.## S3 method for class 'rma':
coef(object, ...)
"rma"
.knha=TRUE
in the rma.uni
function), then zval
is called tval
in the data frame that is returned by the function.rma.uni
, rma.mh
, rma.peto
### load BCG vaccine data
data(dat.bcg)
### meta-analysis of the log risk rates 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")
coef(res)
Run the code above in your browser using DataLab