# logit_to_prob ---- logit_to_prob <- function(logit){ odds <- exp(logit) prob <- odds / (1 + odds) return(prob) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.