Nothing
residuals.distfreereg <-
function(object, ..., type = "raw"){
strict_match(arg = type, choices = c("raw", "sphered", "transformed"))
stopifnot(!is.null(object[["residuals"]][[type]]))
return(object[["residuals"]][[type]])
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.