I need to sort in ascending order the SCF multiply imputed dataset in R by a specific (numeric) variable. Since I'm working with a svydesign object (containing a list of five implicates from the SCF ) in R, it didn't work to use the function sort or order as we usually do with data.frames. Does anybody know how to do this in R?
Thank u for your help!