examples: Rename variables for nhtsa example to give them better names.
[pspp] / doc / pspp-figures / ctables17.sps
index ffeabf56b9e3cf7b22336f0fc4f7c40b4c555adf..787b5c969e55f58e00c99ce44708cf3ca082c90c 100644 (file)
@@ -1,3 +1,3 @@
 GET FILE='nhtsa.sav'.
-CTABLES /TABLE AgeGroup BY qns3a /CLABELS ROWLABELS=OPPOSITE.
-CTABLES /TABLE AgeGroup BY qns3a /CLABELS COLLABELS=OPPOSITE.
+CTABLES /TABLE ageGroup BY gender /CLABELS ROWLABELS=OPPOSITE.
+CTABLES /TABLE ageGroup BY gender /CLABELS COLLABELS=OPPOSITE.