#' residuals.chenreg
#' @param object a model created by `chen_reg`
#' @param ... further arguments passed to or from other methods.
#' @rdname residuals.chenreg
#' @export residuals.chenreg
#' @export
residuals.chenreg <-
function(object, ...) {
return(object$residuals)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.