Nothing
formula.distfreereg <-
function(x, ...){
stopifnot(is.list(x))
if(is.null(x[["test_mean"]])){
output <- NULL
} else {
output <- tryCatch(formula(x[["test_mean"]]), error = function(e) NULL)
}
return(output)
}
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.