Search found 1 match
- Tue Mar 12, 2019 7:16 am
- Forum: Estimation
- Topic: Marginal Effects
- Replies: 14
- Views: 40664
Re: Marginal Effects
hi first estimate your logit model, then name it, like eq1. write the code below in command box. after each line of code, press enter. eq1.forecast(i) xbf scalar meanxb = @mean(xbf) scalar meffectw = @dnorm(-meanxb) scalar meffectw = @dnorm(-@mean(xbf)) vector meffects = meffectw*eq1.@coefs logit ma...
