examples: Rename variables for nhtsa example to give them better names.
[pspp] / doc / pspp-figures / ctables29.sps
1 GET FILE='nhtsa.sav'.
2 CTABLES
3     /TABLE freqOfDriving
4     /CATEGORIES VARIABLES=freqOfDriving [OTHERNM, SUBTOTAL='Valid Total',
5                                          MISSING, SUBTOTAL='Missing Total']
6                                         TOTAL=YES LABEL='Overall Total'.