Some notation:
ECG = Electrocardiogram
RR = RR interval (the time elapsing between two consecutive R waves in the ECG; the interval from the peak of one QRS complex to the peak of the next as shown on an ECG. It is used to assess the ventricular rate.)
ICU = Intensive Care Unit
:::::::::::::::
I have two instruments in ICU measuring the RR intervals for some patients. So I have, for a single patient, 2 discrete series of RR intervals with hundreds of values:
RR1 = (823, 825, 884, 830, 900, ...)
RR2 = (843, 835, 874, 820, 910, ...)
I want to know if the two instruments are giving statistically equivalent measures, i.e., if I can use one or another instrument.
I am convinced that I must us statistical techniques to evaluate the reliability and the agreement. Bland-Altman and limits of agreement, Lin's correlation coefficient, but I think I must also use ICC, but which one?
I appreciate if anyone could help me with this or with another ideas / suggestions.
Thanks a lot.