Hi, I'm working on a group project with someone whose version still supports renvars, which mine doesn't since I have the newest Stata version. I want to add a suffix of "_R" or "_D" to a large group of variables. I'll show the code with renvars below and then I would love recommendations on how to do it without renvars! Thanks!
Code:
keep if party=="R"
renvars CC18_328a-CC18_326 , postfix(_R)