Nothing
chao.sd <-
function(x) {
f.one <- sum(x[x==1])
f.two <- sum(x[x==2])
gamma <- f.two*(0.25*(f.one/f.two)^4+(f.one/f.two)^3+0.5*(f.one/f.two)^2)
return(sqrt(gamma))
}
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.