Nothing
## Produce the latex code of positivity of randomaized values.
pos <- function(x){
if (x>0)
y <- paste0(">0")
else if (x==0)
y <- paste0("=0")
else
y <- paste0("<0")
return(y)
}
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.