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=8fb18d8b2b3394e42075f935b716f276ac50b8c7;hb=939955167948167d6fe2a15d1c4db7073ad638e0;hp=0000000000000000000000000000000000000000;hpb=93261332cde187e1392b6935234b2b1d8b9a1d51;p=pspp diff --git a/doc/pspp-figures/ctables21.sps b/doc/pspp-figures/ctables21.sps new file mode 100644 index 0000000000..8fb18d8b2b --- /dev/null +++ b/doc/pspp-figures/ctables21.sps @@ -0,0 +1,11 @@ +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). +CTABLES /SMISSING LISTWISE /TABLE (y > x) + (z > x). + +