The same data as in problem 8.3 are to be analyzed. However, they are arranged so that the four ratings from each judge are on one tine. Thus, columns 1-3 are for the judge ID, column 4 is the rating for New York, column 5 for New Orleans, column 6 for Chicago, and column 7 for Denver. OUR reformed data are shown here:
0018685
0025654
0037464
0047573
Write the DATA statements to analyze this arrangement of the data. You will need to create a variable for CITY and to have one observation per city. Also, run these data using the REPEATED statement of PROC ANOVA. How do the two solutions compare?
problem 8.3