X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fpspp-figures%2Fctables33.sps;fp=doc%2Fpspp-figures%2Fctables33.sps;h=ef768b864a544b8aef7edeb4182ae4f3c2a2e319;hb=cf8aa1f317ac569ac742a597e6f7cf1b4cbb293c;hp=0000000000000000000000000000000000000000;hpb=4053aa3eda4fe56bf489ce81b239112644df7a72;p=pspp diff --git a/doc/pspp-figures/ctables33.sps b/doc/pspp-figures/ctables33.sps new file mode 100644 index 0000000000..ef768b864a --- /dev/null +++ b/doc/pspp-figures/ctables33.sps @@ -0,0 +1,15 @@ +DATA LIST LIST NOTABLE /x y (F1.0) z (F10.0). +VARIABLE LEVEL z (SCALE). +MISSING VALUES x y (9). +BEGIN DATA. +1 1 1 +1 2 10 +1 9 100 +2 1 1000 +2 2 10000 +2 9 100000 +9 1 1000000 +9 2 10000000 +9 9 100000000 +END DATA. +CTABLES /TABLE x > y > z [SUM].