Efficient work with multiple data files
Dear Community, I want to improve my working style with multipe files of same structure. Exampleeach file contains x, y data, x is similar y depends from experiment to experiment.data1.jmp: x, ydata2.jmp: x, ydata3.jmp: x, y etc. Goal is a diagram that shows y(data1), y(data2), y(data3) vs. x Up to now I added to each file a 3. column "ID", made a recode with "data1", "data2", "data3", concatenate...