Hi Statausers,
I'm running the following command:
In the csv created for example the values of a country are
However in the Stata console what I have is this:
What explains the differences between both outputs? The regression has 110 countries (I'm just showing the estimated values for the last one) and more than 4 millions observations.
Thanks!
I'm running the following command:
Code:
ologit score $covariates i.year $countries_all
estout using "~/ologit_new.csv", replace cells(b se z p) stats(N ll r2_p)
| Vietnam |
| -.5164236 |
| .0331531 |
| -15.57693 |
| 0 |
Code:
Vietnam| -.5292202 .0331736 -15.95 0.000 -.5942392 -.4642012
Thanks!
