View source: R/e_convert_oddsratio-probability_ALL.R
e_convert_oddsratio_to_probability | R Documentation |
Convert from Odds Ratio to Probability
e_convert_oddsratio_to_probability(or = NULL, sw_percent = FALSE)
or |
list of odds ratios |
sw_percent |
T/F return as percent, instead? |
p list of probabilities
or <- c(0, 1/9, 1/4, 1/2, 1, 2, 4, 9)
e_convert_oddsratio_to_probability(or)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.