You are on page 1of 7

NEW FILE.

DATASET NAME DataSet2 WINDOW=FRONT.


DATASET ACTIVATE DataSet1.
DATASET CLOSE DataSet2.
NEW FILE.
DATASET NAME DataSet3 WINDOW=FRONT.
DATASET ACTIVATE DataSet1.
DATASET CLOSE DataSet3.
NEW FILE.
DATASET NAME DataSet4 WINDOW=FRONT.
GET DATA /TYPE=XLSX
/FILE='C:\Users\ASUS\Documents\BRILI\VAIC.xlsx'
/SHEET=name 'Sheet1'
/CELLRANGE=full
/READNAMES=on
/ASSUMEDSTRWIDTH=32767.
DATASET NAME DataSet5 WINDOW=FRONT.
DATASET ACTIVATE DataSet1.
DATASET CLOSE DataSet5.
DATASET ACTIVATE DataSet4.
DATASET CLOSE DataSet1.
GET
FILE='C:\Users\ASUS\Pictures\paper\SPSS\Data Olahan.sav'.
DATASET NAME DataSet6 WINDOW=FRONT.
REGRESSION
/MISSING LISTWISE
/STATISTICS COEFF OUTS R ANOVA COLLIN TOL ZPP
/CRITERIA=PIN(.05) POUT(.10)
/NOORIGIN
/DEPENDENT Peny.Kredit
/METHOD=ENTER DPK LDR NPL ROA CAR SBK
/RESIDUALS DURBIN

/SAVE RESID.

Regression

Notes

Output Created 10-Dec-2017 12:04:28

Comments

Input Data C:\Users\ASUS\Pictures\paper\SPSS\Data


Olahan.sav

Active Dataset DataSet6

Filter <none>

Weight <none>

Split File <none>

N of Rows in Working Data File 54

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
COLLIN TOL ZPP
/CRITERIA=PIN(.05) POUT(.10)
/NOORIGIN
/DEPENDENT Peny.Kredit
/METHOD=ENTER DPK LDR NPL ROA
CAR SBK
/RESIDUALS DURBIN
/SAVE RESID.

Resources Processor Time 00:00:00.047

Elapsed Time 00:00:00.081

Memory Required 3228 bytes

Additional Memory Required


0 bytes
for Residual Plots

Variables Created or Modified RES_1 Unstandardized Residual

[DataSet6] C:\Users\ASUS\Pictures\paper\SPSS\Data Olahan.sav

Variables Entered/Removedb

Variables
Model Variables Entered Removed Method

1 SBK, CAR, LDR,


. Enter
ROA, NPL, DPKa

a. All requested variables entered.

b. Dependent Variable: Peny. Kredit

Model Summaryb

Adjusted R Std. Error of the


Model R R Square Square Estimate Durbin-Watson

1 .980a .960 .955 .285720 2.502

a. Predictors: (Constant), SBK, CAR, LDR, ROA, NPL, DPK

b. Dependent Variable: Peny. Kredit


ANOVAb

Model Sum of Squares df Mean Square F Sig.

1 Regression 93.290 6 15.548 190.459 .000a

Residual 3.837 47 .082

Total 97.127 53

a. Predictors: (Constant), SBK, CAR, LDR, ROA, NPL, DPK

b. Dependent Variable: Peny. Kredit

Coefficientsa

Standardized
Unstandardized Coefficients Coefficients Correlations Collinearity Statistics

Model B Std. Error Beta t Sig. Zero-order Partial Part Tolerance VIF

1 (Constant) .373 .819 .456 .651

DPK .995 .035 .961 28.390 .000 .975 .972 .823 .733 1.364

LDR .008 .005 .044 1.465 .150 -.005 .209 .042 .927 1.079

NPL .017 .026 .021 .641 .525 .067 .093 .019 .787 1.271

ROA .026 .062 .014 .427 .671 .443 .062 .012 .746 1.341

CAR -.034 .013 -.079 -2.601 .012 -.072 -.355 -.075 .920 1.088

SBK -.038 .029 -.040 -1.290 .203 -.261 -.185 -.037 .867 1.153

a. Dependent Variable: Peny. Kredit

Collinearity Diagnosticsa

Variance Proportions
Dimensi
Model on Eigenvalue Condition Index (Constant) DPK LDR NPL ROA CAR SBK

1 1 6.309 1.000 .00 .00 .00 .01 .00 .00 .00

2 .517 3.495 .00 .00 .00 .73 .01 .00 .00

3 .122 7.184 .00 .00 .00 .04 .67 .04 .00

4 .031 14.332 .00 .00 .05 .05 .07 .84 .04

5 .013 22.274 .00 .05 .12 .04 .04 .00 .71

6 .007 29.972 .03 .25 .68 .12 .14 .11 .00

7 .002 63.127 .97 .71 .15 .01 .07 .01 .24

a. Dependent Variable: Peny. Kredit


Residuals Statisticsa

Minimum Maximum Mean Std. Deviation N

Predicted Value 14.33009 19.81820 1.70841E1 1.326722 54

Residual -.382142 .964808 .000000 .269062 54

Std. Predicted Value -2.076 2.061 .000 1.000 54

Std. Residual -1.337 3.377 .000 .942 54

a. Dependent Variable: Peny. Kredit

NPAR TESTS
/RUNS(MEDIAN)=RES_1

/MISSING ANALYSIS.

NPar Tests

Notes

Output Created 10-Dec-2017 12:08:56

Comments

Input Data C:\Users\ASUS\Pictures\paper\SPSS\Data


Olahan.sav

Active Dataset DataSet6

Filter <none>

Weight <none>

Split File <none>

N of Rows in Working Data File 54

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


/RUNS(MEDIAN)=RES_1
/MISSING ANALYSIS.

Resources Processor Timea 00:00:00.000

Elapsed Time 00:00:00.022

Number of Cases Allowed 196608

a. Based on availability of workspace memory.


[DataSet6] C:\Users\ASUS\Pictures\paper\SPSS\Data Olahan.sav

Runs Test

Unstandardized
Residual

Test Valuea -.08716

Cases < Test Value 27

Cases >= Test Value 27

Total Cases 54

Number of Runs 33

Z 1.374

Asymp. Sig. (2-tailed) .169

a. Median

COMPUTE absress=ABS(RES_1).
EXECUTE.
REGRESSION
/MISSING LISTWISE
/STATISTICS COEFF OUTS R ANOVA
/CRITERIA=PIN(.05) POUT(.10)
/NOORIGIN
/DEPENDENT absress

/METHOD=ENTER DPK LDR NPL ROA CAR SBK.

Regression

Notes

Output Created 10-Dec-2017 12:10:59

Comments

Input Data C:\Users\ASUS\Pictures\paper\SPSS\Data


Olahan.sav

Active Dataset DataSet6

Filter <none>

Weight <none>

Split File <none>

N of Rows in Working Data File 54

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 absress
/METHOD=ENTER DPK LDR NPL ROA
CAR SBK.

Resources Processor Time 00:00:00.156

Elapsed Time 00:00:00.087

Memory Required 3244 bytes

Additional Memory Required


0 bytes
for Residual Plots

[DataSet6] C:\Users\ASUS\Pictures\paper\SPSS\Data Olahan.sav

Variables Entered/Removedb

Variables
Model Variables Entered Removed Method

1 SBK, CAR, LDR,


. Enter
ROA, NPL, DPKa

a. All requested variables entered.

b. Dependent Variable: absress

Model Summary

Adjusted R Std. Error of the


Model R R Square Square Estimate

1 .484a .234 .136 .15647

a. Predictors: (Constant), SBK, CAR, LDR, ROA, NPL, DPK

ANOVAb

Model Sum of Squares df Mean Square F Sig.


1 Regression .352 6 .059 2.395 .042a

Residual 1.151 47 .024

Total 1.502 53

a. Predictors: (Constant), SBK, CAR, LDR, ROA, NPL, DPK

b. Dependent Variable: absress

Coefficientsa

Standardized
Unstandardized Coefficients Coefficients

Model B Std. Error Beta t Sig.

1 (Constant) .808 .448 1.802 .078

DPK .007 .019 .057 .384 .703

LDR -.006 .003 -.294 -2.216 .032

NPL -.008 .015 -.080 -.555 .582

ROA .055 .034 .240 1.627 .110

CAR -.009 .007 -.170 -1.275 .209

SBK -.018 .016 -.155 -1.132 .263

a. Dependent Variable: absress

You might also like