work on CTABLES
[pspp] / doc / pspp-figures / ctables18.sps
diff --git a/doc/pspp-figures/ctables18.sps b/doc/pspp-figures/ctables18.sps
new file mode 100644 (file)
index 0000000..7124878
--- /dev/null
@@ -0,0 +1,9 @@
+DATA LIST LIST NOTABLE/x y z.
+BEGIN DATA.
+1  . 40
+1 10 50
+1 20 60
+1 30  .
+END DATA.
+VARIABLE LEVEL x (NOMINAL).
+LIST.
\ No newline at end of file