Nothing
predict_s <- function(y, b.hat, X) {
lin.pred <- as.matrix(X) %*% b.hat
scale <- unlink_s(y, lin.pred)
return(scale)
}
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.