fitted.robu <- function(object, ...) {
as.numeric(object$data.full$pred.r)
}
residuals.robu <- function(object, ...) {
as.numeric(object$data.full$e.r)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.