I have a simple table and Im trying to normalize the Voltage for each SN. I want to divide the voltage data by the first voltage value for each SN.
For example,
for SN = A, Normalized Voltage = 26.75/26.75 = 1, 27.21/26.75, 27.57/26.75, 26.93/26.75,
for SN = B, Normalized Voltage = 26.52/26.52 = 1, 26.71/26.52 and so on.....
Is there a way to do this using the row and column functions in jmp? or is a jmp script required?