Hi,
I am currently running some robustness checks for my existing Logit model. I want to find the predicted probabilities that lie outside the 0-1 interval for the Linear Probability Model, which would help justify (or might not justify) the use of a Logit over an LPM.
Does anyone know how to calculate the predicted probabilities that lie outside the 0-1 range?
The code below is for the LPM model:
reg poverty union i.SEX i.GORWKR i.HIQUL22D i.AGEEUL i.ETHUKEUL i.MARSTA i.MPNR02 i.INDC07M i.SC20MMJ i.FTPT i.JOBTYP, r
Many thanks,
Dillan
I am currently running some robustness checks for my existing Logit model. I want to find the predicted probabilities that lie outside the 0-1 interval for the Linear Probability Model, which would help justify (or might not justify) the use of a Logit over an LPM.
Does anyone know how to calculate the predicted probabilities that lie outside the 0-1 range?
The code below is for the LPM model:
reg poverty union i.SEX i.GORWKR i.HIQUL22D i.AGEEUL i.ETHUKEUL i.MARSTA i.MPNR02 i.INDC07M i.SC20MMJ i.FTPT i.JOBTYP, r
Many thanks,
Dillan
Comment