I expected the value order of a column to define which value is shown first in analysis platforms when grouping by that column, but this does not seem to be the case (sex=F is always shown first in big class).
My question is twofold:
1. can I affect which is shown first?
2. If not, how do I know which comes first? It does not appear to be alphabetical
dt=Open("$SAMPLE_DATA\big class.jmp");
Distribution( Continuous Distribution( Column( :height ) ), By( :sex ) )