Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: RE: RE: Label variable


From   "Mosca, Ilaria" <[email protected]>
To   <[email protected]>
Subject   st: RE: RE: Label variable
Date   Thu, 23 Feb 2006 13:22:45 +0100

Hi Nick,

Thanks for the hint. But although the command works, why do I get an
empty column as a result? That is to say:
Grade		grade1
A
B
C
Thanks again!
Ilaria
-----Oorspronkelijk bericht-----
Van: Nick Cox [mailto:[email protected]] 
Verzonden: 23 February 2006 13:18
Aan: [email protected]
Onderwerp: st: RE: Label variable


Value labels in Stata are associations between 
numeric values and text labels. 

You can get what you want in Stata only by
generating another string variable. 

gen grade1 = "Excellent" if GRADE == "a"
replace grade = "Very good" if GRADE == "b" 

etc. 

Nick 
[email protected] 

Mosca, Ilaria
 
> I would like to assign labels to a variable. This variable,
> however, has
> no numeric values but letters. So I have something like:
> GRADE
> A
> A
> B
> B
> C
> D
> I would like to label "A" as "excellent", "B" as "very good", etc.
> So far I tried the following command, but unsuccesfully:
> Label define grade a "excellent", add
> 
> Is the problem due to the fact that Stata does not recognize letters?

*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/

Met inachtneming van eventuele beperkende bepalingen in deze e-mail, mag u deze informatie gebruiken voor het doel waarvoor u die ontvangt. Aan deze gegevens kunnen geen rechten worden ontleend. CTG/ZAio aanvaardt geen aansprakelijkheid voor de juistheid en volledigheid van deze gegevens. Enige schade, ontstaan door de ontvangst of het gebruik van dit e-mailbericht of de informatie daarin, komt voor uw eigen verantwoordelijkheid. Als u een officiele beslissing (besluit, beslissing op bezwaar) van het CTG/ZAio wilt waaraan rechtsgevolgen verbonden zijn is een e-mailbericht onvoldoende. U dient dan een schriftelijke en ondertekende brief of fax te sturen met daarin het verzoek of bezwaar.



*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index