examples: Rename variables for nhtsa example to give them better names.
[pspp] / doc / pspp-figures / ctables26.sps
1 GET FILE='nhtsa.sav'.
2 CTABLES
3     /TABLE isLicensedDriver [COUNT, TOTALS[COUNT, VALIDN]]
4     /CATEGORIES VARIABLES=isLicensedDriver TOTAL=YES MISSING=INCLUDE.