odd2prob | R Documentation |
Convert odds to probabilities using the formula of p = odds/(1 + odds)
odd2prob(odd)
p |
Probability value to be converted |
Return the odds
odd <- c(0.5,0.75,1)
odd2prob(odd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.