ietoolkit
ietoolkit copied to clipboard
Stata commands designed for Impact Evaluations in particular, but also data work in general
I tried running the most recent dev version of `iedorep` with real reproducibility packages. Found a few errors which I'm listing below: - Do-files with comments that start with the...
These two warnings showed when I tried `iedorep` with reproducibility packages: - delimiter changed  - clear all used  I think they should be explained in the help file
The following are comments about the functionality of `iedorep` that I'm flagging in case they're not part of the intended functionality. - if the input do-file changes the working directory,...
# Checklist for v7.3 - [x] 1. **Decide on new version number** - Look up the current version number. It will be on the format `vX.Y`. - If the next...
https://github.com/worldbank/ietoolkit/blob/aa5d320039ca5ea135aa87ce419960f2651ca82a/run/iegitaddmd/iegitaddmd.do#L90-L91
I have a project at the Lab that needs to create a balance table with two panels. So I figured I'd implement this in `iebaltab`. My idea was to have...
I think adding the same trimming functionality that we already have in `iecodebook` have would be great!
https://github.com/worldbank/ietoolkit/blob/c161a8f6db10cd5be71fc6673cef6831ece272f7/src/ado_files/iefolder.ado#L1303 should be `_col(8)"global sqkmtr" _col(24) "= 100" _n ` to follow the same format as the other rates
Since `v7.0`, `iebaltab` returns all calculated stats in a matrix to allow users to build their own LaTeX tables according to their preferences. I helped a user by typing in...