R/vcov.matreg.r

Defines functions vcov.matreg

Documented in vcov.matreg

vcov.matreg <- function(object, ...) {

   mstyle <- .get.mstyle()

   .chkclass(class(object), must="matreg")

   out <- object$vb
   return(out)

}
wviechtb/metafor documentation built on May 1, 2024, 6:36 p.m.