1 AT_BANNER([AGGREGATE procedure])
3 dnl CHECK_AGGREGATE(OUTFILE, SORT, MISSING)
5 dnl Checks the AGGREGATE procedure with the specified combination of:
7 dnl - OUTFILE: One of "dataset", "active", or "external" according to
8 dnl where AGGREGATE's output should be directed.
10 dnl - SORT: Either "presorted" or "unsorted" according to whether
11 dnl AGGREGATE should received presorted input.
13 dnl - MISSING: Either "itemwise" or "columnwise" according to the basis
14 dnl on which missing values should be eliminated.
16 m4_define([CHECK_AGGREGATE], [
17 AT_SETUP([AGGREGATE $2 data to $1 file, $3 missing])
18 AT_DATA([aggregate.data],
32 AT_DATA([aggregate.sps],
33 [DATA LIST NOTABLE FILE='aggregate.data' /G N 1-2 S 3(a) W 4.
35 MISSING VALUES n(4) s('4').
36 m4_if([$1], [dataset], [DATASET DECLARE aggregate.])
37 m4_if([$2], [presorted], [SORT CASES BY g.])
39 m4_if([$1], [active], [OUTFILE=*],
40 [$1], [external], [OUTFILE='aggregate.sys'],
41 [outfile=aggregate]) dnl
42 m4_if([$2], [presorted], [/PRESORTED]) dnl
43 m4_if([$3], [columnwise], [/MISSING=COLUMNWISE])
53 /SFGT2I = fgt.(s, '2')
54 /NFIN23 = fin(n, 2, 3)
55 /NFIN23I = fin.(n, 2, 3)
56 /SFIN23 = fin(s, '2', '3')
57 /SFIN23I = fin.(s, '2', '3')
61 /SFLT2I = flt.(s, '2')
66 /NFOUT23 = fout(n, 3, 2)
67 /NFOUT23I = fout.(n, 3, 2)
68 /SFOUT23 = fout(s, '3', '2')
69 /SFOUT23I = fout.(s, '3', '2')
97 /NNUMISSI = numiss.(n)
99 /SNUMISSI = numiss.(s)
103 /SPGT2I = pgt.(s, '2')
104 /NPIN23 = pin(n, 2, 3)
105 /NPIN23I = pin.(n, 2, 3)
106 /SPIN23 = pin(s, '2', '3')
107 /SPIN23I = pin.(s, '2', '3')
111 /SPLT2I = plt.(s, '2')
112 /NPOUT23 = pout(n, 2, 3)
113 /NPOUT23I = pout.(n, 2, 3)
114 /SPOUT23 = pout(s, '2', '3')
115 /SPOUT23I = pout.(s, '2', '3')
117 /NMEDIANI = median.(n)
122 m4_if([$1], [external], [GET FILE='aggregate.sys'.],
123 [$1], [dataset], [DATASET ACTIVATE aggregate.])
126 AT_CHECK([pspp -O format=csv aggregate.sps], [0], [stdout])
127 AT_CHECK([[sed 's/^[^:]*:[0-9]*: //' < stdout]], [0],
128 [m4_if([$3], [itemwise],
129 [warning: AGGREGATE: The value arguments passed to the FOUT function are out-of-order. They will be treated as if they had been specified in the correct order.
131 warning: AGGREGATE: The value arguments passed to the FOUT function are out-of-order. They will be treated as if they had been specified in the correct order.
133 warning: AGGREGATE: The value arguments passed to the FOUT function are out-of-order. They will be treated as if they had been specified in the correct order.
135 warning: AGGREGATE: The value arguments passed to the FOUT function are out-of-order. They will be treated as if they had been specified in the correct order.
138 G,N,NI,NU,NUI,NFGT2,NFGT2I,SFGT2,SFGT2I,NFIN23,NFIN23I,SFIN23,SFIN23I,NFLT2,NFLT2I,SFLT2,SFLT2I,NFIRST,NFIRSTI,SFIRST,SFIRSTI,NFOUT23,NFOUT23I,SFOUT23,SFOUT23I,NLAST,NLASTI,SLAST,SLASTI,NMAX,NMAXI,SMAX,SMAXI,NMEAN,NMEANI,NMIN,NMINI,SMIN,SMINI,NN,NNI,SN,SNI,NNMISS,NNMISSI,SNMISS,SNMISSI,NNU,NNUI,SNU,SNUI,NNUMISS,NNUMISSI,SNUMISS,SNUMISSI,NPGT2,NPGT2I,SPGT2,SPGT2I,NPIN23,NPIN23I,SPIN23,SPIN23I,NPLT2,NPLT2I,SPLT2,SPLT2I,NPOUT23,NPOUT23I,SPOUT23,SPOUT23I,NMEDIAN,NMEDIANI,NSD,NSDI,NSUM,NSUMI
139 1,7.00,7.00,6,6,.333,.429,.333,.429,.333,.286,.333,.286,.500,.429,.500,.429,0,0,0,0,.667,.714,.667,.714,5,5,5,5,5,5,5,5,2.00,2.29,0,0,0,0,6.00,7.00,6.00,7.00,1.00,.00,1.00,.00,5,6,5,6,1,0,1,0,33.3,42.9,33.3,42.9,33.3,28.6,33.3,28.6,50.0,42.9,50.0,42.9,66.7,71.4,66.7,71.4,1.50,2.00,1.79,1.80,12.00,16.00
140 2,5.00,5.00,4,4,1.000,1.000,1.000,1.000,.000,.000,.000,.000,.000,.000,.000,.000,6,6,6,4,1.000,1.000,1.000,1.000,8,8,8,8,8,8,8,8,7.00,7.00,6,6,6,4,3.00,3.00,3.00,5.00,2.00,2.00,2.00,.00,3,3,3,4,1,1,1,0,100.0,100.0,100.0,100.0,.0,.0,.0,.0,.0,.0,.0,.0,100.0,100.0,100.0,100.0,7.00,7.00,1.00,1.00,21.00,21.00
141 3,2.00,2.00,1,1,.000,.000,.000,.000,.000,.000,.000,.000,1.000,1.000,1.000,1.000,1,1,1,1,1.000,1.000,1.000,1.000,1,1,1,1,1,1,1,1,1.00,1.00,1,1,1,1,2.00,2.00,2.00,2.00,.00,.00,.00,.00,1,1,1,1,0,0,0,0,.0,.0,.0,.0,.0,.0,.0,.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,1.00,1.00,.00,.00,2.00,2.00
142 4,1.00,1.00,1,1,. ,. ,. ,1.000,. ,. ,. ,.000,. ,. ,. ,.000,.,.,,4,. ,. ,. ,1.000,.,.,,4,.,.,,4,. ,. ,.,.,,4,.00,.00,.00,1.00,1.00,1.00,1.00,.00,0,0,0,1,1,1,1,0,. ,. ,. ,100.0,. ,. ,. ,.0,. ,. ,. ,.0,. ,. ,. ,100.0,NaN,NaN,. ,. ,. ,. @&t@
144 [warning: AGGREGATE: The value arguments passed to the FOUT function are out-of-order. They will be treated as if they had been specified in the correct order.
146 warning: AGGREGATE: The value arguments passed to the FOUT function are out-of-order. They will be treated as if they had been specified in the correct order.
148 warning: AGGREGATE: The value arguments passed to the FOUT function are out-of-order. They will be treated as if they had been specified in the correct order.
150 warning: AGGREGATE: The value arguments passed to the FOUT function are out-of-order. They will be treated as if they had been specified in the correct order.
153 G,N,NI,NU,NUI,NFGT2,NFGT2I,SFGT2,SFGT2I,NFIN23,NFIN23I,SFIN23,SFIN23I,NFLT2,NFLT2I,SFLT2,SFLT2I,NFIRST,NFIRSTI,SFIRST,SFIRSTI,NFOUT23,NFOUT23I,SFOUT23,SFOUT23I,NLAST,NLASTI,SLAST,SLASTI,NMAX,NMAXI,SMAX,SMAXI,NMEAN,NMEANI,NMIN,NMINI,SMIN,SMINI,NN,NNI,SN,SNI,NNMISS,NNMISSI,SNMISS,SNMISSI,NNU,NNUI,SNU,SNUI,NNUMISS,NNUMISSI,SNUMISS,SNUMISSI,NPGT2,NPGT2I,SPGT2,SPGT2I,NPIN23,NPIN23I,SPIN23,SPIN23I,NPLT2,NPLT2I,SPLT2,SPLT2I,NPOUT23,NPOUT23I,SPOUT23,SPOUT23I,NMEDIAN,NMEDIANI,NSD,NSDI,NSUM,NSUMI
154 1,7.00,7.00,6,6,. ,.429,. ,.429,. ,.286,. ,.286,. ,.429,. ,.429,.,0,,0,. ,.714,. ,.714,.,5,,5,.,5,,5,. ,2.29,.,0,,0,6.00,7.00,6.00,7.00,1.00,.00,1.00,.00,5,6,5,6,1,0,1,0,. ,42.9,. ,42.9,. ,28.6,. ,28.6,. ,42.9,. ,42.9,. ,71.4,. ,71.4,. ,2.00,. ,1.80,. ,16.00
155 2,5.00,5.00,4,4,. ,. ,. ,1.000,. ,. ,. ,.000,. ,. ,. ,.000,.,.,,4,. ,. ,. ,1.000,.,.,,8,.,.,,8,. ,. ,.,.,,4,3.00,3.00,3.00,5.00,2.00,2.00,2.00,.00,3,3,3,4,1,1,1,0,. ,. ,. ,100.0,. ,. ,. ,.0,. ,. ,. ,.0,. ,. ,. ,100.0,. ,. ,. ,. ,. ,. @&t@
156 3,2.00,2.00,1,1,.000,.000,.000,.000,.000,.000,.000,.000,1.000,1.000,1.000,1.000,1,1,1,1,1.000,1.000,1.000,1.000,1,1,1,1,1,1,1,1,1.00,1.00,1,1,1,1,2.00,2.00,2.00,2.00,.00,.00,.00,.00,1,1,1,1,0,0,0,0,.0,.0,.0,.0,.0,.0,.0,.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,100.0,1.00,1.00,.00,.00,2.00,2.00
157 4,1.00,1.00,1,1,. ,. ,. ,1.000,. ,. ,. ,.000,. ,. ,. ,.000,.,.,,4,. ,. ,. ,1.000,.,.,,4,.,.,,4,. ,. ,.,.,,4,.00,.00,.00,1.00,1.00,1.00,1.00,.00,0,0,0,1,1,1,1,0,. ,. ,. ,100.0,. ,. ,. ,.0,. ,. ,. ,.0,. ,. ,. ,100.0,. ,. ,. ,. ,. ,. @&t@
161 CHECK_AGGREGATE([dataset], [presorted], [itemwise])
162 CHECK_AGGREGATE([dataset], [presorted], [columnwise])
163 CHECK_AGGREGATE([dataset], [unsorted], [itemwise])
164 CHECK_AGGREGATE([dataset], [unsorted], [columnwise])
165 CHECK_AGGREGATE([active], [presorted], [itemwise])
166 CHECK_AGGREGATE([active], [presorted], [columnwise])
167 CHECK_AGGREGATE([active], [unsorted], [itemwise])
168 CHECK_AGGREGATE([active], [unsorted], [columnwise])
169 CHECK_AGGREGATE([external], [presorted], [itemwise])
170 CHECK_AGGREGATE([external], [presorted], [columnwise])
171 CHECK_AGGREGATE([external], [unsorted], [itemwise])
172 CHECK_AGGREGATE([external], [unsorted], [columnwise])
174 AT_SETUP([AGGREGATE crash with MAX function])
175 AT_DATA([aggregate.sps],
176 [DATA LIST LIST /X (F8.2) Y (a25).
184 AGGREGATE OUTFILE=* /BREAK=y /X=MAX(x).
187 AT_CHECK([pspp -O format=csv aggregate.sps], [0],
188 [Table: Reading free-form data from INLINE.
200 AT_SETUP([AGGREGATE crash with invalid syntax])
201 AT_DATA([aggregate.sps],
204 COMPUTE x=UNIFORM(10)
212 AT_CHECK([pspp -O format=csv aggregate.sps], [1], [ignore], [])
216 AT_SETUP([AGGREGATE mode=addvariables])
217 AT_DATA([addvariables.sps],
218 [data list notable list /x * cn * y *.
230 aggregate outfile=* mode=addvariables
234 /median = median (y).
239 AT_CHECK([pspp -O format=csv addvariables.sps], [0],
241 x,cn,y,sum,mean,median
242 1.00,1.00,2.00,2.00,2.00,2.00
243 3.00,2.00,3.00,7.00,3.50,3.50
244 3.00,3.00,4.00,7.00,3.50,3.50
245 5.00,4.00,6.00,6.00,6.00,6.00
246 7.00,5.00,8.00,37.00,12.33,9.00
247 7.00,6.00,9.00,37.00,12.33,9.00
248 7.00,7.00,20.00,37.00,12.33,9.00
249 9.00,8.00,11.00,11.00,11.00,11.00
255 AT_SETUP([AGGREGATE buggy duplicate variables])
256 dnl Test for a bug which crashed when duplicated
257 dnl variables were attempted.
258 AT_DATA([dup-variables.sps],
259 [DATA LIST NOTABLE LIST /x * .
276 AGGREGATE OUTFILE=* MODE=ADDVARIABLES
280 AGGREGATE OUTFILE=* MODE=ADDVARIABLES
285 AT_CHECK([pspp -O format=csv dup-variables.sps], [1],
286 ["dup-variables.sps:24: error: AGGREGATE: Variable name N_BREAK is not unique within the aggregate file dictionary, which contains the aggregate variables and the break variables."