g_bland_altman {tern} | R Documentation |
Bland-Altman plot
Description
Graphing function that produces a Bland-Altman plot.
Usage
g_bland_altman(x, y, conf_level = 0.95)
Arguments
x |
( |
y |
( |
conf_level |
( |
Value
A ggplot
Bland-Altman plot.
Examples
x <- seq(1, 60, 5)
y <- seq(5, 50, 4)
g_bland_altman(x = x, y = y, conf_level = 0.9)
[Package tern version 0.9.9 Index]