pspp-dev
[Top][All Lists]
Advanced

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

[no subject]


From: John Darrington
Date: Thu, 5 Apr 2012 14:16:52 +0000
User-agent: Mutt/1.5.18 (2008-05-17)

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.

Attachment: signature.asc
Description: Digital signature


reply via email to

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