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
Splines after Cox-modelDear Stata users, I am trying to draw splines using Stata after Cox-model as shown in the below fig…
linear splines with knotsDear Stata users, I am trying to create the following graph using Stata. In this graph, hazard rati…
How to make a point estimate in a mixed model with continuous variablesDear Stata users, I have a mixed model (see the syntax below) with main effects of group (two dicho…
STATA-- How to convert exponential parameters to normal distribution parametersHi everyone, I have a exponential parameters of mean and std. However, I would like to have these 2…
How to create new variable with month and year since May, 2011 as n°1Dear Statalister, I'm trying to create a new variable derived from one date (DateACR_num) which inc…
Subscribe to:
Post Comments (Atom)
0 Response to Marginal Effects after Firthlogit
Post a Comment