Dear Stata Users,
I am trying to create a new control sample based on the propensity score matching procedure.
In particular, I have a man sample (e.g. 100 id) and a control sample (e.g. 10.000).
I have followed this procedure.
1. Logit model. logit (dummy_MainSample_CSample) covariates
2. predict psscore
Now, I have an additional column with the psscore in my dataset.
I want to create a new dataset with 100 id (main sample) and 100 id from the control sample based on the psscore (this control sample should include the id with most similar characteristics to the main sample).
Any suggestions would be really appreciated,
Thank you in advance,
N
I am trying to create a new control sample based on the propensity score matching procedure.
In particular, I have a man sample (e.g. 100 id) and a control sample (e.g. 10.000).
I have followed this procedure.
1. Logit model. logit (dummy_MainSample_CSample) covariates
2. predict psscore
Now, I have an additional column with the psscore in my dataset.
I want to create a new dataset with 100 id (main sample) and 100 id from the control sample based on the psscore (this control sample should include the id with most similar characteristics to the main sample).
Any suggestions would be really appreciated,
Thank you in advance,
N
Comment