Hi all, I am running the below code, where my treatmnet var is eligible and my outcome var is mh6. I keep get an outofrange error still, even after dropping out ofrange observations. I know this may have something to do with the sample rerunning. Any idea how to fix this issue?
Code:
teffects psmatch (mh6) (eligible total_mnthly_income), caliper(0.05) osample(outofrange) vce(robust) keep if outofrange == 0 teffects psmatch (mh6) (eligible total_mnthly_income), caliper(0.05) vce(robust)
