Nothing
vifx <- function(X){
Xs <- scale(X)
xx <- t(Xs)%*%Xs/(nrow(X)-1) #put in correlation form
diag(solve(xx)) #VIF are the diagnonal elements of the inverse
}
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.