https://github.com/cran/metafor
Raw File
Tip revision: ae5436babe1987b3587dc9a39dbd6026595c55d7 authored by Wolfgang Viechtbauer on 26 August 2022, 16:20:02 UTC
version 3.8-1
Tip revision: ae5436b
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