Discussion:
INCORRECT VALUES WITH AGGREGATE (pspp 0.10.1-g1082b8)
Raiche, Gilles
2017-11-21 15:02:24 UTC
Permalink
I am experimenting errors with AGGREGATE with version 0.10.1-g1082b8 of PSPP. Specifically, the computed values of the aggregated statistics are not valid. SPSS does correctly the computation, but not PSPP. Do someone knows why? Or is it a bug?

Here is our syntax.

* ......................................................................................................................................
* Aggregate PVIREAD statistics by PROVINCE.
* PV1READ is a variable from the PISA 2009 data file for reading achievement.
* PROVINCE is a previously created variable for the Canadian sates.
AGGREGATE
/OUTFILE=* MODE=ADDVARIABLES
/BREAK=PROVINCE
/PV1READ_MEAN = MEAN(PV1READ)
/PV1READ_SD = SD(PV1READ)
/PROVINCE_N = NU(PV1READ).
* ......................................................................................................................................

Best regards.
______________
Gilles Raîche
Faculté des sciences de l'éducation
Département d'éducation et pédagogie
Université du Québec à Montréal
C.P. 8888, succ. Centre-ville
Montréal, QC CANADA H3C 3P8

Pavillon Paul Gérin-Lajoie - local : N-6250
Téléphone : (514) 987-3000 poste 1712
Télécopie : (514) 987-4608
http://www.Cdame.uqam.ca
Plan du campus: http://www.uqam.ca/campus/
John Darrington
2017-11-23 14:20:54 UTC
Permalink
On Tue, Nov 21, 2017 at 03:02:24PM +0000, Raiche, Gilles wrote:
I am experimenting errors with AGGREGATE with version 0.10.1-g1082b8 of PSPP. Specifically, the computed values of the aggregated statistics are not valid. SPSS does correctly the computation, but not PSPP. Do someone knows why? Or is it a bug?

Here is our syntax.

* ......................................................................................................................................
* Aggregate PVIREAD statistics by PROVINCE.
* PV1READ is a variable from the PISA 2009 data file for reading achievement.
* PROVINCE is a previously created variable for the Canadian sates.
AGGREGATE
/OUTFILE=* MODE=ADDVARIABLES
/BREAK=PROVINCE
/PV1READ_MEAN = MEAN(PV1READ)
/PV1READ_SD = SD(PV1READ)
/PROVINCE_N = NU(PV1READ).
* ......................................................................................................................................


Thank you for your report.

Can you give the _complete_ syntax including the data definition so that we can
try to reproduce the problem.

Please also post the result you get, *and* the results that you expect, AND say
specifically why you think the results you see are incorrect.

That way, we can investigate, and decide if indeed there is a problem, and if so
we can fix it.

Thank you.
--
Avoid eavesdropping. Send strong encrypted email.
PGP Public key ID: 1024D/2DE827B3
fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
See http://sks-keyservers.net or any PGP keyserver for public key.
Loading...