Hi All,
I have a csv file which contains the following data:
The file is accompanied with this codebook:
I would like to label data in the first table using values from the second table in Stata 13. I have 2K variables in my data and I would like to write a do-file that will help me to do all of that at once.
I will be grateful for any comments and suggestions.
Best regards,
Antoine
I have a csv file which contains the following data:
| Identifiant | Education | Gender |
| 11112 | 1 | 0 |
| 11113 | 2 | 1 |
| 11114 | 3 | 1 |
| 11115 | 3 | 1 |
| 11116 | 4 | 0 |
| Variable | Values | Label |
| Education | 1 | Primary |
| Education | 2 | Junior School |
| Education | 3 | High School |
| Education | 4 | College / or University |
| Gender | 0 | Male |
| Gender | 1 | Female |
I will be grateful for any comments and suggestions.
Best regards,
Antoine

Comment