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

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

PSPP-BUG: [bug #44877] linear regression... program crash


From: John Darrington
Subject: PSPP-BUG: [bug #44877] linear regression... program crash
Date: Fri, 23 Oct 2015 16:16:23 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Firefox/38.0

Follow-up Comment #8, bug #44877 (project pspp):

I had another look at this, and here is a simpler test case:
It seems that the cases which the transformation acts upon somehow have
different configuration to the reader from which they come.  Hence the crash.

However I can't see what the code is doing wrong to bring about this
condition.

SET DECIMAL=DOT.

DATA LIST notable LIST /text (A24) Y * X1 * X2 *.
BEGIN DATA.
V00276601                            0.00 90.00 10.00
V00292909                           10.00 30.00 10.00
V00291204                           20.00 20.00 30.00
V00300070                            0.00 90.00 0.00
END DATA.



* SPLIT FILE BY A.

REGRESSION
        /VARIABLES= Y
        /DEPENDENT= X1 X2
        /METHOD=ENTER
        /STATISTICS=COEFF R ANOVA
        /SAVE= PRED RESID.

LIST.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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