Nothing
SDI <-
function(x){
n = length(x)
y = rep(1/n,n)
z1 = 1/sum(x^2)
s = 1/sum(y^2)
z = round(z1/s,4)
return(z)
}
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.