Bland-Altman analysis is a statistical method, often visualized as a plot, used to assess the agreement between two different measurement methods, by examining the mean difference and the limits of agreement. This package provides tools for performing the Bland-Altman analysis and in creating the corresponding plots.
{ba} is not yet on CRAN but can be installed from the Oxford iHealth R
Universe as follows:
install.packages( “ba”, repos = c(‘https://oxfordihtm.r-universe.dev’, ‘https://cloud.r-project.org’) )
and then can be loaded into an R session
library(ba)