Displaying 1 result from an estimated 1 matches for "10x31".
Did you mean:
0x31
2010 Mar 15
3
Frequencies from a matrix - spider from frequencies
..., I find things (the
difficult ones) to be very simple.
Alas, some 'simple' things still escape me. (Maybe the tutorials are
often too much focused on the 'difficult' items??)
Here comes my 'problem', over which I have sweated for the last 2 hours:
My data are of a matrix 10x31, Likert Scale (1-5). 10 questions, 31
respondents. Now, I want to display the frequencies per question. I have
not found any better (any more simple) than
for (in in 1.10) print (table(learn[,i]))
And then, still, the scale is printed 10 times as well. I am sure, there
is a better function, but...