coef_repeat: Coefficient of repeatability

View source: R/distances.R

coef_repeatR Documentation

Coefficient of repeatability

Description

Coefficient of repeatability

Usage

coef_repeat(x, y)

Arguments

x

a vector

y

a vector

Examples

set.seed(1)
x = rnorm(100)
y = rnorm(100)
# identity_dist(x, y)
coef_repeat(x, y)

kevinwang09/top documentation built on April 20, 2022, 3:01 a.m.