powered by
Convert (log)odds to probabilies.
odds_to_probs(odds, subset = NULL, except = NULL, log = TRUE)
Odds values in vector or dataframe.
Character or list of characters of column names to be transformed.
Character or list of characters of column names to be excluded from transformation.
Are these Log odds (such as in logistic models)?
# NOT RUN { library(psycho) odds_to_probs(-1.45) # }
Run the code above in your browser using DataLab