R/coef.matreg.r

Defines functions coef.matreg

Documented in coef.matreg

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

   mstyle <- .get.mstyle()

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

   coefs <- c(object$tab$beta)
   names(coefs) <- rownames(object$tab)

   return(coefs)

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