Nothing
ci.RubinSchenker <-
function(x, n, conf.level) {
z <- qnorm(1-((1-conf.level)/2))
ll <- plogis(qlogis((x+0.5)/(n+1))-z/(sqrt((n+1)*((x+0.5)/(n+1))*(1-((x+0.5)/(n+1))))))
ul <- plogis(qlogis((x+0.5)/(n+1))+z/(sqrt((n+1)*((x+0.5)/(n+1))*(1-((x+0.5)/(n+1))))))
res <- list (ci = matrix(c(ll,ul), ncol = 2))
}
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.