X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fpspp-figures%2Fctables21.sps;fp=doc%2Fpspp-figures%2Fctables21.sps;h=c5396fa158b161956e69d423c71430887ce2bd7b;hb=cf8aa1f317ac569ac742a597e6f7cf1b4cbb293c;hp=0000000000000000000000000000000000000000;hpb=4053aa3eda4fe56bf489ce81b239112644df7a72;p=pspp diff --git a/doc/pspp-figures/ctables21.sps b/doc/pspp-figures/ctables21.sps new file mode 100644 index 0000000000..c5396fa158 --- /dev/null +++ b/doc/pspp-figures/ctables21.sps @@ -0,0 +1,9 @@ +DATA LIST LIST NOTABLE/x (F8.0) y z (F8.2). +BEGIN DATA. +1 . 40 +1 10 50 +1 20 60 +1 30 . +END DATA. +VARIABLE LEVEL x (NOMINAL). +CTABLES /SMISSING LISTWISE /TABLE (y > x) + (z > x).