pspp-users
[Top][All Lists]
Advanced

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

DESCRIPTIVES with TEMPORARY and Z scores--please help


From: Ben Pfaff
Subject: DESCRIPTIVES with TEMPORARY and Z scores--please help
Date: Tue, 16 Apr 2013 22:24:09 -0700
User-agent: Mutt/1.5.21 (2010-09-15)

I'm trying to figure out what DESCRIPTIVES should do when both TEMPORARY
and Z scores are in use.  Here's an example.  If you have access to
SPSS, please run the following syntax and report the output.

Thanks,

Ben.

DATA LIST LIST NOTABLE /id abc.
BEGIN DATA.
1 3.5
2 2.0
3 2.0
4 3.5
5 3.0
6 4.0
7 5.0
END DATA.

TEMPORARY.
SELECT IF id < 7 .

DESCRIPTIVES /VAR=abc/SAVE.
LIST.



reply via email to

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