You are on page 1of 6

REGRESSION

/DESCRIPTIVES MEAN STDDEV CORR SIG N


/MISSING LISTWISE
/STATISTICS COEFF OUTS BCOV R ANOVA COLLIN TOL CHANGE
/CRITERIA=PIN(.05) POUT(.10)
/NOORIGIN
/DEPENDENT y
/METHOD=ENTER x1 x2
/SCATTERPLOT=(*SRESID ,*ZPRED)
/RESIDUALS DURBIN NORMPROB(ZRESID)
/CASEWISE PLOT(ZRESID) ALL.

Regression

Notes
Output Created 06-JUL-2023 16:45:31
Comments
Input Active Dataset DataSet0
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data 10
File
Missing Value Handling Definition of Missing User-defined missing
values are treated as
missing.
Cases Used Statistics are based on
cases with no missing
values for any variable
used.

Page 1
Notes
Syntax REGRESSION
/DESCRIPTIVES MEAN
STDDEV CORR SIG N
/MISSING LISTWISE
/STATISTICS COEFF
OUTS BCOV R ANOVA
COLLIN TOL CHANGE
/CRITERIA=PIN(.05)
POUT(.10)
/NOORIGIN
/DEPENDENT y
/METHOD=ENTER x1 x2
/SCATTERPLOT=
(*SRESID ,*ZPRED)
/RESIDUALS DURBIN
NORMPROB(ZRESID)
/CASEWISE PLOT
(ZRESID) ALL.
Resources Processor Time 00:00:00.25
Elapsed Time 00:00:00.16
Memory Required 2912 bytes
Additional Memory 320 bytes
Required for Residual Plots

Descriptive Statistics
Mean Std. Deviation N
y 16.50 1.434 10
x1 12.70 1.703 10
x2 14.70 1.160 10

Correlations
y x1 x2
Pearson Correlation y 1.000 .478 .368
x1 .478 1.000 .174
x2 .368 .174 1.000
Sig. (1-tailed) y . .081 .148
x1 .081 . .315
x2 .148 .315 .
N y 10 10 10
x1 10 10 10
x2 10 10 10

Page 2
a
Variables Entered/Removed
Variables Variables
Model Entered Removed Method
b
1 x2, x1 . Enter

a. Dependent Variable: y
b. All requested variables entered.

b
Model Summary
Change Statistics
Adjusted R Std. Error of the R Square
Model R R Square Square Estimate Change F Change df1
a
1 .558 .312 .115 1.349 .312 1.585 2 7

b
Model Summary
Change Statistics

Model df2 Sig. F Change Durbin-Watson


1 7 .271 3.158

a. Predictors: (Constant), x2, x1


b. Dependent Variable: y

a
ANOVA
Sum of
Model Squares df Mean Square F Sig.
1 Regression 5.766 2 2.883 1.585 .271b
Residual 12.734 7 1.819
Total 18.500 9
a. Dependent Variable: y
b. Predictors: (Constant), x2, x1

Page 3
a
Coefficients
Standardized Collinearity
Unstandardized Coefficients Coefficients Statistics
Model B Std. Error Beta t Sig. Tolerance
1 (Constant) 6.609 6.197 1.066 .322
x1 .359 .268 .427 1.340 .222 .970 1.031
x2 .363 .394 .293 .921 .388 .970 1.031

a
Coefficients
Collinearity
Statistics
Model VIF
1 (Constant)
x1 1.031
x2 1.031
a. Dependent Variable: y

a
Coefficient Correlations
Model x2 x1
1 Correlations x2 1.000 -.174
x1 -.174 1.000
Covariances x2 .155 -.018
x1 -.018 .072
a. Dependent Variable: y

a
Collinearity Diagnostics
Variance Proportions
Model Dimension Eigenvalue Condition Index (Constant) x1 x2
1 1 2.987 1.000 .00 .00 .00
2 .011 16.842 .05 .97 .11
3 .003 33.054 .95 .03 .89
a. Dependent Variable: y

Page 4
a
Casewise Diagnostics

Case Number Std. Residual y Predicted Value Residual


1 -.323 17 17.44 -.435
2 -.205 15 15.28 -.276
3 .748 17 15.99 1.008
4 -1.006 15 16.36 -1.357
5 1.220 18 16.35 1.646
6 .685 18 17.08 .924
7 -1.210 14 15.63 -1.632
8 .740 17 16.00 .999
9 -1.066 16 17.44 -1.438
10 .416 18 17.44 .562
a. Dependent Variable: y

a
Residuals Statistics
Minimum Maximum Mean Std. Deviation N
Predicted Value 15.28 17.44 16.50 .800 10
Std. Predicted Value -1.529 1.172 .000 1.000 10
Standard Error of Predicted .489 1.048 .721 .169 10
Value
Adjusted Predicted Value 14.48 17.99 16.42 1.085 10
Residual -1.632 1.646 .000 1.189 10
Std. Residual -1.210 1.220 .000 .882 10
Stud. Residual -1.491 1.323 .020 1.053 10
Deleted Residual -2.479 2.517 .081 1.747 10
Stud. Deleted Residual -1.672 1.415 .005 1.105 10
Mahal. Distance .282 4.529 1.800 1.257 10
Cook's Distance .015 .700 .172 .218 10
Centered Leverage Value .031 .503 .200 .140 10
a. Dependent Variable: y

Charts

Page 5
Normal P-P Plot of Regression Standardized Residual
Dependent Variable: y
1.0

0.8

Expected Cum Prob


0.6

0.4

0.2

0.0
0.0 0.2 0.4 0.6 0.8 1.0

Observed Cum Prob

Scatterplot
Dependent Variable: y
1.5
Regression Studentized Residual

1.0

0.5

0.0

-0.5

-1.0

-1.5

-2 -1 0 1

Regression Standardized Predicted Value

Page 6

You might also like