#' Convert a probability to an odds
#' @param probability a probability
#' @returns an odds
#' @export
probabilityToOdds = function(probability){
probability/(1-probability)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.