Monthly Archives: May 2023

Stata command to rename groups of variables

Swap variable names: rename (v1 v2) (v2 v1) Lowercase (or uppercase, or propercase) groups of variable names: rename V1 V2, lower or rename *, lower Add suffix _old to variables v1, v2, … for one or more digits: rename v# … Continue reading

Posted in Stata | Tagged | Leave a comment