examples: Rename variables for nhtsa example to give them better names.
[pspp] / doc / pspp-figures / ctables29.sps
index 944ab1e5db1117f1cde0a2ee8c5236e041745bc3..392ec6c7c13510a1f901414422a1a815c308efca 100644 (file)
@@ -1,6 +1,6 @@
 GET FILE='nhtsa.sav'.
 CTABLES
-    /TABLE qn1
-    /CATEGORIES VARIABLES=qn1 [OTHERNM, SUBTOTAL='Valid Total',
-                               MISSING, SUBTOTAL='Missing Total']
-                             TOTAL=YES LABEL='Overall Total'.
+    /TABLE freqOfDriving
+    /CATEGORIES VARIABLES=freqOfDriving [OTHERNM, SUBTOTAL='Valid Total',
+                                        MISSING, SUBTOTAL='Missing Total']
+                                        TOTAL=YES LABEL='Overall Total'.