Nothing
alfa.ridge <- function(y, x, a, lambda, B = 1, xnew = NULL) {
z <- Compositional::alfa(x, a, h = TRUE)$aff
mod <- Compositional::ridge.reg(y, z, lambda, B = B, xnew = xnew)
mod
}
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.