Login  Register

Re: Turf Analysis - SPSS

Posted by mils on Apr 29, 2015; 9:15am
URL: http://spssx-discussion.165.s1.nabble.com/Turf-Analysis-SPSS-tp5442100p5729418.html

Hi,

What if the data that I have, it shows the rating values? Let's say I have 4 different flavors and this are the ratings of 6 people:

DATA LIST list / q1 q2 q3 q4.
BEGIN DATA
3        3        5        5
1        3        5        2
5        4        6        2
6        4        6        1
7        2        1        7
6        1        1        7
END DATA
DATASET NAME Orig.

How do I run Turf Analysis in this case? Do I need to transform the data?

thanks,
mils