Reduce sorted list by averaging every n rows
This must be a common way to 'sample' long column of data. For example, after sorting a column of 10,000 rows from min to max, generate a column with 100 averages (or sums) of every 100 rows.In Excel, this can be done with a formula using the OFFSET function. How can this be done in JMP? Thank you,Tom