I am using the following function:
[r, LB, UB, F, df1, df2, p] = ICC(ICC.Shouldercenter(:,1:2), '1-1')
And I get this error:
This index expression yields only one result.
What am I doing wrong?
[r, LB, UB, F, df1, df2, p] = ICC(ICC.Shouldercenter(:,1:2), '1-1')
And I get this error:
This index expression yields only one result.
What am I doing wrong?