Dear StataList,
I am running regressions in Stata and I got the following table below from predicted margins. The thing is that the variable is time and time cannot be negative - so it looks pretty bad in the graphs :/ How is that possible? How could justify that?
Many many thanks in advance
I am running regressions in Stata and I got the following table below from predicted margins. The thing is that the variable is time and time cannot be negative - so it looks pretty bad in the graphs :/ How is that possible? How could justify that?
Many many thanks in advance

Code:
margins timex, post noestimcheck Delta-method Margin Std. Err. z P>z [95% Conf. Interval] timex -8/-10 163.964 5.348 30.66 0.000 153.483 174.445 -4/-6 118.091 34.397 3.43 0.001 50.674 185.508 -2 122.463 36.124 3.39 0.001 51.661 193.264 0 11.913 36.115 0.33 0.742 -58.871 82.697 +2 41.892 37.119 1.13 0.259 -30.859 114.644 +4/+6 74.276 37.856 1.96 0.050 0.079 148.474
Comment