#' coef.chenreg
#' @param object an object for which the extraction of model coefficients is meaningful.
#' @param ... further arguments passed to or from other methods.
#'
#' @rdname coef.chenreg
#' @export coef.chenreg
#' @export
coef.chenreg = function(object, ...){
return(object$coefficients)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.