I am working on a research that seeks to explain the influence of rains on the occurrence of traffic accidents. I need help to interpret the result displayed by STATA.
-----------------------------------------------------------------------------------------------------------------------------
acc | Coef. Std. Err. z P>|z| [95% Conf. Interval]
-------------+---------------------------------------------------------------------------------------------------------------
precipitacao | .0079662 .0005433 14.66 0.000 .0069015 .009031
tempo | 8.26e-06 9.97e-07 8.29 0.000 6.31e-06 .0000102
temposq | -1.39e-10 1.04e-11 -13.41 0.000 -1.60e-10 -1.19e-10
_cons | -1.539297 .4425398 -3.48 0.001 -2.406659 -.6719348
-------------+------------------------------------------------------------------------------------------------ ---------------
/lnalpha | 2.217552 .2220223 1.782396 2.652708
-------------+--------------------------------------------------------------------------------------------------------------
alpha | 9.18482 2.039235 5.944084 14.19242
------------------------------------------------------------------------------------------------------------------------------
Likelihood-ratio test of alpha=0: chibar2(01) = 4.4e+04 Prob>=chibar2 = 0.000
I'm totally lost in the interpretation. The variable depends on ac (accidents) and independent variables are "precipitacao" ("precipitation"), "tempo" (time) and "temposq" (time to square). The time variables were added because over time the accidents tend to increase.
What does / lnalpha and alpha mean?
Does the fact that the coefficient of time have an inverse relationship with the variable accidents proves that with the progression of time the accidents will decrease?
Please, somebody help me!
-----------------------------------------------------------------------------------------------------------------------------
acc | Coef. Std. Err. z P>|z| [95% Conf. Interval]
-------------+---------------------------------------------------------------------------------------------------------------
precipitacao | .0079662 .0005433 14.66 0.000 .0069015 .009031
tempo | 8.26e-06 9.97e-07 8.29 0.000 6.31e-06 .0000102
temposq | -1.39e-10 1.04e-11 -13.41 0.000 -1.60e-10 -1.19e-10
_cons | -1.539297 .4425398 -3.48 0.001 -2.406659 -.6719348
-------------+------------------------------------------------------------------------------------------------ ---------------
/lnalpha | 2.217552 .2220223 1.782396 2.652708
-------------+--------------------------------------------------------------------------------------------------------------
alpha | 9.18482 2.039235 5.944084 14.19242
------------------------------------------------------------------------------------------------------------------------------
Likelihood-ratio test of alpha=0: chibar2(01) = 4.4e+04 Prob>=chibar2 = 0.000
I'm totally lost in the interpretation. The variable depends on ac (accidents) and independent variables are "precipitacao" ("precipitation"), "tempo" (time) and "temposq" (time to square). The time variables were added because over time the accidents tend to increase.
What does / lnalpha and alpha mean?
Does the fact that the coefficient of time have an inverse relationship with the variable accidents proves that with the progression of time the accidents will decrease?
Please, somebody help me!
Comment