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-dev mailing list
pspp-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to