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

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

PSPP-BUG: [bug #22419] REGRESSION reports erroneous predicted values


From: Jason H Stover
Subject: PSPP-BUG: [bug #22419] REGRESSION reports erroneous predicted values
Date: Tue, 26 Feb 2008 04:44:42 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11

URL:
  <http://savannah.gnu.org/bugs/?22419>

                 Summary: REGRESSION reports erroneous predicted values
                 Project: PSPP
            Submitted by: jstover
            Submitted on: Tuesday 02/26/2008 at 04:44
                Category: Numerical Errors
                Severity: 7 - Major
                  Status: None
             Assigned to: jstover
             Open/Closed: Open
         Discussion Lock: Any
                 Release: None
                  Effort: 0.00

    _______________________________________________________

Details:

The following syntax causes the REGRESSION procedure to report incorrect
predicted values:

DATA LIST LIST /x * y.
BEGIN DATA.
    1.00            2.00
    2.00            3.00
    3.00            4.00
    4.00            5.00
    5.00            6.00
    6.00            7.00
    7.00            8.00
    8.00            9.00
    9.00            9.00
     .00            2.00
END DATA.
REGRESSION
        /VARIABLES= x
        /DEPENDENT= y
        /SAVE= PRED.
LIST.





    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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