I have a dataset with over 300 variables and 80000 observations.
A bunch of the variables are on scales of various types.
The data has the variables immaculately labeled.
I obviously want to standardize the scale variables.
When I egen the standardized variables, the labels of the new ones are essentially like "standardized value of (x1)"
Is there a way to copy over variable labels when I egen the standardizes?