TITLE ANALYSIS OF TABLE1 IN CLASS HANDOUT.
DATA LIST FILE=INLINE RECORDS=1
/1 ID 1 X 2 Y 3.
BEGIN DATA.
112
233
356
475
599
END DATA.
REGRESSION WIDTH=80/
DESCRIPTIVES=DEFAULTS/
VARS=X,Y/
STATISTICS=R,ANOVA,COEFF,OUTS,CI,SES,F/
DEPENDENT=Y/
METHOD=ENTER/scatterplot (y,x).
10 Dec 97 SPSS for Unix, Release 5.0 (IBM RS/6000) Page 1
11:11:11 sigma.oac.ucla.edu IBM RS/6000 IBM AIX 3.2.
For IBM AIX 3.2. sigma.oac.ucla.edu SPSS ID 265665
-> TITLE ANALYSIS OF TABLE1 IN CLASS HANDOUT.
-> DATA LIST FILE=INLINE RECORDS=1
-> /1 ID 1 X 2 Y 3.
This command will read 1 records from the command file
Variable Rec Start End Format
ID 1 1 1 F1.0
X 1 2 2 F1.0
Y 1 3 3 F1.0
-> BEGIN DATA.
-> 112
-> 233
-> 356
-> 475
-> 599
-> END DATA.
Preceding task required .03 seconds CPU time; .06 seconds elapsed.
-> REGRESSION WIDTH=80/
-> DESCRIPTIVES=DEFAULTS/
-> VARS=X,Y/
-> STATISTICS=R,ANOVA,COEFF,OUTS,CI,SES,F/
-> DEPENDENT=Y/
-> METHOD=ENTER/scatterplot (y,x).
There are 523,416 bytes of memory available.
The largest contiguous area has 523,056 bytes.
1148 bytes of memory required for REGRESSION procedure.
640 more bytes may be needed for Residuals plots.
10 Dec 97 ANALYSIS OF TABLE1 IN CLASS HANDOUT Page 2
11:11:28 sigma.oac.ucla.edu IBM RS/6000 IBM AIX 3.2.
* * * * M U L T I P L E R E G R E S S I O N * * * *
Listwise Deletion of Missing Data
Mean Std Dev Label
X 5.000 3.162
Y 5.000 2.739
N of Cases = 5
Correlation:
X Y
X 1.000 .924
Y .924 1.000
10 Dec 97 ANALYSIS OF TABLE1 IN CLASS HANDOUT Page 3
11:11:28 sigma.oac.ucla.edu IBM RS/6000 IBM AIX 3.2.
* * * * M U L T I P L E R E G R E S S I O N * * * *
Equation Number 1 Dependent Variable.. Y
Descriptive Statistics are printed on Page 2
Block Number 1. Method: Enter
Variable(s) Entered on Step Number
1.. X
Multiple R .92376
R Square .85333
Adjusted R Square .80444
Standard Error 1.21106
Analysis of Variance
DF Sum of Squares Mean Square
Regression 1 25.60000 25.60000
Residual 3 4.40000 1.46667
F = 17.45455 Signif F = .0250
---------------------- Variables in the Equation -----------------------
Variable B SE B 95% Confdnce Intrvl B Beta
X .800000 .191485 .190617 1.409383 .923760
(Constant) 1.000000 1.100000 -2.500640 4.500640
----- Variables in the Equation ------
Variable SE Beta F Sig F
X .221108 17.455 .0250
(Constant) .826 .4303
End Block Number 1 All requested variables entered.
10 Dec 97 ANALYSIS OF TABLE1 IN CLASS HANDOUT Page 4
11:11:28 sigma.oac.ucla.edu IBM RS/6000 IBM AIX 3.2.
* * * * M U L T I P L E R E G R E S S I O N * * * *
Equation Number 1 Dependent Variable.. Y
Residuals Statistics:
Min Max Mean Std Dev N
*PRED 1.8000 8.2000 5.0000 2.5298 5
*RESID -1.6000 1.0000 .0000 1.0488 5
*ZPRED -1.2649 1.2649 .0000 1.0000 5
*ZRESID -1.3212 .8257 .0000 .8660 5
Total Cases = 5
* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Standardized Scatterplot
Across - X Down - Y
Out ++-----+-----+-----+-----+-----+-----++
3 + + Symbols:
| |
| | Max N
2 + +
| | * 1.0
| * |
1 + +
| |
| * |
0 + * +
| |
| * |
-1 + * +
| |
| |
-2 + +
| |
| |
-3 + +
Out ++-----+-----+-----+-----+-----+-----++
-3 -2 -1 0 1 2 3 Out
10 Dec 97 ANALYSIS OF TABLE1 IN CLASS HANDOUT Page 5
11:11:28 sigma.oac.ucla.edu IBM RS/6000 IBM AIX 3.2.
Preceding task required .02 seconds CPU time; .42 seconds elapsed.