Nothing
orcor <- function(object, type=c("default", "youden"), lambda=1) {
type <- match.arg(type)
rho <- object
l <- 2*asin(rho)/pi
or <- switch(type,
default=((1+rho)/(1-rho))^(1/lambda),
youden=((l+1)/(1-l))^2)
or
}
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.