Nothing
ppolyser <- function(r,thx,sigx){
n <- size(thx)[2]
sum <- 0
for (i in 1:n){
sum <- sum + ordnor(thx[i])
}
pr <- (r / sigx) * sum
return(pr)
}
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.