R/vcov.matreg.r

Defines functions vcov.matreg

Documented in vcov.matreg

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

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

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

   out <- object$vb
   return(out)

}

Try the metafor package in your browser

Any scripts or data that you put into this service are public.

metafor documentation built on Sept. 28, 2023, 1:07 a.m.