View source: R/e_convert_oddsratio-probability_ALL.R
e_convert_logit | R Documentation |
See car::logit
for a better implementation.
e_convert_logit(p = NULL, sw_percent = FALSE)
p |
list of probabilities |
sw_percent |
T/F input is percent |
z list of log(odds ratios) logit-scale values
p <- seq(0, 1, by = 0.1)
e_convert_logit(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.