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.