e_convert_logistic: Logistic: Convert from log(Odds Ratio) to Probability

View source: R/e_convert_oddsratio-probability_ALL.R

e_convert_logisticR Documentation

Logistic: Convert from log(Odds Ratio) to Probability

Description

Logistic: Convert from log(Odds Ratio) to Probability

Usage

e_convert_logistic(z = NULL, sw_percent = FALSE)

Arguments

z

list of log(odds ratios) logit-scale values

sw_percent

T/F output is percent

Value

p list of probabilities

Examples

z <- qnorm(seq(0, 1, by = 0.1))
e_convert_logistic(z)

erikerhardt/erikmisc documentation built on April 17, 2025, 10:48 a.m.