Hi all,
I have a doubt regarding the command teffects psmatch in stata. I am interested in seeing the effect of exposure on health outcome (which is binary) with 13 covariates which are categorical. So my question is do we have to put i. as prefix to all covariates as all of them are factor variables?
i.e which one of the following command should I follow?
teffects psmatch (health outcome) (exposure i.x1 i.x2 i.x3 i.x4 i.x5........i.x13), atet
or
teffects psmatch (health outcome) (exposure x1 x2 x3 x4 x5.........x13), atet
I am getting different results in either case.
In the first case ATT is 0.022 with p value 0.001 and in the second case ATT is 0.016 with p value 0.02.
I have a doubt regarding the command teffects psmatch in stata. I am interested in seeing the effect of exposure on health outcome (which is binary) with 13 covariates which are categorical. So my question is do we have to put i. as prefix to all covariates as all of them are factor variables?
i.e which one of the following command should I follow?
teffects psmatch (health outcome) (exposure i.x1 i.x2 i.x3 i.x4 i.x5........i.x13), atet
or
teffects psmatch (health outcome) (exposure x1 x2 x3 x4 x5.........x13), atet
I am getting different results in either case.
In the first case ATT is 0.022 with p value 0.001 and in the second case ATT is 0.016 with p value 0.02.

Comment