If anyone has access to spss, could tehy do me a favour and run the following
syntax and send me the results. Their documentation is not clear how it
should behave in such circumstances.
set decimal = DOT.
set format = F22.0.
data list list /x * g *.
begin data.
1 1
2 1
3 1
4 1
5 1
6 1
7 1
8 1
9 1
10 2
20 2
30 2
40 2
50 2
60 2
70 2
80 2
90 2
101 9
201 9
301 9
401 9
501 99
601 99
701 99
801 99
901 99
1001 .
2002 .
3003 .
4004 .
end data.
MISSING VALUES g (9, 99, 999).
EXAMINE
/VARIABLES = x
BY g
/STATISTICS = EXTREME
/NOTOTAL
/MISSING = REPORT.
--
PGP Public key ID: 1024D/2DE827B3
fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
See
http://keys.gnupg.net or any PGP keyserver for public key.
_______________________________________________
pspp-dev mailing list
pspp-dev@...
https://lists.gnu.org/mailman/listinfo/pspp-dev