Nothing
compute.agdex.stat <-
function(dstatA,dstatB)
{
x <- dstatA
y <- dstatB
cos.stat <- mean(x*y)/sqrt(mean(x^2)*mean(y^2))
prop.stat <- mean(sign(x)*sign(y))
return(c(cos.stat=cos.stat,prop.stat=prop.stat))
}
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.