Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Output difference between estout and Stata console

    Hi Statausers,

    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)
    In the csv created for example the values of a country are
    Vietnam
    -.5164236
    .0331531
    -15.57693
    0
    However in the Stata console what I have is this:

    Code:
    Vietnam|  -.5292202   .0331736   -15.95   0.000    -.5942392   -.4642012
    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!
    Last edited by Jean Jacques; 23 Feb 2025, 12:20.
Working...
X