Last chance! 50% off unlimited learning
Sale ends in
"rma"
.ranktest(x, ...)
## S3 method for class 'rma':
ranktest(x, \dots)
"rma"
."ranktest.rma"
. The object is a list containing the following components:print.ranktest.rma
function.regtest
### load BCG vaccine data
data(dat.bcg)
### calculate log relative risks and corresponding sampling variances
dat <- escalc(measure="RR", ai=tpos, bi=tneg, ci=cpos, di=cneg, data=dat.bcg)
### random-effects model
res <- rma(yi, vi, data=dat)
ranktest(res)
Run the code above in your browser using DataLab