-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #317 from worldbank/v7.1
V7.1 - small fix of bug
- Loading branch information
Showing
26 changed files
with
30 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
*! version 7.0 16DEC2022 DIME Analytics [email protected] | ||
*! version 7.1 19JAN2023 DIME Analytics [email protected] | ||
|
||
capture program drop iebaltab, | ||
program define iebaltab, rclass | ||
|
@@ -58,7 +58,7 @@ qui { | |
|
||
*Set minimum version for this command | ||
version 12 | ||
|
||
/*********************************************** | ||
************************************************ | ||
|
@@ -872,7 +872,7 @@ qui { | |
else mat row[1,`colindex'] = .c | ||
|
||
*The diff between the groups after controling for fixed effects and covariates | ||
mat row[1,`++colindex'] = e(b)[1,1] | ||
mat row[1,`++colindex'] = _b[`dummy_pair_`ttest_pair''] | ||
|
||
*Get the standard error for this pair dummy and calculate st dev | ||
local se_this_pair = _se[`dummy_pair_`ttest_pair''] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
*! version 7.0 16DEC2022 DIME Analytics [email protected] | ||
*! version 7.1 19JAN2023 DIME Analytics [email protected] | ||
|
||
capture program drop ieboilstart | ||
program ieboilstart , rclass | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
*! version 7.0 16DEC2022 DIME Analytics [email protected] | ||
*! version 7.1 19JAN2023 DIME Analytics [email protected] | ||
|
||
cap program drop ieddtab | ||
program define ieddtab, rclass | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
*! version 7.0 16DEC2022 DIME Analytics [email protected] | ||
*! version 7.1 19JAN2023 DIME Analytics [email protected] | ||
|
||
cap program drop iedorep | ||
program define iedorep, rclass | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
*! version 7.0 16DEC2022 DIME Analytics [email protected] | ||
*! version 7.1 19JAN2023 DIME Analytics [email protected] | ||
|
||
capture program drop iedropone | ||
program define iedropone , | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
*! version 7.0 16DEC2022 DIME Analytics [email protected] | ||
*! version 7.1 19JAN2023 DIME Analytics [email protected] | ||
|
||
cap program drop iefolder | ||
program define iefolder | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
*! version 7.0 16DEC2022 DIME Analytics [email protected] | ||
*! version 7.1 19JAN2023 DIME Analytics [email protected] | ||
|
||
cap program drop iegitaddmd | ||
program define iegitaddmd | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
*! version 7.0 16DEC2022 DIME Analytics [email protected] | ||
*! version 7.1 19JAN2023 DIME Analytics [email protected] | ||
|
||
cap program drop iegraph | ||
program define iegraph, rclass | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
*! version 7.0 16DEC2022 DIME Analytics [email protected] | ||
*! version 7.1 19JAN2023 DIME Analytics [email protected] | ||
|
||
cap prog drop iekdensity | ||
prog define iekdensity | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
*! version 7.0 16DEC2022 DIME Analytics [email protected] | ||
*! version 7.1 19JAN2023 DIME Analytics [email protected] | ||
|
||
cap program drop iematch | ||
program define iematch | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
*! version 7.0 16DEC2022 DIME Analytics [email protected] | ||
*! version 7.1 19JAN2023 DIME Analytics [email protected] | ||
|
||
capture program drop iesave | ||
program iesave , rclass | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
*! version 7.0 16DEC2022 DIME Analytics [email protected] | ||
*! version 7.1 19JAN2023 DIME Analytics [email protected] | ||
|
||
capture program drop ietoolkit | ||
program ietoolkit, rclass | ||
|
||
* UPDATE THESE LOCALS FOR EACH NEW VERSION PUBLISHED | ||
local version "7.0" | ||
local versionDate "16DEC2022" | ||
|
||
local version "7.1" | ||
local versionDate "19JAN2023" | ||
|
||
syntax [anything] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{smcl} | ||
{* 16 Dec 2022}{...} | ||
{* 19 Jan 2023}{...} | ||
{hline} | ||
help for {hi:iebaltab} | ||
{hline} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{smcl} | ||
{* 16 Dec 2022}{...} | ||
{* 19 Jan 2023}{...} | ||
{hline} | ||
help for {hi:ieboilstart} | ||
{hline} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{smcl} | ||
{* 16 Dec 2022}{...} | ||
{* 19 Jan 2023}{...} | ||
{hline} | ||
help for {hi:ieddtab} | ||
{hline} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{smcl} | ||
{* 16 Dec 2022}{...} | ||
{* 19 Jan 2023}{...} | ||
|
||
{hline} | ||
help for {hi:iedorep} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{smcl} | ||
{* 16 Dec 2022}{...} | ||
{* 19 Jan 2023}{...} | ||
{hline} | ||
help for {hi:iedropone} | ||
{hline} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{smcl} | ||
{* 16 Dec 2022}{...} | ||
{* 19 Jan 2023}{...} | ||
{hline} | ||
help for {hi:iefolder} | ||
{hline} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{smcl} | ||
{* 16 Dec 2022}{...} | ||
{* 19 Jan 2023}{...} | ||
{hline} | ||
help for {hi:iegitaddmd} | ||
{hline} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{smcl} | ||
{* 16 Dec 2022}{...} | ||
{* 19 Jan 2023}{...} | ||
{hline} | ||
help for {hi:iegraph} | ||
{hline} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{smcl} | ||
{* 16 Dec 2022}{...} | ||
{* 19 Jan 2023}{...} | ||
{hline} | ||
help for {hi:iekdensity} | ||
{hline} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{smcl} | ||
{* 16 Dec 2022}{...} | ||
{* 19 Jan 2023}{...} | ||
{hline} | ||
help for {hi:iematch} | ||
{hline} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{smcl} | ||
{* 16 Dec 2022}{...} | ||
{* 19 Jan 2023}{...} | ||
{hline} | ||
help for {hi:iesave} | ||
{hline} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{smcl} | ||
{* 16 Dec 2022}{...} | ||
{* 19 Jan 2023}{...} | ||
|
||
{hline} | ||
help for {hi:ietoolkit} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
v 7.0 | ||
v 7.1 | ||
d DIME Analytics, World Bank Group, Development Economics Research | ||
p ietoolkit DIME Analytics |