Nothing
rae <-
function(x, atau = 1, btau = 0.005) {
args <- match.call()
cov <- deparse(args$x, backtick = TRUE, width.cutoff = 500)
res <- list()
res$cov <- c(-1, cov)
res$vars <- cov
res$term <- cov
res$atau <- atau
res$btau <- btau
res
}
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.