https://github.com/cran/metafor
Raw File
Tip revision: 5e080e28c25477c201792f082375d718b86ed758 authored by Wolfgang Viechtbauer on 28 March 2024, 16:00:06 UTC
version 4.6-0
Tip revision: 5e080e2
weights.rma.glmm.r
weights.rma.glmm <- function(object, ...) {

   mstyle <- .get.mstyle()

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

}
back to top