Hello,
I have 2 vector of data which correspond to rating in a test. Subjects perform the test and rate their result (from 0 to 10) and the next week they repeat the same procedure.
The values are "very similar" but correlation does no actually reflect it.
Since all values are around 8 correlation considers them as a cloud with low correlation, but considering that the range was from 0 to 10, the actual correlation value does not reflect that raters rated in a very similar way both test.
I am failing to understand how to analyze this information.
Thanks in advance
Dario
vector1 = [7 8 8 8 7 8 7];
vector2 = [6 8 9 7 6 5 7];
I have 2 vector of data which correspond to rating in a test. Subjects perform the test and rate their result (from 0 to 10) and the next week they repeat the same procedure.
The values are "very similar" but correlation does no actually reflect it.
Since all values are around 8 correlation considers them as a cloud with low correlation, but considering that the range was from 0 to 10, the actual correlation value does not reflect that raters rated in a very similar way both test.
I am failing to understand how to analyze this information.
Thanks in advance
Dario
vector1 = [7 8 8 8 7 8 7];
vector2 = [6 8 9 7 6 5 7];