Nothing
"quarevgum" <-
function(f,para,paracheck=TRUE) {
if(! check.fs(f)) return()
if(paracheck == TRUE) {
if(! are.parrevgum.valid(para)) return()
}
U <- para$para[1]
A <- para$para[2]
x <- U + A*log(-log(1-f))
names(x) <- NULL
return(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.