X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fpspp-figures%2Fctables32.sps;fp=doc%2Fpspp-figures%2Fctables32.sps;h=9ec814bc0512ec7543cf8798ebdda8a77f4d325f;hb=9e8fca7bd38927d335b81f5f1a282deff665e024;hp=0000000000000000000000000000000000000000;hpb=2088d7438791ad96dda2037a6ac7e9b0f3998c8b;p=pspp diff --git a/doc/pspp-figures/ctables32.sps b/doc/pspp-figures/ctables32.sps new file mode 100644 index 0000000000..9ec814bc05 --- /dev/null +++ b/doc/pspp-figures/ctables32.sps @@ -0,0 +1,16 @@ +GET FILE='nhtsa.sav'. +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. +LIST. \ No newline at end of file