[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PSPP-BUG: [bug #22418] REGRESSION /SAVE in gui will not show correct pre
From: |
Jason H Stover |
Subject: |
PSPP-BUG: [bug #22418] REGRESSION /SAVE in gui will not show correct predicted values |
Date: |
Tue, 26 Feb 2008 04:30:41 +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/?22418>
Summary: REGRESSION /SAVE in gui will not show correct
predicted values
Project: PSPP
Submitted by: jstover
Submitted on: Tuesday 02/26/2008 at 04:30
Category: Graphical User Interface
Severity: 5 - Average
Status: None
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Release: None
Effort: 0.00
_______________________________________________________
Details:
In the gui, go to File-->New-->Syntax and paste the following:
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.
The predicted values shown in the data sheet do not match those values shown
if the syntax is run on the command line.
The first two values do match other output, but the third value is repeated
over the remaining 8 cases, which does not match the output of PSPP when the
syntax is run on the command line.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?22418>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- PSPP-BUG: [bug #22418] REGRESSION /SAVE in gui will not show correct predicted values,
Jason H Stover <=