Nothing
qFk <-
function(p, y, h){
toInvert <- function(x, p, y, h) {
return(mean(pnorm((x-y)/h))-p)
}
res <- uniroot(toInvert, interval = c(min(y) - 10^25, max(y) + 10^25), p, y, h)$root
return(res)
}
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.