Nothing
hatfun <- function(x,g)
# Calculate the hat matrix.
{
Q <- x%*%solve(t(x)%*%(g*x))%*%t(g*x)
1 + diag(t(Q)%*%Q - Q - t(Q))
}
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.