checkin of 0.3.0
[pspp-builds.git] / tests / aggregate.stat
1 title 'Test for AGGREGATE procedure'.
2
3 data list /x y 1-2.
4 begin data.
5 13
6 27
7 30
8 12
9 26
10 11
11 10
12 28
13 29
14 14
15 15
16 end data.
17 sort cases by x.
18 list.
19 aggregate outfile='aggregate.save'/missing=columnwise /document /presorted/break=x(a) /z'label for z'=sum(y)/foo=nu.
20 list.