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 <b...@cs.stanford.edu>
Para: pspp-dev@gnu.org; pspp-us...@gnu.org
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
pspp-us...@gnu.org
https://lists.gnu.org/mailman/listinfo/pspp-users
_______________________________________________
pspp-dev mailing list
pspp-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/pspp-dev