R/coef.deltamethod.r

Defines functions coef.deltamethod

Documented in coef.deltamethod

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

   mstyle <- .get.mstyle()

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

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

   return(coefs)

}
wviechtb/metafor documentation built on Dec. 4, 2024, 1:03 a.m.