mylogit <- function(x){ x[x==0] = 0.0001 x[x==1] = 0.999 log(x/(1-x)) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.