https://github.com/cran/metafor
Raw File
Tip revision: 38a1225d4797873a2060d2cf76ba991e6b739cf7 authored by Wolfgang Viechtbauer on 03 June 2021, 10:00:05 UTC
version 3.0-1
Tip revision: 38a1225
weights.rma.glmm.r
weights.rma.glmm <- function(object, ...) {

   mstyle <- .get.mstyle("crayon" %in% .packages())

   .chkclass(class(object), must="rma.glmm", notav="rma.glmm")

}
back to top