From | Phil Schumm <[email protected]> |
To | [email protected] |
Subject | Re: st: entire contents of a value label |
Date | Wed, 1 Dec 2004 16:17:54 -0600 |
At 1:53 PM -0500 12/1/04, Kit Baum wrote:
use http://www.stata-press.com/data/r8/labelbook1.dta,clear * zap one to make sure that it works with gaps label define rs015 3 "", modify label list rs015 forv i=`r(min)'/`r(max)' { local labval: label rs015 `i' if ("`labval'" ~= "`i'") local rs015lab "`rs015lab' | `labval'" } di "`rs015lab'"
© Copyright 1996–2024 StataCorp LLC | Terms of use | Privacy | Contact us | What's new | Site index |