Nothing
ppccNorm <-
function (x)
{
x <- sort(x)
m.tilda <- qnorm(ppoints(x, a = 3/8))
ss.m <- sum(m.tilda^2)
c.vec <- m.tilda/sqrt(ss.m)
cor(c.vec, x)
}
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.