powered by
icc() efficiently calculates the ICC for a numeric data set.
icc()
icc(.x, method = c("r", "c"))
a numeric vector of length 1
a data set
The method source: both the pure R and C++ versions are efficient
library(dplyr) iris %>% select_if(is.numeric) %>% icc()
Run the code above in your browser using DataLab