Hi Statalisters -- I need some help with the psmatch2 command.
I've set the seed like others have shown so that I can replicate my results:
But every time I rerun the code to match the kids, I get different ATT estimates each time. Any suggestions?
I've set the seed like others have shown so that I can replicate my results:
Code:
set seed 4578 gen rand=uniform() sort rand
Comment