computing exercise hints

  << back

Chapter 22

Exercise 1.
i) # Label columns ‘y’ and ‘Location’
# Enter data using location labels C, R (for Rural) and T.
ONEWAY ‘y’ ‘Location’

Exercise 2.
i) # Label columns ‘y’ ‘Variety’ ‘Block’
# Enter data using labels A-F and 1-5.
TWOWAY ‘y’ ‘Variety’ ‘Block’

Exercise 3.
# Label columns ‘m’ ‘U’ ‘y’
SET ‘m’
(10 14 16 20)6
END
RANDOM 24 ‘U’;
NORMAL 0 1.8.
LET ‘y’ = ‘m’ + ‘U’
ONEWAY ‘y’ ‘m’

Exercise 4.
# Similar to previous exercise.

<< back

 

 
Hodder Arnold