ietoolkit
ietoolkit copied to clipboard
Stata commands designed for Impact Evaluations in particular, but also data work in general
Feedback received through DIME network: > I have been using the iebaltab command for my dissertation and it seems to be using t-tests to compare groups of categorical variables. I...
One common issue with projects is that they rely on installed versions of commands from SSC and therefore authors fail to install user-written commands, causing repeated crashes in replication. `ieboilstart`...
It seems that the do-file created by "iefolder" command has a missing global macro (does not declare it before using). Suppose we have a survey round called "PSID". Then iefolder...
And figure out why this happened and what other files this could happen to
As suggested by @luizaandrade, the note with treatment effect values doesn't look great when there's more than one treatment arm. For future updates, I will try to automatically display the...
The handling of options can be turned into their own programs, in particular for `stat` and `effect`, that have long codes.
Hi guys! As distributional analysis is becoming more common in development economics and in policy evaluation in general (see, e.g., http://documents.worldbank.org/curated/en/292901499351272899/Distributional-impact-analysis-toolkit-and-illustrations-of-impacts-beyond-the-average-treatment-effect), I have been thinking about two packages, which may...
I am preparing the replication materials for a paper and thought it would be helpful to have a command which goes through all the do-files in a folder and output...
# List of subprograms ## Test inputs - [ ] Check that folder exists - [ ] Check if file exists - [ ] Check if format specified is a...
# Organization - [ ] Are the sections clear? - [ ] Is the code well documented? - [ ] Could modularization improve code readability? # Help file - [...