Hello, is there a way to preserve the level label during a remapping? As an example:
Ideally, the earlier label would display rather than 0.foreign. Thank you.
Code:
sysuse auto, clear table (var) (rep78), statistic(fvpercent foreign) collect remap var[0.foreign] = newthing collect layout (newthing) (rep78)
Comment