Hello all
Is there a way to get all the label values after encoding a string variable.
I originally encoded a string variable - had around 1mill observations.
I then had to drop some observations, leaving me with a final 17,000 observations.
I then inserted
-tab- of course gives me text
Is there a way to just see the labels with encode for just the 17,000 observations?
Is there a way to get all the label values after encoding a string variable.
I originally encoded a string variable - had around 1mill observations.
I then had to drop some observations, leaving me with a final 17,000 observations.
I then inserted
Code:
labelbook variable ///this gave me all the labels with encode when there were 1mill observations
Is there a way to just see the labels with encode for just the 17,000 observations?
Comment