-
Notifications
You must be signed in to change notification settings - Fork 0
/
04CrossTable.sps
585 lines (585 loc) · 16.9 KB
/
04CrossTable.sps
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
* Encoding: UTF-8.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+Q1+t3
/statistics=cpct(Q1(PCT6.1)'%': S1 S4 S5 S6)
count(Q1(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表1_S'
/caption='附表1_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+RQ1+t3
/statistics=cpct(RQ1(PCT6.1)'%': S1 S4 S5 S6)
count(RQ1(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表2_S'
/caption='附表2_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+Q2+t3
/statistics=cpct(Q2(PCT6.1)'%': S1 S4 S5 S6)
count(Q2(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表3_S'
/caption='附表3_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+RQ2+t3
/statistics=cpct(RQ2(PCT6.1)'%': S1 S4 S5 S6)
count(RQ2(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表4_S'
/caption='附表4_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+Q3+t3
/statistics=cpct(Q3(PCT6.1)'%': S1 S4 S5 S6)
count(Q3(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表5_S'
/caption='附表5_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+RQ3+t3
/statistics=cpct(RQ3(PCT6.1)'%': S1 S4 S5 S6)
count(RQ3(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表6_S'
/caption='附表6_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+Q4_1+t3
/statistics=cpct(Q4_1(PCT6.1)'%': S1 S4 S5 S6)
count(Q4_1(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表7_S'
/caption='附表7_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+Q4_2+t3
/statistics=cpct(Q4_2(PCT6.1)'%': S1 S4 S5 S6)
count(Q4_2(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表8_S'
/caption='附表8_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+Q4_3+t3
/statistics=cpct(Q4_3(PCT6.1)'%': S1 S4 S5 S6)
count(Q4_3(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表9_S'
/caption='附表9_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+Q6_1+t3
/statistics=cpct(Q6_1(PCT6.1)'%': S1 S4 S5 S6)
count(Q6_1(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表10_S'
/caption='附表10_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+RQ6_1+t3
/statistics=cpct(RQ6_1(PCT6.1)'%': S1 S4 S5 S6)
count(RQ6_1(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表11_S'
/caption='附表11_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+Q6_2+t3
/statistics=cpct(Q6_2(PCT6.1)'%': S1 S4 S5 S6)
count(Q6_2(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表12_S'
/caption='附表12_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+RQ6_2+t3
/statistics=cpct(RQ6_2(PCT6.1)'%': S1 S4 S5 S6)
count(RQ6_2(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表13_S'
/caption='附表13_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+Q6_3+t3
/statistics=cpct(Q6_3(PCT6.1)'%': S1 S4 S5 S6)
count(Q6_3(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表14_S'
/caption='附表14_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+RQ6_3+t3
/statistics=cpct(RQ6_3(PCT6.1)'%': S1 S4 S5 S6)
count(RQ6_3(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表15_S'
/caption='附表15_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+Q6_4+t3
/statistics=cpct(Q6_4(PCT6.1)'%': S1 S4 S5 S6)
count(Q6_4(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表16_S'
/caption='附表16_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+RQ6_4+t3
/statistics=cpct(RQ6_4(PCT6.1)'%': S1 S4 S5 S6)
count(RQ6_4(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表17_S'
/caption='附表17_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+Q6_5+t3
/statistics=cpct(Q6_5(PCT6.1)'%': S1 S4 S5 S6)
count(Q6_5(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表18_S'
/caption='附表18_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+RQ6_5+t3
/statistics=cpct(RQ6_5(PCT6.1)'%': S1 S4 S5 S6)
count(RQ6_5(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表19_S'
/caption='附表19_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+Q6_6+t3
/statistics=cpct(Q6_6(PCT6.1)'%': S1 S4 S5 S6)
count(Q6_6(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表20_S'
/caption='附表20_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+RQ6_6+t3
/statistics=cpct(RQ6_6(PCT6.1)'%': S1 S4 S5 S6)
count(RQ6_6(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表21_S'
/caption='附表21_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+Q8_1+t3
/statistics=cpct(Q8_1(PCT6.1)'%': S1 S4 S5 S6)
count(Q8_1(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表22_S'
/caption='附表22_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+RQ8_1+t3
/statistics=cpct(RQ8_1(PCT6.1)'%': S1 S4 S5 S6)
count(RQ8_1(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表23_S'
/caption='附表23_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+Q8_5+t3
/statistics=cpct(Q8_5(PCT6.1)'%': S1 S4 S5 S6)
count(Q8_5(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表24_S'
/caption='附表24_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+RQ8_5+t3
/statistics=cpct(RQ8_5(PCT6.1)'%': S1 S4 S5 S6)
count(RQ8_5(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表25_S'
/caption='附表25_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+Q8_2+t3
/statistics=cpct(Q8_2(PCT6.1)'%': S1 S4 S5 S6)
count(Q8_2(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表26_S'
/caption='附表26_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+RQ8_2+t3
/statistics=cpct(RQ8_2(PCT6.1)'%': S1 S4 S5 S6)
count(RQ8_2(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表27_S'
/caption='附表27_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+Q8_3+t3
/statistics=cpct(Q8_3(PCT6.1)'%': S1 S4 S5 S6)
count(Q8_3(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表28_S'
/caption='附表28_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+RQ8_3+t3
/statistics=cpct(RQ8_3(PCT6.1)'%': S1 S4 S5 S6)
count(RQ8_3(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表29_S'
/caption='附表29_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+Q8_4+t3
/statistics=cpct(Q8_4(PCT6.1)'%': S1 S4 S5 S6)
count(Q8_4(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表30_S'
/caption='附表30_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+RQ8_4+t3
/statistics=cpct(RQ8_4(PCT6.1)'%': S1 S4 S5 S6)
count(RQ8_4(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表31_S'
/caption='附表31_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+Q8_6+t3
/statistics=cpct(Q8_6(PCT6.1)'%': S1 S4 S5 S6)
count(Q8_6(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表32_S'
/caption='附表32_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+RQ8_6+t3
/statistics=cpct(RQ8_6(PCT6.1)'%': S1 S4 S5 S6)
count(RQ8_6(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表33_S'
/caption='附表33_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+Q9_1+t3
/statistics=cpct(Q9_1(PCT6.1)'%': S1 S4 S5 S6)
count(Q9_1(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表34_S'
/caption='附表34_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+RQ9_1+t3
/statistics=cpct(RQ9_1(PCT6.1)'%': S1 S4 S5 S6)
count(RQ9_1(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表35_S'
/caption='附表35_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+Q9_2+t3
/statistics=cpct(Q9_2(PCT6.1)'%': S1 S4 S5 S6)
count(Q9_2(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表36_S'
/caption='附表36_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+RQ9_2+t3
/statistics=cpct(RQ9_2(PCT6.1)'%': S1 S4 S5 S6)
count(RQ9_2(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表37_S'
/caption='附表37_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+Q9_3+t3
/statistics=cpct(Q9_3(PCT6.1)'%': S1 S4 S5 S6)
count(Q9_3(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表38_S'
/caption='附表38_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+RQ9_3+t3
/statistics=cpct(RQ9_3(PCT6.1)'%': S1 S4 S5 S6)
count(RQ9_3(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表39_S'
/caption='附表39_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+Q10_1+t3
/statistics=cpct(Q10_1(PCT6.1)'%': S1 S4 S5 S6)
count(Q10_1(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表40_S'
/caption='附表40_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+RQ10_1+t3
/statistics=cpct(RQ10_1(PCT6.1)'%': S1 S4 S5 S6)
count(RQ10_1(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表41_S'
/caption='附表41_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+Q10_2+t3
/statistics=cpct(Q10_2(PCT6.1)'%': S1 S4 S5 S6)
count(Q10_2(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表42_S'
/caption='附表42_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+RQ10_2+t3
/statistics=cpct(RQ10_2(PCT6.1)'%': S1 S4 S5 S6)
count(RQ10_2(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表43_S'
/caption='附表43_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+Q10_3+t3
/statistics=cpct(Q10_3(PCT6.1)'%': S1 S4 S5 S6)
count(Q10_3(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表44_S'
/caption='附表44_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+RQ10_3+t3
/statistics=cpct(RQ10_3(PCT6.1)'%': S1 S4 S5 S6)
count(RQ10_3(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表45_S'
/caption='附表45_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+Q10_4+t3
/statistics=cpct(Q10_4(PCT6.1)'%': S1 S4 S5 S6)
count(Q10_4(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表46_S'
/caption='附表46_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+RQ10_4+t3
/statistics=cpct(RQ10_4(PCT6.1)'%': S1 S4 S5 S6)
count(RQ10_4(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表47_S'
/caption='附表47_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+Q10_6+t3
/statistics=cpct(Q10_6(PCT6.1)'%': S1 S4 S5 S6)
count(Q10_6(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表48_S'
/caption='附表48_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+RQ10_6+t3
/statistics=cpct(RQ10_6(PCT6.1)'%': S1 S4 S5 S6)
count(RQ10_6(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表49_S'
/caption='附表49_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+Q11+t3
/statistics=cpct(Q11(PCT6.1)'%': S1 S4 S5 S6)
count(Q11(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表50_S'
/caption='附表50_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+Q13+t3
/statistics=cpct(Q13(PCT6.1)'%': S1 S4 S5 S6)
count(Q13(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表51_S'
/caption='附表51_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+RQ13+t3
/statistics=cpct(RQ13(PCT6.1)'%': S1 S4 S5 S6)
count(RQ13(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表52_S'
/caption='附表52_E'.
table
/format=zero
/ptotal=t1'總計' t2''
/ftotal=t3''
/table=t1+S1+S4+S5+S6 by t2+S2+t3
/statistics=cpct(S2(PCT6.1)'%':S1 S4 S5 S6)
count(S2(F5.0)'n')
count(t2(F5.0)'次數')
cpct(t3(PCT6.1)'直行百分比')
/title='附表53_S'
/caption='附表53_E'.
.