Skip to content

Commit

Permalink
iebaltab : fix missing errors in output
Browse files Browse the repository at this point in the history
  • Loading branch information
kbjarkefur committed Sep 1, 2022
1 parent 0ff6aaa commit 7f8a363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ado_files/iebaltab.ado
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,7 @@ qui {
* Mean and variance for this group - get value from mat and apply format
local mean_value = el(`rmat',`row_num',colnumb(`rmat',"mean_`grp_code'"))
local var_value = el(`rmat',`row_num',colnumb(`rmat',"`pout_val'_`grp_code'"))
local var_value = el(`rmat',`row_num',colnumb(`rmat',"`dout_val'_`grp_code'"))
local mean_value : display `diformat' `mean_value'
local var_value : display `diformat' `var_value'
local row_up `"`row_up' _tab "`mean_value'" "'
Expand Down

0 comments on commit 7f8a363

Please sign in to comment.