Regression: Variables Entered/Removed

Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

REGRESSION

/MISSING LISTWISE
/STATISTICS COEFF OUTS R ANOVA
/CRITERIA=PIN(.05) POUT(.10)
/NOORIGIN
/DEPENDENT Y
/METHOD=ENTER X1 X2 X3
/SCATTERPLOT=(*SRESID ,*ZPRED)
/RESIDUALS HISTOGRAM(ZRESID) NORMPROB(ZRESID)
/SAVE RESID.

Regression
[DataSet0]

a
Variables Entered/Removed
Variables Variables
Model Entered Removed Method
b
1 X3, X2, X1 . Enter

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

b
Model Summary
Adjusted R Std. Error of the
Model R R Square Square Estimate
a
1 .990 .981 .979 .42143

a. Predictors: (Constant), X3, X2, X1


b. Dependent Variable: Y

a
ANOVA
Sum of
Model Squares df Mean Square F Sig.
1 Regression 396.998 3 132.333 745.096 .000 b

Residual 7.815 44 .178


Total 404.812 47

a. Dependent Variable: Y
b. Predictors: (Constant), X3, X2, X1

Page 1
a
Coefficients

Standardized
Unstandardized Coefficients Coefficients
Model B Std. Error Beta t Sig.
1 (Constant) 2.816 .689 4.089 .000
X1 .066 .026 .077 2.532 .015
X2 .039 .018 .054 2.129 .039
X3 .845 .027 .908 31.071 .000

a. Dependent Variable: Y

a
Residuals Statistics
Minimum Maximum Mean Std. Deviation N
Predicted Value 17.1474 28.1554 23.0625 2.90633 48
Std. Predicted Value -2.035 1.752 .000 1.000 48
Standard Error of Predicted .064 .204 .116 .037 48
Value
Adjusted Predicted Value 17.0123 28.1724 23.0607 2.90757 48
Residual -.79276 .85257 .00000 .40776 48
Std. Residual -1.881 2.023 .000 .968 48
Stud. Residual -1.923 2.178 .002 1.005 48
Deleted Residual -.82878 .98775 .00182 .44063 48
Stud. Deleted Residual -1.987 2.279 .004 1.022 48
Mahal. Distance .118 10.043 2.938 2.636 48
Cook's Distance .000 .188 .020 .032 48
Centered Leverage Value .003 .214 .062 .056 48

a. Dependent Variable: Y

Charts

Page 2
Histogram
Dependent Variable: Y

Mean = 1.58E-15
12 Std. Dev. = 0.968
N = 48

10

8
Frequency

0
-2 -1 0 1 2 3

Regression Standardized Residual

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

Page 3
Scatterplot
Dependent Variable: Y
3
Regression Studentized Residual

-1

-2

-3 -2 -1 0 1 2

Regression Standardized Predicted Value

NPAR TESTS
/K-S(NORMAL)=RES_1
/MISSING ANALYSIS.

NPar Tests

One-Sample Kolmogorov-Smirnov Test


Unstandardized
Residual
N 48
a,b
Normal Parameters Mean .0000000
Std. Deviation .40776002
Most Extreme Differences Absolute .123
Positive .123
Negative -.090
Test Statistic .123
Asymp. Sig. (2-tailed) .065 c

a. Test distribution is Normal.


b. Calculated from data.
c. Lilliefors Significance Correction.

Page 4

You might also like