[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PSPP-BUG: Bug report - Means command returning means as integers
From: |
Friedrich Beckmann |
Subject: |
Re: PSPP-BUG: Bug report - Means command returning means as integers |
Date: |
Fri, 15 Jul 2022 17:21:37 +0200 |
Hi Lou,
I could not reproduce that behaviour. I tried this
data list / dat (F8.8).
begin data.
2E-3
3E-3
4E-3
5E-3
end data.
means tables = dat
which gives me this result:
Bericht
╭──────────┬─┬───────────────╮
│Mittelwert│N│Std. Abweichung│
├──────────┼─┼───────────────┤
│ ,00350000│4│ ,00129099│
╰──────────┴─┴───────────────╯
Is it possible that your variable format is set to integer?
> Am 15.07.2022 um 16:18 schrieb Lou <lou.hamilton@gmail.com>:
>
> Version: GNU pspp 1.6.2-g78a33a
> Host System: x86_64-w64-mingw32
> Build System: x86_64-pc-linux-gnu
> Locale Directory: C:\Program Files\PSPP/share/locale
> Compiler Version:10-win32 20210110
>
> Hi
>
> When the means command is run, all means (arithmetic, harmonic and geometric)
> are returned as integers.
>
> Kind regards
> Lou Hamilton
>