Dear Statalists,

I have used mfx command after estimating firthlogit model, and the predicted Y shows negative (-1.199). The results are given below.

Array



So I have converted firthlogit to logit and then used mfx command as given below. Predicted Y is now positive and less than 1, but the marginal coefficients have changed. Can I use these coefficients and predicted Y for my thesis?

.
. tempname B

.
. matrix define `B' = e(b)

.
. quietly logit mobilemoney female age agesq secondary tertiary incq1 incq2 incq3 incq4 employ rural mobileowner internetaccess wages transfers utilities remittance, asis iterate(0) from(`B', copy)

.
Array