Hi,
I have stacked continuous data with 12 experiments in total. I have my experiments done in triplicates and have a column with replicate number.
Experiment 1, 5 and 9 are replicates
Experiment 2, 6 and 10 are replicates
Experiment 3, 7 and 11 are replicates
Experiment 4, 8 and 12 are replicates.
How to get new columns with calculated mean and standard deviation of the columns that are replicates? So the mean is calculated for each data point in the continuous data. Ultimately I want to plot the mean in a graph with the standard deviation.
I have tried using 'summary' but it does not calculate the mean for each data point of the experiment but instead the mean for the whole experiment.
Hope someone have a suggestion.
btw I use JMP 18