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
How to adjust the colour of event plot ?When using the event_plot command, my code is Code: event_plot, alpha(0.01) default_look graph_opt…
help in generating count variableI am working on World Value Survey dataset. It consists of 5 waves and multiple countries in each wa…
How to get Durbin-Watson stat in GMM regressions?Dear statalist, I am running GMM regressions with robust HAC matrix and standard errors and I would…
Summary statistics by countryDear all, I have the following dataset Code: * Example generated by -dataex-. To install: ssc ins…
Pooled meta regression to estimate cross-country effects?Dear all, I have two questions relating to the -meta regress- command (Stata 17) and how to use it …
Subscribe to:
Post Comments (Atom)
0 Response to Marginal Effects after Firthlogit
Post a Comment