0% found this document useful (0 votes)
14 views

Output

Uploaded by

shinkiy5
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

Output

Uploaded by

shinkiy5
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 34

GET DATA /TYPE=XLSX

/FILE='C:\Users\ACER\Documents\SPSS PUPUT.xlsx'
/SHEET=name 'Sheet1'
/CELLRANGE=full
/READNAMES=on
/ASSUMEDSTRWIDTH=32767.
EXECUTE.
DATASET NAME DataSet1 WINDOW=FRONT.
COMPUTE T.X1=X1.1 + X1.2 + X1.3 + X1.4.
EXECUTE.
COMPUTE T.X2=X2.1 + X2.2 + X2.3 .
EXECUTE.
COMPUTE T.X3=X3.1 + X3.2 + X3.3.
EXECUTE.
COMPUTE T.X4=X4.1 + X4.2 + X4.3.
EXECUTE.
COMPUTE T.X5=X5.1 + X5.2 + X5.3.
EXECUTE.
COMPUTE T.Y=Y.1 + Y.2 + Y.3.
EXECUTE.
CORRELATIONS
/VARIABLES=X1.1 X1.2 X1.3 X1.4 T.X1
/PRINT=TWOTAIL NOSIG
/MISSING=PAIRWISE.

Correlations

Notes

Output Created 14-JUN-2024 14:23:21


Comments
Input Active Dataset DataSet1
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data
100
File
Missing Value Handling Definition of Missing User-defined missing values are treated
as missing.
Cases Used Statistics for each pair of variables are
based on all the cases with valid data
for that pair.
Syntax CORRELATIONS
/VARIABLES=X1.1 X1.2 X1.3 X1.4
T.X1
/PRINT=TWOTAIL NOSIG
/MISSING=PAIRWISE.
Resources Processor Time 00:00:00,02

Elapsed Time 00:00:00,02

[DataSet1]

Correlations

X1.1 X1.2 X1.3 X1.4 T.X1

X1.1 Pearson Correlation 1 .498** .389** .371** .743**

Sig. (2-tailed) .000 .000 .000 .000

N 100 100 100 100 100


** ** **
X1.2 Pearson Correlation .498 1 .545 .396 .797**
Sig. (2-tailed) .000 .000 .000 .000
N 100 100 100 100 100
X1.3 Pearson Correlation .389** .545** 1 .502** .789**
Sig. (2-tailed) .000 .000 .000 .000
N 100 100 100 100 100
** ** **
X1.4 Pearson Correlation .371 .396 .502 1 .736**
Sig. (2-tailed) .000 .000 .000 .000
N 100 100 100 100 100
** ** ** **
T.X1 Pearson Correlation .743 .797 .789 .736 1

Sig. (2-tailed) .000 .000 .000 .000

N 100 100 100 100 100

**. Correlation is significant at the 0.01 level (2-tailed).

CORRELATIONS
/VARIABLES=X2.1 X2.2 X2.3 T.X2
/PRINT=TWOTAIL NOSIG
/MISSING=PAIRWISE.

Correlations
Notes

Output Created 14-JUN-2024 14:25:58


Comments
Input Active Dataset DataSet1
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data
100
File
Missing Value Handling Definition of Missing User-defined missing values are treated
as missing.
Cases Used Statistics for each pair of variables are
based on all the cases with valid data
for that pair.
Syntax CORRELATIONS
/VARIABLES=X2.1 X2.2 X2.3 T.X2
/PRINT=TWOTAIL NOSIG
/MISSING=PAIRWISE.
Resources Processor Time 00:00:00,00

Elapsed Time 00:00:00,00

Correlations

X2.1 X2.2 X2.3 T.X2

X2.1 Pearson Correlation 1 .448** .553** .810**

Sig. (2-tailed) .000 .000 .000

N 100 100 100 100


** **
X2.2 Pearson Correlation .448 1 .516 .807**
Sig. (2-tailed) .000 .000 .000
N 100 100 100 100
X2.3 Pearson Correlation .553** .516** 1 .839**
Sig. (2-tailed) .000 .000 .000
N 100 100 100 100
** ** **
T.X2 Pearson Correlation .810 .807 .839 1

Sig. (2-tailed) .000 .000 .000

N 100 100 100 100

**. Correlation is significant at the 0.01 level (2-tailed).


CORRELATIONS
/VARIABLES=X3.1 X3.2 X3.3 T.X3
/PRINT=TWOTAIL NOSIG
/MISSING=PAIRWISE.

Correlations

Notes

Output Created 14-JUN-2024 14:28:20


Comments
Input Active Dataset DataSet1
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data
100
File
Missing Value Handling Definition of Missing User-defined missing values are treated
as missing.
Cases Used Statistics for each pair of variables are
based on all the cases with valid data
for that pair.
Syntax CORRELATIONS
/VARIABLES=X3.1 X3.2 X3.3 T.X3
/PRINT=TWOTAIL NOSIG
/MISSING=PAIRWISE.
Resources Processor Time 00:00:00,00

Elapsed Time 00:00:00,01

Correlations

X3.1 X3.2 X3.3 T.X3

X3.1 Pearson Correlation 1 .403** .354** .721**

Sig. (2-tailed) .000 .000 .000

N 100 100 100 100


** **
X3.2 Pearson Correlation .403 1 .655 .855**
Sig. (2-tailed) .000 .000 .000
N 100 100 100 100
X3.3 Pearson Correlation .354** .655** 1 .836**
Sig. (2-tailed) .000 .000 .000
N 100 100 100 100
** ** **
T.X3 Pearson Correlation .721 .855 .836 1

Sig. (2-tailed) .000 .000 .000

N 100 100 100 100

**. Correlation is significant at the 0.01 level (2-tailed).

CORRELATIONS
/VARIABLES=X4.1 X4.2 X4.3 T.X4
/PRINT=TWOTAIL NOSIG
/MISSING=PAIRWISE.

Correlations

Notes

Output Created 14-JUN-2024 14:29:03


Comments
Input Active Dataset DataSet1
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data
100
File
Missing Value Handling Definition of Missing User-defined missing values are treated
as missing.
Cases Used Statistics for each pair of variables are
based on all the cases with valid data
for that pair.
Syntax CORRELATIONS
/VARIABLES=X4.1 X4.2 X4.3 T.X4
/PRINT=TWOTAIL NOSIG
/MISSING=PAIRWISE.
Resources Processor Time 00:00:00,00

Elapsed Time 00:00:00,04


Correlations

X4.1 X4.2 X4.3 T.X4


** **
X4.1 Pearson Correlation 1 .556 .484 .822**

Sig. (2-tailed) .000 .000 .000

N 100 100 100 100


** **
X4.2 Pearson Correlation .556 1 .578 .850**
Sig. (2-tailed) .000 .000 .000
N 100 100 100 100
** **
X4.3 Pearson Correlation .484 .578 1 .825**
Sig. (2-tailed) .000 .000 .000
N 100 100 100 100
** ** **
T.X4 Pearson Correlation .822 .850 .825 1

Sig. (2-tailed) .000 .000 .000

N 100 100 100 100

**. Correlation is significant at the 0.01 level (2-tailed).

CORRELATIONS
/VARIABLES=X5.1 X5.2 X5.3 T.X5
/PRINT=TWOTAIL NOSIG
/MISSING=PAIRWISE.

Correlations

Notes

Output Created 14-JUN-2024 14:29:32


Comments
Input Active Dataset DataSet1
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data
100
File
Missing Value Handling Definition of Missing User-defined missing values are treated
as missing.
Cases Used Statistics for each pair of variables are
based on all the cases with valid data
for that pair.
Syntax CORRELATIONS
/VARIABLES=X5.1 X5.2 X5.3 T.X5
/PRINT=TWOTAIL NOSIG
/MISSING=PAIRWISE.
Resources Processor Time 00:00:00,00

Elapsed Time 00:00:00,01

Correlations

X5.1 X5.2 X5.3 T.X5


**
X5.1 Pearson Correlation 1 .422 .101 .684**

Sig. (2-tailed) .000 .319 .000

N 100 100 100 100


** **
X5.2 Pearson Correlation .422 1 .521 .856**
Sig. (2-tailed) .000 .000 .000
N 100 100 100 100
**
X5.3 Pearson Correlation .101 .521 1 .715**
Sig. (2-tailed) .319 .000 .000
N 100 100 100 100
** ** **
T.X5 Pearson Correlation .684 .856 .715 1

Sig. (2-tailed) .000 .000 .000

N 100 100 100 100

**. Correlation is significant at the 0.01 level (2-tailed).

CORRELATIONS
/VARIABLES=Y.1 Y.2 Y.3 T.Y
/PRINT=TWOTAIL NOSIG
/MISSING=PAIRWISE.

Correlations

Notes

Output Created 14-JUN-2024 14:30:04


Comments
Input Active Dataset DataSet1
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data
100
File
Missing Value Handling Definition of Missing User-defined missing values are treated
as missing.
Cases Used Statistics for each pair of variables are
based on all the cases with valid data
for that pair.
Syntax CORRELATIONS
/VARIABLES=Y.1 Y.2 Y.3 T.Y
/PRINT=TWOTAIL NOSIG
/MISSING=PAIRWISE.
Resources Processor Time 00:00:00,03

Elapsed Time 00:00:00,04

Correlations

Y.1 Y.2 Y.3 T.Y


** **
Y.1 Pearson Correlation 1 .360 .310 .738**

Sig. (2-tailed) .000 .002 .000

N 100 100 100 100


** **
Y.2 Pearson Correlation .360 1 .398 .773**
Sig. (2-tailed) .000 .000 .000
N 100 100 100 100
** **
Y.3 Pearson Correlation .310 .398 1 .756**
Sig. (2-tailed) .002 .000 .000
N 100 100 100 100
** ** **
T.Y Pearson Correlation .738 .773 .756 1

Sig. (2-tailed) .000 .000 .000

N 100 100 100 100

**. Correlation is significant at the 0.01 level (2-tailed).

RELIABILITY
/VARIABLES=X1.1 X1.2 X1.3 X1.4
/SCALE('ALL VARIABLES') ALL
/MODEL=ALPHA
/STATISTICS=DESCRIPTIVE
/SUMMARY=TOTAL.
Reliability

Notes

Output Created 14-JUN-2024 14:30:51


Comments
Input Active Dataset DataSet1
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data
100
File
Matrix Input
Missing Value Handling Definition of Missing User-defined missing values are treated
as missing.
Cases Used Statistics are based on all cases with
valid data for all variables in the
procedure.
Syntax RELIABILITY
/VARIABLES=X1.1 X1.2 X1.3 X1.4
/SCALE('ALL VARIABLES') ALL
/MODEL=ALPHA
/STATISTICS=DESCRIPTIVE
/SUMMARY=TOTAL.
Resources Processor Time 00:00:00,00

Elapsed Time 00:00:00,02

Scale: ALL VARIABLES

Case Processing Summary

N %

Cases Valid 100 100.0


Excludeda 0 .0

Total 100 100.0

a. Listwise deletion based on all variables in the


procedure.

Reliability Statistics

Cronbach's
Alpha N of Items

.765 4

Item Statistics

Mean Std. Deviation N

X1.1 4.11 .751 100


X1.2 4.26 .733 100
X1.3 4.23 .709 100
X1.4 4.21 .715 100

Item-Total Statistics

Cronbach's
Scale Mean if Scale Variance if Corrected Item- Alpha if Item
Item Deleted Item Deleted Total Correlation Deleted

X1.1 12.70 3.040 .519 .735


X1.2 12.55 2.896 .613 .683
X1.3 12.58 2.973 .609 .687
X1.4 12.60 3.131 .522 .732

RELIABILITY
/VARIABLES=X2.1 X2.2 X2.3
/SCALE('ALL VARIABLES') ALL
/MODEL=ALPHA
/STATISTICS=DESCRIPTIVE
/SUMMARY=TOTAL.

Reliability
Notes

Output Created 14-JUN-2024 14:32:09


Comments
Input Active Dataset DataSet1
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data
100
File
Matrix Input
Missing Value Handling Definition of Missing User-defined missing values are treated
as missing.
Cases Used Statistics are based on all cases with
valid data for all variables in the
procedure.
Syntax RELIABILITY
/VARIABLES=X2.1 X2.2 X2.3
/SCALE('ALL VARIABLES') ALL
/MODEL=ALPHA
/STATISTICS=DESCRIPTIVE
/SUMMARY=TOTAL.
Resources Processor Time 00:00:00,02

Elapsed Time 00:00:00,00

Scale: ALL VARIABLES

Case Processing Summary

N %

Cases Valid 100 100.0


a
Excluded 0 .0

Total 100 100.0

a. Listwise deletion based on all variables in the


procedure.
Reliability Statistics

Cronbach's
Alpha N of Items

.753 3

Item Statistics

Mean Std. Deviation N

X2.1 4.26 .719 100


X2.2 4.30 .759 100
X2.3 4.37 .720 100

Item-Total Statistics

Cronbach's
Scale Mean if Scale Variance if Corrected Item- Alpha if Item
Item Deleted Item Deleted Total Correlation Deleted

X2.1 8.67 1.658 .573 .680


X2.2 8.63 1.609 .547 .713
X2.3 8.56 1.582 .628 .618

RELIABILITY
/VARIABLES=X3.1 X3.2 X3.3
/SCALE('ALL VARIABLES') ALL
/MODEL=ALPHA
/STATISTICS=DESCRIPTIVE
/SUMMARY=TOTAL.

Reliability

Notes

Output Created 14-JUN-2024 14:33:04


Comments
Input Active Dataset DataSet1
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data
100
File
Matrix Input
Missing Value Handling Definition of Missing User-defined missing values are treated
as missing.
Cases Used Statistics are based on all cases with
valid data for all variables in the
procedure.
Syntax RELIABILITY
/VARIABLES=X3.1 X3.2 X3.3
/SCALE('ALL VARIABLES') ALL
/MODEL=ALPHA
/STATISTICS=DESCRIPTIVE
/SUMMARY=TOTAL.
Resources Processor Time 00:00:00,00

Elapsed Time 00:00:00,02

Scale: ALL VARIABLES

Case Processing Summary

N %

Cases Valid 100 100.0

Excludeda 0 .0

Total 100 100.0

a. Listwise deletion based on all variables in the


procedure.

Reliability Statistics

Cronbach's
Alpha N of Items

.729 3
Item Statistics

Mean Std. Deviation N

X3.1 4.18 .702 100


X3.2 4.32 .723 100
X3.3 4.34 .728 100

Item-Total Statistics

Cronbach's
Scale Mean if Scale Variance if Corrected Item- Alpha if Item
Item Deleted Item Deleted Total Correlation Deleted

X3.1 8.66 1.742 .416 .791


X3.2 8.52 1.383 .646 .522
X3.3 8.50 1.424 .605 .574

RELIABILITY
/VARIABLES=X4.1 X4.2 X4.3
/SCALE('ALL VARIABLES') ALL
/MODEL=ALPHA
/STATISTICS=DESCRIPTIVE
/SUMMARY=TOTAL.

Reliability

Notes

Output Created 14-JUN-2024 14:33:48


Comments
Input Active Dataset DataSet1
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data
100
File
Matrix Input
Missing Value Handling Definition of Missing User-defined missing values are treated
as missing.
Cases Used Statistics are based on all cases with
valid data for all variables in the
procedure.
Syntax RELIABILITY
/VARIABLES=X4.1 X4.2 X4.3
/SCALE('ALL VARIABLES') ALL
/MODEL=ALPHA
/STATISTICS=DESCRIPTIVE
/SUMMARY=TOTAL.
Resources Processor Time 00:00:00,00

Elapsed Time 00:00:00,00

Scale: ALL VARIABLES

Case Processing Summary

N %

Cases Valid 100 100.0

Excludeda 0 .0

Total 100 100.0

a. Listwise deletion based on all variables in the


procedure.

Reliability Statistics

Cronbach's
Alpha N of Items

.777 3

Item Statistics

Mean Std. Deviation N

X4.1 4.31 .761 100


X4.2 4.38 .722 100
X4.3 4.35 .744 100
Item-Total Statistics

Cronbach's
Scale Mean if Scale Variance if Corrected Item- Alpha if Item
Item Deleted Item Deleted Total Correlation Deleted

X4.1 8.73 1.694 .585 .732


X4.2 8.66 1.681 .658 .652
X4.3 8.69 1.711 .601 .714

RELIABILITY
/VARIABLES=X5.1 X5.2 X5.3
/SCALE('ALL VARIABLES') ALL
/MODEL=ALPHA
/STATISTICS=DESCRIPTIVE
/SUMMARY=TOTAL.

Reliability

Notes

Output Created 14-JUN-2024 14:34:25


Comments
Input Active Dataset DataSet1
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data
100
File
Matrix Input
Missing Value Handling Definition of Missing User-defined missing values are treated
as missing.
Cases Used Statistics are based on all cases with
valid data for all variables in the
procedure.
Syntax RELIABILITY
/VARIABLES=X5.1 X5.2 X5.3
/SCALE('ALL VARIABLES') ALL
/MODEL=ALPHA
/STATISTICS=DESCRIPTIVE
/SUMMARY=TOTAL.
Resources Processor Time 00:00:00,00

Elapsed Time 00:00:00,04

Scale: ALL VARIABLES

Case Processing Summary

N %

Cases Valid 100 100.0

Excludeda 0 .0

Total 100 100.0

a. Listwise deletion based on all variables in the


procedure.

Reliability Statistics

Cronbach's
Alpha N of Items

.611 3

Item Statistics

Mean Std. Deviation N

X5.1 4.13 .774 100


X5.2 4.49 .732 100
X5.3 4.40 .752 100

Item-Total Statistics
Cronbach's
Scale Mean if Scale Variance if Corrected Item- Alpha if Item
Item Deleted Item Deleted Total Correlation Deleted

X5.1 8.89 1.675 .297 .685


X5.2 8.53 1.282 .634 .183
X5.3 8.62 1.612 .362 .592

RELIABILITY
/VARIABLES=Y.1 Y.2 Y.3
/SCALE('ALL VARIABLES') ALL
/MODEL=ALPHA
/STATISTICS=DESCRIPTIVE
/SUMMARY=TOTAL.

Reliability

Notes

Output Created 14-JUN-2024 14:34:50


Comments
Input Active Dataset DataSet1
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data
100
File
Matrix Input
Missing Value Handling Definition of Missing User-defined missing values are treated
as missing.
Cases Used Statistics are based on all cases with
valid data for all variables in the
procedure.
Syntax RELIABILITY
/VARIABLES=Y.1 Y.2 Y.3
/SCALE('ALL VARIABLES') ALL
/MODEL=ALPHA
/STATISTICS=DESCRIPTIVE
/SUMMARY=TOTAL.
Resources Processor Time 00:00:00,00
Elapsed Time 00:00:00,00

Scale: ALL VARIABLES

Case Processing Summary

N %

Cases Valid 100 100.0

Excludeda 0 .0

Total 100 100.0

a. Listwise deletion based on all variables in the


procedure.

Reliability Statistics

Cronbach's
Alpha N of Items

.623 3

Item Statistics

Mean Std. Deviation N

Y.1 4.43 .607 100


Y.2 4.63 .597 100
Y.3 4.55 .609 100

Item-Total Statistics

Cronbach's
Scale Mean if Scale Variance if Corrected Item- Alpha if Item
Item Deleted Item Deleted Total Correlation Deleted

Y.1 9.18 1.018 .400 .570


Y.2 8.98 .969 .468 .473
Y.3 9.06 .986 .429 .529
REGRESSION
/MISSING LISTWISE
/STATISTICS COEFF OUTS R ANOVA
/CRITERIA=PIN(.05) POUT(.10)
/NOORIGIN
/DEPENDENT T.Y
/METHOD=ENTER T.X1 T.X2 T.X3 T.X4 T.X5
/SCATTERPLOT=(*ZPRED ,*SRESID)
/RESIDUALS HISTOGRAM(ZRESID) NORMPROB(ZRESID)
/SAVE RESID.

Regression

Notes

Output Created 14-JUN-2024 14:37:00


Comments
Input Active Dataset DataSet1
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data
100
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.
Syntax REGRESSION
/MISSING LISTWISE
/STATISTICS COEFF OUTS R
ANOVA
/CRITERIA=PIN(.05) POUT(.10)
/NOORIGIN
/DEPENDENT T.Y
/METHOD=ENTER T.X1 T.X2 T.X3
T.X4 T.X5
/SCATTERPLOT=(*ZPRED ,*SRESID)
/RESIDUALS HISTOGRAM(ZRESID)
NORMPROB(ZRESID)
/SAVE RESID.
Resources Processor Time 00:00:01,53
Elapsed Time 00:00:00,74
Memory Required 5568 bytes
Additional Memory Required
616 bytes
for Residual Plots
Variables Created or RES_1
Unstandardized Residual
Modified

Variables Entered/Removeda

Variables Variables
Model Entered Removed Method

1 T.X5, T.X3, T.X1,


. Enter
T.X2, T.X4b

a. Dependent Variable: T.Y


b. All requested variables entered.

Model Summaryb

Adjusted R Std. Error of the


Model R R Square Square Estimate

1 .758a .575 .552 .916

a. Predictors: (Constant), T.X5, T.X3, T.X1, T.X2, T.X4


b. Dependent Variable: T.Y

ANOVAa

Model Sum of Squares df Mean Square F Sig.

1 Regression 106.843 5 21.369 25.443 .000b

Residual 78.947 94 .840

Total 185.790 99

a. Dependent Variable: T.Y


b. Predictors: (Constant), T.X5, T.X3, T.X1, T.X2, T.X4

Coefficientsa

Model Unstandardized Coefficients Standardized t Sig.


Coefficients
B Std. Error Beta

1 (Constant) 4.381 .904 4.844 .000

T.X1 .106 .061 .172 1.732 .087

T.X2 .177 .072 .232 2.467 .015

T.X3 .160 .069 .202 2.303 .024

T.X4 .209 .076 .283 2.762 .007

T.X5 .030 .064 .037 .465 .643

a. Dependent Variable: T.Y

Residuals Statisticsa

Minimum Maximum Mean Std. Deviation N

Predicted Value 10.62 15.13 13.61 1.039 100


Std. Predicted Value -2.881 1.460 .000 1.000 100
Standard Error of Predicted
.114 .533 .207 .088 100
Value
Adjusted Predicted Value 10.71 15.13 13.59 1.067 100
Residual -2.186 2.536 .000 .893 100
Std. Residual -2.386 2.768 .000 .974 100
Stud. Residual -2.535 3.153 .010 1.040 100
Deleted Residual -2.468 3.291 .020 1.021 100
Stud. Deleted Residual -2.612 3.316 .012 1.060 100
Mahal. Distance .531 32.552 4.950 5.674 100
Cook's Distance .000 .493 .026 .071 100
Centered Leverage Value .005 .329 .050 .057 100

a. Dependent Variable: T.Y

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

NPar Tests

Notes

Output Created 14-JUN-2024 14:38:01


Comments
Input Active Dataset DataSet1
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data
100
File
Missing Value Handling Definition of Missing User-defined missing values are treated
as missing.
Cases Used Statistics for each test are based on all
cases with valid data for the variable(s)
used in that test.
Syntax NPAR TESTS
/K-S(NORMAL)=RES_1
/MISSING ANALYSIS.
Resources Processor Time 00:00:00,00

Elapsed Time 00:00:00,00


a
Number of Cases Allowed 786432

a. Based on availability of workspace memory.

One-Sample Kolmogorov-Smirnov Test

Unstandardized
Residual

N 100
a,b
Normal Parameters Mean .0000000
Std. Deviation .89299950
Most Extreme Differences Absolute .089
Positive .082
Negative -.089
Test Statistic .089
Asymp. Sig. (2-tailed) .047c

a. Test distribution is Normal.


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

REGRESSION
/MISSING LISTWISE
/STATISTICS BCOV COLLIN TOL
/CRITERIA=PIN(.05) POUT(.10)
/NOORIGIN
/DEPENDENT T.Y
/METHOD=ENTER T.X1 T.X2 T.X3 T.X4 T.X5
/SCATTERPLOT=(*ZPRED ,*SRESID)
/SAVE RESID.
Regression

Notes

Output Created 14-JUN-2024 14:41:16


Comments
Input Active Dataset DataSet1
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data
100
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.
Syntax REGRESSION
/MISSING LISTWISE
/STATISTICS BCOV COLLIN TOL
/CRITERIA=PIN(.05) POUT(.10)
/NOORIGIN
/DEPENDENT T.Y
/METHOD=ENTER T.X1 T.X2 T.X3
T.X4 T.X5
/SCATTERPLOT=(*ZPRED ,*SRESID)
/SAVE RESID.
Resources Processor Time 00:00:00,20
Elapsed Time 00:00:00,22
Memory Required 5600 bytes
Additional Memory Required
0 bytes
for Residual Plots
Variables Created or RES_2
Unstandardized Residual
Modified

Variables Entered/Removeda

Variables Variables
Model Entered Removed Method

1 T.X5, T.X3, T.X1,


. Enter
T.X2, T.X4b
a. Dependent Variable: T.Y
b. All requested variables entered.

Model Summarya

a. Dependent
Variable: T.Y

Coefficientsa

Collinearity Statistics

Model Tolerance VIF

1 T.X1 .458 2.183

T.X2 .511 1.957

T.X3 .587 1.705

T.X4 .431 2.323

T.X5 .725 1.379

a. Dependent Variable: T.Y

Coefficient Correlationsa
Model T.X5 T.X3 T.X1 T.X2 T.X4

1 Correlations T.X5 1.000 -.074 -.051 -.007 -.327

T.X3 -.074 1.000 -.168 -.338 -.126

T.X1 -.051 -.168 1.000 -.269 -.418

T.X2 -.007 -.338 -.269 1.000 -.205

T.X4 -.327 -.126 -.418 -.205 1.000

Covariances T.X5 .004 .000 .000 -3.114E-5 -.002

T.X3 .000 .005 -.001 -.002 -.001

T.X1 .000 -.001 .004 -.001 -.002

T.X2 -3.114E-5 -.002 -.001 .005 -.001

T.X4 -.002 -.001 -.002 -.001 .006

a. Dependent Variable: T.Y


Collinearity Diagnosticsa

Eigenvalu Condition Variance Proportions

Model Dimension e Index (Constant) T.X1 T.X2 T.X3

1 1 5.956 1.000 .00 .00 .00 .00

2 .014 20.906 .09 .03 .14 .08

3 .010 23.920 .28 .07 .01 .22

4 .008 27.854 .40 .12 .04 .57

5 .007 29.071 .06 .16 .81 .13

6 .005 33.262 .16 .62 .00 .00

Collinearity Diagnosticsa

Variance Proportions

Model Dimension T.X4 T.X5

1 1 .00 .00

2 .00 .46

3 .30 .03

4 .01 .18

5 .05 .16

6 .64 .17

a. Dependent Variable: T.Y

Residuals Statisticsa

Minimum Maximum Mean Std. Deviation N

Predicted Value 10.62 15.13 13.61 1.039 100


Std. Predicted Value -2.881 1.460 .000 1.000 100
Standard Error of Predicted
.114 .533 .207 .088 100
Value
Adjusted Predicted Value 10.71 15.13 13.59 1.067 100
Residual -2.186 2.536 .000 .893 100
Std. Residual -2.386 2.768 .000 .974 100
Stud. Residual -2.535 3.153 .010 1.040 100
Deleted Residual -2.468 3.291 .020 1.021 100
Stud. Deleted Residual -2.612 3.316 .012 1.060 100
Mahal. Distance .531 32.552 4.950 5.674 100
Cook's Distance .000 .493 .026 .071 100
Centered Leverage Value .005 .329 .050 .057 100

a. Dependent Variable: T.Y


Charts

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

Regression
Notes

Output Created 14-JUN-2024 14:43:13


Comments
Input Active Dataset DataSet1
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data
100
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.
Syntax REGRESSION
/MISSING LISTWISE
/STATISTICS COEFF OUTS R
ANOVA
/CRITERIA=PIN(.05) POUT(.10)
/NOORIGIN
/DEPENDENT T.Y
/METHOD=ENTER T.X1 T.X2 T.X3
T.X4 T.X5
/SCATTERPLOT=(*SRESID ,*ZPRED)
/SAVE RESID.
Resources Processor Time 00:00:00,17
Elapsed Time 00:00:00,44
Memory Required 5648 bytes
Additional Memory Required
0 bytes
for Residual Plots
Variables Created or RES_3
Unstandardized Residual
Modified

Variables Entered/Removeda

Variables Variables
Model Entered Removed Method

1 T.X5, T.X3, T.X1,


. Enter
T.X2, T.X4b

a. Dependent Variable: T.Y


b. All requested variables entered.

Model Summaryb

Adjusted R Std. Error of the


Model R R Square Square Estimate
a
1 .758 .575 .552 .916

a. Predictors: (Constant), T.X5, T.X3, T.X1, T.X2, T.X4


b. Dependent Variable: T.Y

ANOVAa

Model Sum of Squares df Mean Square F Sig.

1 Regression 106.843 5 21.369 25.443 .000b

Residual 78.947 94 .840

Total 185.790 99

a. Dependent Variable: T.Y


b. Predictors: (Constant), T.X5, T.X3, T.X1, T.X2, T.X4

Coefficientsa

Standardized
Unstandardized Coefficients Coefficients

Model B Std. Error Beta t Sig.

1 (Constant) 4.381 .904 4.844 .000

T.X1 .106 .061 .172 1.732 .087

T.X2 .177 .072 .232 2.467 .015

T.X3 .160 .069 .202 2.303 .024

T.X4 .209 .076 .283 2.762 .007

T.X5 .030 .064 .037 .465 .643

a. Dependent Variable: T.Y

Residuals Statisticsa

Minimum Maximum Mean Std. Deviation N

Predicted Value 10.62 15.13 13.61 1.039 100


Std. Predicted Value -2.881 1.460 .000 1.000 100
Standard Error of Predicted
.114 .533 .207 .088 100
Value
Adjusted Predicted Value 10.71 15.13 13.59 1.067 100
Residual -2.186 2.536 .000 .893 100
Std. Residual -2.386 2.768 .000 .974 100
Stud. Residual -2.535 3.153 .010 1.040 100
Deleted Residual -2.468 3.291 .020 1.021 100
Stud. Deleted Residual -2.612 3.316 .012 1.060 100
Mahal. Distance .531 32.552 4.950 5.674 100
Cook's Distance .000 .493 .026 .071 100
Centered Leverage Value .005 .329 .050 .057 100

a. Dependent Variable: T.Y

Charts

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy