| BlandAltman | R Documentation |
Perform and plot Band and Altman analysis
BlandAltman(
data1,
data2,
alpha = 0.05,
rep.meas = FALSE,
subject,
silent = FALSE,
addpoints = FALSE,
...
)
data1 |
vector of data1 |
data2 |
vector of data2 |
alpha |
type I error |
rep.meas |
boolean true if data are repeated measurements |
silent |
boolean if FALSE, parameters list is not returned |
JuG
data1 <- rnorm(20)
data2 <- rnorm(20,mean = 1)
BlandAltman(data1,data2, ylim=c(-5,5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.