finding the mode
hi everyone,i would like to produce a table summery that gives the mode of a variable for each category of another variable.ideally, this would work:dt = open ("$SAMPLE_DATA/Mail Messages.jmp");
dt << summary ( Group ( :From ), Mode (:To) );alternatively, i would stack the table by "From" and calculate the mode at each row. yet, "Mode" is not an option in Table summary or column formula.any ideas c...
