https://github.com/cran/metafor
Raw File
Tip revision: 994d26a65455fac90760ad6a004ec1eaca5856b1 authored by Wolfgang Viechtbauer on 27 September 2023, 18:40:02 UTC
version 4.4-0
Tip revision: 994d26a
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