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

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

PSPP-BUG: bug reporting: frequencies /statistics variance command callin


From: Law Chi Ying
Subject: PSPP-BUG: bug reporting: frequencies /statistics variance command calling the mean.
Date: Mon, 20 Feb 2017 15:02:33 +0000 (UTC)

Bug for frequencies /statistics variance command calling the mean.

data list list /forename (A12) height.
begin data.
Ahmed 188
bertram 167
Catherine 134.231
David 109.1
end data

Descriptives variables = height
  /statistics = variance.

* output.
* variable N Variance
* height   4 1217.92 .

Frequencies variables = height
  /statistics = variance.

* output.
* N Valid    4 .
*   Missing  0 .
* Mean      149.58 .

* Bugs, the result of Frequencies for statistis
* should be a Variance
* but came out a Mean value

Thanks for your concerning this bug.

reply via email to

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