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)

}

Try the metafor package in your browser

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

metafor documentation built on April 4, 2025, 3:06 a.m.