Dear all,
I have some variables without labels assigned to them. I am looking for a way to label them atonce instead typing 'lab var' everytime for each variable. The code I used was :
Apparently, the code did not work. Is there any possibility in this regard?
All the best.
I have some variables without labels assigned to them. I am looking for a way to label them atonce instead typing 'lab var' everytime for each variable. The code I used was :
Code:
foreach var of varlist x y x { lab var `var' "K" "L" "M" }
All the best.
Comment