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

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

PSPP-BUG: [bug #46727] Filter variable is not workign for regression!!!


From: elias tsolis
Subject: PSPP-BUG: [bug #46727] Filter variable is not workign for regression!!!
Date: Sun, 20 Dec 2015 16:46:40 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.125 Safari/537.36

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

The only way to make it work is the following one:

Example: 
Computing a filter variable based on a cut-off score of a variable (line 1),
and then, you apply the filter (line 2), and finally, you compute a new
variable based on the old one (the one that is predicted by vars - line
three). 

A Work around to this bug! 

compute filter2=RES2<60
       FILTER BY filter2.
      compute numall2=numall

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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