Dear Statalisters,
Dalia Ghanem, Sarojini Hirshleifer, and I are excited to announce our new package attregtest. This command implements the regression-based attrition tests we propose in the paper “Testing Attrition Bias in Field Experiments”. For more details, see the working paper: https://escholarship.org/uc/item/4ck087v3
The program can be installed from SSC by typing the following in the Stata command window:
Once installed, you can read the help file with:
The help file provides a few examples of how to use the command and the output table it produces. You should have the commands esttab and randtreat installed in order to run these examples. The lowest version of Stata required to run this routine is Stata 13.
We hope you give it a try and welcome any feedback you may have!
Dalia Ghanem, Sarojini Hirshleifer, and I are excited to announce our new package attregtest. This command implements the regression-based attrition tests we propose in the paper “Testing Attrition Bias in Field Experiments”. For more details, see the working paper: https://escholarship.org/uc/item/4ck087v3
The program can be installed from SSC by typing the following in the Stata command window:
Code:
ssc install attregtest, replace
Code:
help attregtest
The help file provides a few examples of how to use the command and the output table it produces. You should have the commands esttab and randtreat installed in order to run these examples. The lowest version of Stata required to run this routine is Stata 13.
We hope you give it a try and welcome any feedback you may have!
Comment