Skip to content

Commit

Permalink
Merge pull request #317 from worldbank/v7.1
Browse files Browse the repository at this point in the history
V7.1 -  small fix of bug
  • Loading branch information
kbjarkefur authored Feb 2, 2023
2 parents 340cb03 + 72ab65d commit 903b2d8
Show file tree
Hide file tree
Showing 26 changed files with 30 additions and 31 deletions.
6 changes: 3 additions & 3 deletions src/ado_files/iebaltab.ado
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
Expand Down Expand Up @@ -58,7 +58,7 @@ qui {

*Set minimum version for this command
version 12

/***********************************************
************************************************
Expand Down Expand Up @@ -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'']
Expand Down
2 changes: 1 addition & 1 deletion src/ado_files/ieboilstart.ado
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
Expand Down
2 changes: 1 addition & 1 deletion src/ado_files/ieddtab.ado
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
Expand Down
2 changes: 1 addition & 1 deletion src/ado_files/iedorep.ado
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
Expand Down
2 changes: 1 addition & 1 deletion src/ado_files/iedropone.ado
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 ,
Expand Down
2 changes: 1 addition & 1 deletion src/ado_files/iefolder.ado
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
Expand Down
2 changes: 1 addition & 1 deletion src/ado_files/iegitaddmd.ado
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
Expand Down
2 changes: 1 addition & 1 deletion src/ado_files/iegraph.ado
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
Expand Down
2 changes: 1 addition & 1 deletion src/ado_files/iekdensity.ado
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
Expand Down
2 changes: 1 addition & 1 deletion src/ado_files/iematch.ado
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
Expand Down
2 changes: 1 addition & 1 deletion src/ado_files/iesave.ado
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
Expand Down
7 changes: 3 additions & 4 deletions src/ado_files/ietoolkit.ado
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]

Expand Down
2 changes: 1 addition & 1 deletion src/help_files/iebaltab.sthlp
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}
Expand Down
2 changes: 1 addition & 1 deletion src/help_files/ieboilstart.sthlp
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}
Expand Down
2 changes: 1 addition & 1 deletion src/help_files/ieddtab.sthlp
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}
Expand Down
2 changes: 1 addition & 1 deletion src/help_files/iedorep.sthlp
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}
Expand Down
2 changes: 1 addition & 1 deletion src/help_files/iedropone.sthlp
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}
Expand Down
2 changes: 1 addition & 1 deletion src/help_files/iefolder.sthlp
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}
Expand Down
2 changes: 1 addition & 1 deletion src/help_files/iegitaddmd.sthlp
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}
Expand Down
2 changes: 1 addition & 1 deletion src/help_files/iegraph.sthlp
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}
Expand Down
2 changes: 1 addition & 1 deletion src/help_files/iekdensity.sthlp
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}
Expand Down
2 changes: 1 addition & 1 deletion src/help_files/iematch.sthlp
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}
Expand Down
2 changes: 1 addition & 1 deletion src/help_files/iesave.sthlp
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}
Expand Down
2 changes: 1 addition & 1 deletion src/help_files/ietoolkit.sthlp
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}
Expand Down
2 changes: 1 addition & 1 deletion src/ietoolkit.pkg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v 7.0
v 7.1
d iefieldkit. DIME Analytics iefieldkit public beta
d DIME Analytics, World Bank Group, Development Economics Research
f /ado_files/iebaltab.ado
Expand Down
2 changes: 1 addition & 1 deletion src/stata.toc
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

0 comments on commit 903b2d8

Please sign in to comment.