Dear all,
How to interpret the coefficient for atet_T1#c.intensity? I'd appreciate any feedback.
How to interpret the coefficient for atet_T1#c.intensity? I'd appreciate any feedback.
Code:
. xtpoisson yvar atet_T1##c.intensity i.rural `controls' i.year, fe vce(robust)
note: 51 groups (505 obs) dropped because of all zero outcomes
Iteration 0: Log pseudolikelihood = -68040.321
Iteration 1: Log pseudolikelihood = -61778.706
Iteration 2: Log pseudolikelihood = -61776.723
Iteration 3: Log pseudolikelihood = -61776.723
Conditional fixed-effects Poisson regression Number of obs = 23,358
Group variable: countyfips Number of groups = 2,338
Obs per group:
min = 5
avg = 10.0
max = 10
Wald chi2(12) = 999.45
Log pseudolikelihood = -61776.723 Prob > chi2 = 0.0000
(Std. err. adjusted for clustering on countyfips)
-------------------------------------------------------------------------------------
| Robust
yvar | Coefficient std. err. z P>|z| [95% conf. interval]
--------------------+----------------------------------------------------------------
1.atet_T1 | -.0123125 .0059774 -2.06 0.039 -.0240281 -.0005969
intensity | .007263 .0058077 1.25 0.211 -.0041199 .018646
|
atet_T1#c.intensity |
1 | .0029754 .0017724 1.68 0.093 -.0004985 .0064493
|
1.rural | 0 (omitted)
|
year |
2011 | .0116554 .0018309 6.37 0.000 .0080669 .0152438
2012 | .0273192 .0027106 10.08 0.000 .0220065 .032632
2013 | .0441604 .0030787 14.34 0.000 .0381262 .0501945
2014 | .0619121 .0031232 19.82 0.000 .0557908 .0680335
2015 | .0759157 .003672 20.67 0.000 .0687187 .0831127
2016 | .0917255 .004615 19.88 0.000 .0826802 .1007707
2017 | .1047201 .0053361 19.62 0.000 .0942614 .1151787
2018 | .1054591 .0058782 17.94 0.000 .093938 .1169802
2019 | .1256125 .0062935 19.96 0.000 .1132774 .1379476
-------------------------------------------------------------------------------------

Comment