Skip to content

Commit 5c811cc

Browse files
committed
create content table for webdocs
1 parent 0ba2af6 commit 5c811cc

File tree

1 file changed

+20
-13
lines changed

1 file changed

+20
-13
lines changed

README.md

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
**ietoolkit - Stata Commands for Impact Evaluations**
22
=====
33

4+
### Content
5+
6+
### **Content**
7+
**ietoolkit** provides a set of commands that address different aspects of data management and data analysis in relation to Impact Evaluations. The list of commands will be extended continuously, and suggestions for new commands are greatly appreciated. Some of the commands are related to standardized best practices developed at DIME (The World Bank’s unit for Impact Evaluations). For these commands, the corresponding help files provide justifications for the standardized best practices applied.
8+
9+
10+
| Command | Description |
11+
| --- | --- |
12+
| [iebaltab](https://worldbank.github.io/ietoolkit/reference/iebaltab.html) | Produces balance tables with multiple groups or treatment arms |
13+
| [ieboilstart](https://worldbank.github.io/ietoolkit/reference/ieboilstart.html) | Applies best practices for collaboration and reproducibility within a project |
14+
| [ieddtab](https://worldbank.github.io/ietoolkit/reference/ieddtab.html) | This command runs a Diff-in-Diff regression and displays the baseline values, the two 1st differences and the 2nd difference |
15+
| [iedropone](https://worldbank.github.io/ietoolkit/reference/iedropone.html) | An extension of the command `drop` with features preventing additional observations are unintentionally dropped |
16+
| [iefolder](https://worldbank.github.io/ietoolkit/reference/iefolder.html) | Sets up project folders and master do-files according to World Bank DIME's standards |
17+
| [iegitaddmd](https://worldbank.github.io/ietoolkit/reference/iegitaddmd.html) | Creates a placeholder file in subfolders of a GitHub repository folder, which allows committing folder structures with empty folders |
18+
| [iegraph](https://worldbank.github.io/ietoolkit/reference/iegraph.html) | Generates graphs based on regressions with treatment dummies common in impact evaluations |
19+
| [iekdensity](https://worldbank.github.io/ietoolkit/reference/iekdensity.html) | This command plots univariate kernel density estimates by treatment assignment |
20+
| [iematch](https://worldbank.github.io/ietoolkit/reference/iematch.html) | Matching base observations towards target observations using on a single continuous variable |
21+
| [iesave](https://worldbank.github.io/ietoolkit/reference/iesave.html) | Applies best practices before saving data, with option to save meta data report about the data saved |
22+
| [ietoolkit](https://worldbank.github.io/ietoolkit/reference/ietoolkit.html) | Returns information on the version of `ietoolkit` installed |
23+
424
### **Install and Update**
525

626
#### Installing published versions of `ietoolkit`
@@ -30,19 +50,6 @@ An easy but still very efficient way to provide any feedback on these commands i
3050

3151
While we have a slight preference for receiving feedback here on GitHub, you are still very welcome to send a regular email with your feedback to [[email protected]](mailto:[email protected]).
3252

33-
### **Content**
34-
**ietoolkit** provides a set of commands that address different aspects of data management and data analysis in relation to Impact Evaluations. The list of commands will be extended continuously, and suggestions for new commands are greatly appreciated. Some of the commands are related to standardized best practices developed at DIME (The World Bank’s unit for Impact Evaluations). For these commands, the corresponding help files provide justifications for the standardized best practices applied.
35-
36-
- **ietoolkit** returns meta info on the version of _ietoolkit_ installed. Can be used to ensure that the team uses the same version.
37-
- **iebaltab** is a tool for multiple treatment arm balance tables
38-
- **ieddtab** is a tool for difference-in-difference regression tables
39-
- **ieboilstart** standardizes the boilerplate code at the top of all do-files
40-
- **iefolder** sets up project folders and master do-files according to DIME's recommended folder structure
41-
- **iegitaddmd** adds placeholder README.md files to all empty subfolders allowing them to be synced on GitHub
42-
- **iematch** is an algorithm for matching observations in one group to the "most similar" observations in another group
43-
- **iegraph** produces graphs of estimation results in common impact evaluation regression models
44-
- **iedropone** drops observations and controls that the correct number was dropped
45-
- **ieboilsave** performs checks before saving a data set
4653

4754
### **Contributions**
4855
If you are not familiar with GitHub see the **Bug reports and feature requests** section above for a less technical but still very helpful way to contribute to **ietoolkit**.

0 commit comments

Comments
 (0)