View source: R/plotBlandAltman.R
plotBlandAltman | R Documentation |
Bland-Altman plot
plotBlandAltman(x, y, gamma = 0.05, alpha = 0.05, sigfigs = 2)
x |
measurement vector from device 1 |
y |
measurement vector from device 2 |
gamma |
alpha level for calculating limits of agreement |
alpha |
alpha level for calculating limits of agreement confidence intervals |
sigfigs |
number of significant digits to display |
a ggplot2 object
plotBlandAltman(1:20, rnorm(20))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.