Nothing
decide<-function(log.MH) {
if(is.na(log.MH)){
print(log.MH)
log.MH=-Inf
}
if(runif(1,min=0,max=1) < exp(log.MH)) return(TRUE)
else return(FALSE)
}
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.