I run a regression for bland-altman analysis and generated the model D=a+bM, where D is the differences between the methods, and M is the mean of the methods.

I used these values to generate upper and lower limits of agreement, using the equation below

D±1.96*SD, where SD is the standard deviation.

I was able to compute the upper and lower limits of agreement, but am stuck on the confidence interval for these LOAs, I am mostly interested in the confidence intervals for the highest upper and lower LOA point and the lowest upper and lower LOA point, as shown in the image. Please note, the image is for reference purposes only.

I have tried to look up similar questions, but they only give the direct confidence intervals for the regression line, which I think in my case wouldn't work. Does anyone have a suggestion for this? I work with R but a manual solution will also do. I should also be able to understand a code from another program.

Thanks

Similar questions and discussions