<>
See -help whatsnew-, item 26, for the update of "25feb2008":
"26. New command label copy has been added, which allows a value label to
be copied to a new name."
HTH
Martin
-----Ursprüngliche Nachricht-----
Von: [email protected]
[mailto:[email protected]] Im Auftrag von Clyde Schechter
Gesendet: Donnerstag, 12. November 2009 16:07
An: [email protected]
Betreff: st: RE: AW: label define
Nick Cox says:
3. In Stata 11, but not previously, -label copy- is the way to copy an
existing set of value labels under another name.
But, as the following output demonstrates, -label copy- also works in
version 10.1:
. version
version 10.1
.
. capture label drop _all
.
. label define test 0 "test0" 1 "test1"
. label list _all
test:
0 test0
1 test1
.
. label copy test test_copy
. label list _all
test_copy:
0 test0
1 test1
test:
0 test0
1 test1
Clyde Schechter, MA MD
Associate Professor of Family & Social Medicine
Please note new e-mail address: [email protected]
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/