I have a data set from 10 subjects with three measures that are repeated in 5 trials and 3 sessions; additionally, the values of the 5 trials are averaged for each session. Thus, the data set is structured using the following columns:
Subject (10), Axis (4; cardinal and resultant), Session (3), V1_avg (value), V2_avg (value), V3_avg (value), V1.1 (value), V1.2 (value), V1.3 (value), V1.4 (value), V1.5 (value),..., V3.5(value)
I am not confident that the data are framed correctly. Should they be stacked? Currently, there are 21 columns and 120 rows.
I know how to calculate the ICC using SPSS, but I am learning R and want to know how to calculate reliability using this. What is my best approach. I have tried a few different approaches and packages with little success. The examples I can find don't seem to help. This should be a very simple task!
Thank you!