g_bland_altman | R Documentation |
Graphing function that produces a Bland-Altman plot.
g_bland_altman(x, y, conf_level = 0.95)
x |
( |
y |
( |
conf_level |
( |
A ggplot
Bland-Altman plot.
x <- seq(1, 60, 5)
y <- seq(5, 50, 4)
g_bland_altman(x = x, y = y, conf_level = 0.9)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.