examples: Rename variables for nhtsa example to give them better names.
[pspp] / doc / pspp-figures / ctables5.sps
index ba12f4b7a2e6e61758b2c2c47f2b20681f73d1c9..12f35f2deac7a0cec9d5af8b8b6d04e46967176d 100644 (file)
@@ -1,3 +1,3 @@
 GET FILE='nhtsa.sav'.
-CTABLES /TABLE qn26 + qn27 > qns3a.
-CTABLES /TABLE (qn26 + qn27) > qns3a.
+CTABLES /TABLE hasConsideredReduction + hasBeenCriticized > gender.
+CTABLES /TABLE (hasConsideredReduction + hasBeenCriticized) > gender.