powered by
Measures the agreement between two methods
compare(x, y, ...)# S3 method for default compare(x, y, labels = NULL, ...)# S3 method for PlackettLuce compare(x, y, ...)
# S3 method for default compare(x, y, labels = NULL, ...)
# S3 method for PlackettLuce compare(x, y, ...)
a ggplot with the agreement
a numeric vector, or an object of class PlackettLuce
PlackettLuce
additional arguments passed to methods
optional, a vector with the same length x to plot values
Bland, M. J., and Altman, D. G. (1986). Lancet (8476):307-10.
set.seed(1) x = runif(10, -1, 2) set.seed(2) y = runif(10, -1, 2) compare(x, y)
Run the code above in your browser using DataLab