#' @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
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.