While JMP does not support a "By Varibale" quanitle, is there any work around?
For example, if I have 2 lists of data, height and age, how would I find the median height of each person of a specific age using JSL.
If I were doing it as a mean, it would look something like (However, I want a median):
Mean( :Height, :Age );
Thanks in advance!!!