Hello everyone, completely new to Stata. Is there a simple way to label multiple variables for a dataset with lets say 50 variables?
Do I have to type the code below 50 different times with each line for a different variable like the example below?
label variable make "Make"
label variable price "Price"
label variable mpg "Miles per gallon"
I would appreciate if anyone could point me in the right direction. Thanks.
Do I have to type the code below 50 different times with each line for a different variable like the example below?
label variable make "Make"
label variable price "Price"
label variable mpg "Miles per gallon"
I would appreciate if anyone could point me in the right direction. Thanks.
Comment