coef_repeat | R Documentation |
Coefficient of repeatability
coef_repeat(x, y)
x |
a vector |
y |
a vector |
set.seed(1) x = rnorm(100) y = rnorm(100) # identity_dist(x, y) coef_repeat(x, y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.