hi
I am using Stata 14 for performing fmlogit. After running the code of fmlogit and margins, I gained the result of converse sign for same variable and also different significant power.
I was really confused and didn't know how to interpret the result. Did I do the wrong steps?
Here are the code I used and the result
Code:
fmlogit per_in_cc per_in_take per_in_ap ,etavar(int_ap_pca q75 q51_1 q53_1 q54_1 q56_1 q59_1 q60_1 q61_1 q64_2 q71_1)
margins, dydx(*) predict(outcome(per_in_ap))
Result:
variable = int_ap_pca
coefficient of per_in_ap / per_in_cc = - 0.0232
dy/dx = 0.0346847***
How do I interpret the result.?
Thank you,
Jimmy
I am using Stata 14 for performing fmlogit. After running the code of fmlogit and margins, I gained the result of converse sign for same variable and also different significant power.
I was really confused and didn't know how to interpret the result. Did I do the wrong steps?
Here are the code I used and the result
Code:
fmlogit per_in_cc per_in_take per_in_ap ,etavar(int_ap_pca q75 q51_1 q53_1 q54_1 q56_1 q59_1 q60_1 q61_1 q64_2 q71_1)
margins, dydx(*) predict(outcome(per_in_ap))
Result:
variable = int_ap_pca
coefficient of per_in_ap / per_in_cc = - 0.0232
dy/dx = 0.0346847***
How do I interpret the result.?
Thank you,
Jimmy
Comment