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

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

PSPP-BUG: [patch #5402] RANK draft 1


From: Ben Pfaff
Subject: PSPP-BUG: [patch #5402] RANK draft 1
Date: Tue, 19 Sep 2006 16:47:58 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6 (Debian-1.5.dfsg+1.5.0.6-3)

Follow-up Comment #9, patch #5402 (project pspp):

I think that the interpretation of the N function is wrong.  It should
provide the cumulative caseweight, not the individual case's caseweight.  In
other words, this:
RANK A/N INTO B.
should be equivalent to:
AGGREGATE/B=N(A).
not to:
COMPUTE B=$WEIGHT.

I'm still looking at BY/SPLIT FILE.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?5402>

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





reply via email to

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