Difference between revisions of "Iekdensity"
(Created page with "<code>Iekdensity</code> is a Stata command developed by [https://www.worldbank.org/en/research/dime DIME] that allows users to easily plot the distribution of a variable by tr...") |
|||
Line 1: | Line 1: | ||
<code>Iekdensity</code> is a Stata command developed by [https://www.worldbank.org/en/research/dime DIME] | <code>Iekdensity</code> is a Stata command, which is part of the <code>[[Ietoolkit|ietoolkit]]</code> package developed by [https://www.worldbank.org/en/research/dime/data-and-analytics DIME Analytics]. <code>Iekdensity</code> allows users to easily plot the distribution of a variable based on treatment groups. It also allows users to include additional information such as descriptive statistics and treatment effects for key variables. | ||
== Read First == | == Read First == | ||
* [https://www.worldbank.org/en/research/dime/data-and-analytics DIME Analytics] has developed the <code>ietoolkit</code> package for Stata to simplify the process of [[Data Management|data management]] and [[Data Analysis|analysis]] in impact evaluations. | |||
* [[Stata Coding Practices|Stata coding practices]] lists common best practices for writing reproducible and replicable Stata '''do-files'''. | |||
* You can [https://github.com/worldbank/ietoolkit/blob/master/CONTRIBUTING.md contribute] to improving future updates of <code>ietoolkit</code> using this [https://github.com/worldbank/ietoolkit Github repository] maintained by [https://www.worldbank.org/en/research/dime/data-and-analytics DIME Analytics]. | |||
* To install the package, type <syntaxhighlight lang="Stata" inline>ssc install ietoolkit</syntaxhighlight> in the Stata command box. | |||
== Overview == | == Overview == | ||
== Options == | == Options == |
Revision as of 15:20, 5 March 2021
Iekdensity
is a Stata command, which is part of the ietoolkit
package developed by DIME Analytics. Iekdensity
allows users to easily plot the distribution of a variable based on treatment groups. It also allows users to include additional information such as descriptive statistics and treatment effects for key variables.
Read First
- DIME Analytics has developed the
ietoolkit
package for Stata to simplify the process of data management and analysis in impact evaluations. - Stata coding practices lists common best practices for writing reproducible and replicable Stata do-files.
- You can contribute to improving future updates of
ietoolkit
using this Github repository maintained by DIME Analytics. - To install the package, type
ssc install ietoolkit
in the Stata command box.