R/coef.R

Defines functions coef.ebmr

Documented in coef.ebmr

#' @title extract regression coefficients from ebmr fit
#' @param object an ebmr fit
#' @return a p vector of estimated regression coefficients
#' @export
coef.ebmr = function(object, ...){
  object$mu
}
stephenslab/ebmr.alpha documentation built on March 30, 2022, 3:49 a.m.