I am applying a propensity score matching. I have a Panay dataset with time dummy and time invariant treatment variable( dummy). I read that to match the observations, you should take the covariates and balance them. However, only pre-treatment observations of such covariates must be selected for the matching, unless the covariates are not affected by the treatment.
My problem: If I filter the dataset only for the pre-treatment observations, I will get a final matched data with only the pre-treatment observations, which is not useful to me as I then need to run a regression with the full dataset of observations.
Question: How can I filter the dataset to get pre-treatment observations only, get the matching, and then use the matched dataset with FULL observations (pre- and post-treatment) to run the final regression?
My problem: If I filter the dataset only for the pre-treatment observations, I will get a final matched data with only the pre-treatment observations, which is not useful to me as I then need to run a regression with the full dataset of observations.
Question: How can I filter the dataset to get pre-treatment observations only, get the matching, and then use the matched dataset with FULL observations (pre- and post-treatment) to run the final regression?
Comment