I have a data set that looks like this:
dens1 dens2 dens3 conc
0.339 0.354 0.432 123
0.287 0.234 0.324 143
0.236 0.453 0.123 153
0.182 0.235 0.324 143
0.18 0.245 0.213 153
I am interested in plotting the average dens vs conc and using the three dens columns to put standard error bars on each point. Plotting the average dens vs conc is simple in JMP, but I am not sure how to plot the error bars.