powered by
Graphing function that produces a Bland-Altman plot.
g_bland_altman(x, y, conf_level = 0.95)
A ggplot Bland-Altman plot.
ggplot
(numeric) vector of numbers we want to analyze.
numeric
(numeric) vector of numbers we want to analyze, to be compared with x.
x
(proportion) confidence level of the interval.
proportion
x <- seq(1, 60, 5) y <- seq(5, 50, 4) g_bland_altman(x = x, y = y, conf_level = 0.9)
Run the code above in your browser using DataLab