#' @import PUlasso
#' @importFrom stats coef
#' @export
#' @method coef pudms.fit
coef.pudms.fit<-function(object,...){
coef(object$fitted)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.