Hi all, I have a dataset that I am creating many tables from, and I would like to continually print the level "Other" as the bottom of the otherwise-alphabetized levels of the character variable. What is the easiest way to do this so that "Other" is always printed last? My current solution is to use "zOther" as the level, but that is suboptimal. I could also create this as a numeric variable with labels rather than as a character variable -- is that the preferred way? Thanks.
... View more