View source: R/e_convert_oddsratio-probability_ALL.R
e_convert_logistic | R Documentation |
Logistic: Convert from log(Odds Ratio) to Probability
e_convert_logistic(z = NULL, sw_percent = FALSE)
z |
list of log(odds ratios) logit-scale values |
sw_percent |
T/F output is percent |
p list of probabilities
z <- qnorm(seq(0, 1, by = 0.1))
e_convert_logistic(z)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.