Inverse Logit Transformation

From Displayr
Jump to navigation Jump to search

The inverse logit transformation converts parameter estimates from Logit Models into probabilities.

Binary logit

Where μ is the fitted value from a Binary Logit Model, the probability is computed as:

Pr=11+eμ

For example, μ=2Pr=0.8807971

Multinomial logit

Where μj is the utility for the jth of J alternatives, the probability of choosing the jth alternative is:

Prj=eμjj=1Jeμj


For example, if in a MaxDiff experiment analyzed using a logit model the three alternatives, A, B and C, estimated parameters of 0, 0.5 and 0.9, the probability of choosing the first alternative is e0.5e0+e0.5+e0.9=0.3071959. And, the probability of choosing B if only B and C were available is: e0.5e0.5+e0.9=0.3775407

Also known as

Logistic Transformation