Created: 8 June
1995
;
**
;
Input file: NONE (data
entered in
program)
;
Output file: NONE (see
notes)
;
;
Notes: Data is entered
after the cards
statement, ;
inputing the
group value and response
value ;
for each
subject
;
;
The alpha level
is entered for multiple
comparison ;
tests after the
data (see comment in the
program) ;
;
NOTE: group
values must be numbered
consecutively ;
from
1
**;
*****;
data a;
input group response @@ ;
cards;
1 22 1 26 1 27 1 22 1 18
2 31 2 30 2 21 2 17 2 21
3 13 3 16 3 21 3 17 3 12
Appendix 375