pspp-dev
[Top][All Lists]
Advanced

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

Re: DESCRIPTIVES with TEMPORARY and Z scores--please help


From: Ing. Jorge Albuja Delgado
Subject: Re: DESCRIPTIVES with TEMPORARY and Z scores--please help
Date: Wed, 17 Apr 2013 06:46:26 -0700 (PDT)




      id      abc        Zabc

       1        4      ,59761
       2        2    -1,19523
       3        2    -1,19523
       4        4      ,59761
       5        3      ,00000
       6        4     1,19523
       7        5      .


Number of cases read:  7    Number of cases listed:  7



De: Ben Pfaff <address@hidden>
Para: address@hidden; address@hidden
Enviado: Miércoles, 17 de abril, 2013 12:24 A.M.
Asunto: DESCRIPTIVES with TEMPORARY and Z scores--please help

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.

_______________________________________________
Pspp-users mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/pspp-users



reply via email to

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