I have about 110 variables that I have to label to "Home add_testJan_number", so I would like to automate it, but I dont know how to do it. if anybody could advise, I will greatly appreciate it. Thanks
foreach i of varlist _all{
foreach j in Jan Feb{
forvalue k
la var i"Home add_testj_"
}
}
}
foreach i of varlist _all{
foreach j in Jan Feb{
forvalue k
la var i"Home add_testj_"
}
}
}
Comment