Hi everyone,
I used two STATA commands to build a treatment model with an aim of estimating of propensity score.
First command is
This command gives error code 322, saying that "treatment model has 2 observations completely determined; the model, as specified, is not identified". Logit was the chosen link function.
Second command is
This command runs fine. It estimates propensity scores that ranges from 0.02 to 0.97. No observations are dropped due to observations being completely determined.
The treatment model that I entered after the above two commands are identical.
Why does this happen?
Thank you for your help.
Qunyan
I used two STATA commands to build a treatment model with an aim of estimating of propensity score.
First command is
Code:
teffects ipw
Second command is
Code:
logit
The treatment model that I entered after the above two commands are identical.
Why does this happen?
Thank you for your help.
Qunyan