Let's say I collect data from an experiment where for each measurement device, 5 trials are conducted at different temperatures. Each device is calibrated separately, and the 5 trial temperatures are constant across devices. In other words, I have values at Temperature 1, 2, 3, 4, and 5 from each device.
What is an appropriate test to see whether the values from a given measurement device, adjusted for calibration, are significantly different from the other measurement devices? My guess is that the test must be conducted on the differences between the trial values to compensate for the different calibrations.
xis the true value, device 1 might report a measurement ofxwhile device 2 reportsx+5, so at T2, withyas the true value, device 1 might reportyand device 2 might reporty+5. Device 2 is thus calibrated by +5 from the true value, but is accurate when adjusted for calibration (i.e.T2-T1is approximately equal for both devices). I'm trying to test whether the adjusted measurements of some device 3 are significantly similar to those of the other devices. – Maxim Zaslavsky Apr 29 '12 at 8:41