https://github.com/cran/metafor
Raw File
Tip revision: 8d8bbe760317c54ff823a990f19fb6710604750e authored by Wolfgang Viechtbauer on 21 May 2015, 00:00:00 UTC
version 1.9-7
Tip revision: 8d8bbe7
confint.rma.mv.r
confint.rma.mv <-
function (object, parm, level, digits, transf, targs, ...) 
{
    if (!is.element("rma.mv", class(object))) 
        stop("Argument 'object' must be an object of class \"rma.mv\".")
    stop("Method not yet implemented for objects of class \"rma.mv\". Sorry!")
}
back to top