Hello,
I am looking at the agreement between some methods of measuring the same thing in one population and I attach here two examples. The methods are percentages of disease risk in the future. I attach here two examples and wondering how to interpret this. I see from the rho there is poor agreement (this was what I was expecting). But I am unclear if there are other parts of the produced analysis I need to be looking at. I am also unsure how to interpret the mean differences - what is considered poor or good agreement? Do the mean differences and limits of agreement show good agreement and contradict the condordance correlation? Do I need to bootstrap?
Thank you


I am looking at the agreement between some methods of measuring the same thing in one population and I attach here two examples. The methods are percentages of disease risk in the future. I attach here two examples and wondering how to interpret this. I see from the rho there is poor agreement (this was what I was expecting). But I am unclear if there are other parts of the produced analysis I need to be looking at. I am also unsure how to interpret the mean differences - what is considered poor or good agreement? Do the mean differences and limits of agreement show good agreement and contradict the condordance correlation? Do I need to bootstrap?
Thank you
Code:
. concord risk_logit_1 risk_logit_3
Concordance correlation coefficient (Lin, 1989, 2000):
rho_c SE(rho_c) Obs [ 95% CI ] P CI type
---------------------------------------------------------------
0.503 0.085 25 0.336 0.669 0.000 asymptotic
0.318 0.650 0.000 z-transform
Pearson's r = 0.901 Pr(r = 0) = 0.000 C_b = rho_c/r = 0.558
Reduced major axis: Slope = 1.255 Intercept = 2.541
Difference = risk_logit_1 - risk_logit_3
Difference 95% Limits Of Agreement
Average Std Dev. (Bland & Altman, 1986)
---------------------------------------------------------------
1.460 0.601 0.283 2.637
Correlation between difference and mean = 0.468
Bradley-Blackwood F = 93.869 (P = 0.00000)
Code:
. concord risk_logit_3 risk_logit_4
Concordance correlation coefficient (Lin, 1989, 2000):
rho_c SE(rho_c) Obs [ 95% CI ] P CI type
---------------------------------------------------------------
0.879 0.038 27 0.805 0.953 0.000 asymptotic
0.781 0.935 0.000 z-transform
Pearson's r = 0.959 Pr(r = 0) = 0.000 C_b = rho_c/r = 0.917
Reduced major axis: Slope = 1.093 Intercept = -0.116
Difference = risk_logit_3 - risk_logit_4
Difference 95% Limits Of Agreement
Average Std Dev. (Bland & Altman, 1986)
---------------------------------------------------------------
-0.482 0.357 -1.181 0.217
Correlation between difference and mean = 0.298
Bradley-Blackwood F = 27.291 (P = 0.00000)

Comment