Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Find the intraclass correlation coefficient (ICC) of a list of lists
ResourceFunction["IntraclassCorrelation"][lst] returns the intraclass correlation coefficient (ICC) of the list of lists lst. |
Calculate the repeatability of a list of three different quantities, where for each we have 4 measurements:
In[1]:= |
|
Out[1]= |
|
An example of a data set with high intraclass correlation:
In[2]:= |
|
Out[2]= |
|
A plot of the highly repeatable values:
In[3]:= |
|
Out[3]= |
|
An example of data with low intraclass correlation:
In[4]:= |
|
In[5]:= |
|
Out[5]= |
|
A plot of the data:
In[6]:= |
|
Out[6]= |
|
This work is licensed under a Creative Commons Attribution 4.0 International License