[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PSPP-BUG: CTABLES third axis
From: |
Ben Pfaff |
Subject: |
Re: PSPP-BUG: CTABLES third axis |
Date: |
Sat, 24 Feb 2024 11:09:46 -0800 |
This is because the default table style only shows the top layer of
output tables.
You can use a different table style that shows all layers. PSPP has this setting
as default because I believe that it is the default for SPSS as well.
I don't know
why.
This is confusing, I agree. Maybe the solution would be to simply change the
default.
What do you think?
On Sat, Feb 24, 2024 at 8:16 AM Frans Houweling via Bug-gnu-pspp
<bug-gnu-pspp@gnu.org> wrote:
>
> 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 |
> +----------------+-------------------------------------+
>
>
> _______________________________________________
> Bug-gnu-pspp mailing list
> Bug-gnu-pspp@gnu.org
> https://lists.gnu.org/mailman/listinfo/bug-gnu-pspp