Nothing
cls <- function(y, x, R, ca) {
mod <- Rfast2::cls(y, x, R, ca)
be <- mod$bcls
mse <- sum( (y - x %*% be)^2 ) / dim(x)[1]
list(be = be, mse = mse)
}
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.