bug-gnu-pspp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PSPP-BUG: CTABLES third axis


From: Frans Houweling
Subject: PSPP-BUG: CTABLES third axis
Date: Sat, 24 Feb 2024 17:15:37 +0100
User-agent: Mozilla Thunderbird

Only first level of second BY variable (z) is shown:


DATA LIST LIST NOTABLE /x y z (F1.0).
BEGIN DATA
1 1 1
2 2 2
3 3 1
4 1 2
1 2 1
2 3 2
3 1 1
4 2 2
END DATA.
CTABLES
  /TABLE = x BY y BY z.
SHOW SYSTEM.



     Custom Tables
1
+---+-----------------+
|   |        y        |
|   +-----+-----+-----+
|   |  1  |  2  |  3  |
|   +-----+-----+-----+
|   |Count|Count|Count|
+---+-----+-----+-----+
|x 1|    1|    1|    0|
|  2|    0|    0|    0|
|  3|    1|    0|    1|
|  4|    0|    0|    0|
+---+-----+-----+-----+

                   System Information
+----------------+-------------------------------------+
|Version         |GNU pspp 2.0.0-g523775               |
|Host System     |x86_64-pc-linux-gnu                  |
|Build System    |x86_64-pc-linux-gnu                  |
|Locale Directory|/usr/local/share/locale              |
|Journal File    |/home/fhou/.local/state/pspp/pspp.jnl|
|Compiler Version|11.2.0                               |
+----------------+-------------------------------------+




reply via email to

[Prev in Thread] Current Thread [Next in Thread]