I would like to label define a range of values in STATA. My data looks like this:
For single values like 201 and 316, I would simply write: label define occupation 201 "Social work" 316 "Physical Therapy"; But, how do I label define a range?
Thanks.
Occupation Code | Occupation Name |
201 | Social Work |
202-206 | Community/Social Services |
316 | Physical Therapy |
420-425 | Building & Grounds |
Thanks.
Comment