Skip to content

Commit

Permalink
Update treemap.ado
Browse files Browse the repository at this point in the history
  • Loading branch information
asjadnaqvi committed Nov 24, 2022
1 parent 8a7a5c7 commit 65377f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation/treemap.ado
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ preserve
keep if `touse'

qui summ `varlist', meanonly
if r(min) <= 0 di in yellow "`varlist' contains zeros or negative values. These values have been dropped."
if r(min) <= 0 noi di in yellow "`varlist' contains zeros or negative values. These values have been dropped."

}

Expand Down

0 comments on commit 65377f3

Please sign in to comment.