bug-gnu-pspp
[Top][All Lists]
Advanced

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

PSPP-BUG: [bug #37999] RANK assert-fails with TEMPORARY


From: Ben Pfaff
Subject: PSPP-BUG: [bug #37999] RANK assert-fails with TEMPORARY
Date: Sun, 30 Dec 2012 18:11:17 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.11) Gecko/20100101 Firefox/10.0.11 Iceweasel/10.0.11

Follow-up Comment #1, bug #37999 (project pspp):

Zoltan provided the following example, with the attached SPSS output:


DATA LIST TABLE /x 1 gender 3 (A).
BEGIN DATA.
1 f
2 m
3 f
4 m
5 f
6 m
7 f
8 m
9 f
end data.
FREQUENCIES x gender.
RANK x.
DISPLAY DICTIONARY.
TEMPORARY.
SELECT IF (gender="f").
RANK x /ntiles (2) into y1.
FREQUENCIES y1.

TEMPORARY.
SELECT IF (gender="m").
RANK x /ntiles (2) into y2.
FREQUENCIES y2.


(file #27167)
    _______________________________________________________

Additional Item Attachment:

File name: spss_output.txt                Size:24 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?37999>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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