Hi all
Im just looking for some guidance on how to interpret the p-value on the POmean results in a teffects ipw analysis, example
I Would like know what the p value is referring to:
Thanks in advance.
Rodrigo.
Im just looking for some guidance on how to interpret the p-value on the POmean results in a teffects ipw analysis, example
Code:
use https://www.stata-press.com/data/r17/cattaneo2, clear
teffects ipw (bweight) (mbsmoke mmarried mage prenatal1 fbaby medu)
Iteration 0: EE criterion = 4.460e-23
Iteration 1: EE criterion = 2.251e-25
Treatment-effects estimation Number of obs = 4,642
Estimator : inverse-probability weights
Outcome model : weighted mean
Treatment model: logit
----------------------------------------------------------------------------------------
| Robust
bweight | Coefficient std. err. z P>|z| [95% conf. interval]
-----------------------+----------------------------------------------------------------
ATE |
mbsmoke |
(Smoker vs Nonsmoker) | -231.3359 24.05699 -9.62 0.000 -278.4867 -184.1851
-----------------------+----------------------------------------------------------------
POmean |
mbsmoke |
Nonsmoker | 3402.175 9.584056 354.98 0.000 3383.391 3420.96
----------------------------------------------------------------------------------------
Code:
-----------------------+----------------------------------------------------------------
POmean |
mbsmoke |
Nonsmoker | 3402.175 9.584056 354.98 p-value= 0.000 3383.391 3420.96
----------------------------------------------------------------------------------------
Thanks in advance.
Rodrigo.

Comment