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
Related Posts with Marginal Effects after Firthlogit
Prevalence with multiple variablesHello, I am analyzing a hospital dataset which provides demographic, diagnostic, and procedural data…
"No room to add more variables": Stata tries to load empty spreadsheetHi, I am trying to import an Excel spreadsheet the usual way but I am getting an error: Code: . im…
Replace "statsby" by "runby" to save timeHi, I am currently running regressions by group and saving coefficients using "statsby". It turns o…
Estimation of Markov Switching modelsHi, I am estimating a Markov Switching models using the mswitch command. This code runs for country …
Bootstrapped SEs for quantile regressionHi, I have a standard difference-in-differences setup where a reform is introduced in one region in…
Subscribe to:
Post Comments (Atom)
0 Response to Marginal Effects after Firthlogit
Post a Comment