calcrel | R Documentation |
calcrel()
is a function used to calculate different reliability measures, including Coefficient of variance, smallest real difference, intraclass correlation coefficient, and Bland-Altman plot derived bias with 95% limits of agreement.
calcrel(d1,d2)
d1 |
list of numbers from measurement one |
d2 |
list of numbers from measurement two (same order as for measurement one) |
Returns a nested list of reliability measures.
d1 <- rnorm(15,10,1)
d2 <- rnorm(15,10,1)
calcrel(d1,d2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.