https://github.com/cran/metafor
Raw File
Tip revision: 98c82843844f6380f7677935afd7625ed1e59c92 authored by Wolfgang Viechtbauer on 07 May 2015, 00:00:00 UTC
version 1.9-6
Tip revision: 98c8284
weights.rma.glmm.r
weights.rma.glmm <-
function (object, ...) 
{
    if (!is.element("rma.glmm", class(object))) 
        stop("Argument 'object' must be an object of class \"rma.glmm\".")
    stop("Method not yet implemented for objects of class \"rma.glmm\". Sorry!")
}
back to top