Hi all, is there a simple test to assess if there is a statistical difference between counts for years? 
-
Login or Register
- Log in with
poisson Counts i.Year
Iteration 0: Log likelihood = -14.261213
Iteration 1: Log likelihood = -14.261213
Poisson regression Number of obs = 5
LR chi2(4) = 6.01
Prob > chi2 = 0.1987
Log likelihood = -14.261213 Pseudo R2 = 0.1739
------------------------------------------------------------------------------
Counts | Coefficient Std. err. z P>|z| [95% conf. interval]
-------------+----------------------------------------------------------------
Year |
2 | -.0521858 .1865645 -0.28 0.780 -.4178454 .3134739
3 | -.3163373 .2005118 -1.58 0.115 -.7093332 .0766585
4 | -.3398678 .2018878 -1.68 0.092 -.7355606 .055825
5 | -.3639654 .2033209 -1.79 0.073 -.7624671 .0345363
|
_cons | 4.077537 .1301889 31.32 0.000 3.822372 4.332703
------------------------------------------------------------------------------
. testparm i.Year
( 1) [Counts]2.Year = 0
( 2) [Counts]3.Year = 0
( 3) [Counts]4.Year = 0
( 4) [Counts]5.Year = 0
chi2( 4) = 6.06
Prob > chi2 = 0.1944
.
Comment