inverse.logit: Converts linear predictor to probability
Description
Calculates predicted probability for a given logged odds value. This function calculates predicted probability for a given logged odds value, often useful for plotting or reporting predicted probabilities.
Usage
inverse.logit(logged_odds)
Value
Returns predicted probability corresponding the the logged odds value, a numeric value between 0 and 1.