Hi all,
I was hoping to get some guidance on a problem that I'm facing.
The data that I am working with looks something like this:
I have far more responses(>1000) than those listed here.
I need to find the standard deviation of all entries to questions ending in (A) for each respondent. So for Sally, I need to find the std dev for the values 4,3,3
Any ideas on how I can achieve that?
Thanks!
I was hoping to get some guidance on a problem that I'm facing.
The data that I am working with looks something like this:
Responses | Questions | ||||||||
1.1(A) | 1.1(B) | 1.1(C) | 1.2(A) | 1.2(B) | 1.2(C) | 2.1(A) | 2.1(B) | ||
Sally | 4 | 5 | 4 | 3 | 18 | 6 | 3 | 2 | |
Joe | 4 | 6 | 7 | 7 | 7 | 3 | 35 | 3 | |
Allen | 2 | 7 | 3 | 8 | 5 | 2 | 4 | 8 |
I need to find the standard deviation of all entries to questions ending in (A) for each respondent. So for Sally, I need to find the std dev for the values 4,3,3
Any ideas on how I can achieve that?
Thanks!
Comment