Nothing
# Mean and variance
Liland <- function(R,r){
x <- c((R+1)/(r+1), r*(R+1)*(R-r)/((r+1)^2*(r+2)))
names(x) <- c("Mean","Variance")
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.