You are not logged in. You can browse but not post. Login or Register by clicking 'Login or Register' at the top-right of this page. For more information on Statalist, see the FAQ.
You will increase your chances of useful answer by following the FAQ on asking questions – provide Stata code in code delimiters, readable Stata output, and sample data using dataex.
It's not clear what you mean by allowing for reordering. You can always re-sort your data and run the program again. If you mean you want to randomly reorder one of the variables, you may need to save the data, randomly reorder the variable and save it under different data set and variable name, then merge the two.
Comment