Download as rtf, pdf, or txt
Download as rtf, pdf, or txt
You are on page 1of 21

Nama : Fajar Yulianto DK

NIM : F0318050
Mata Kuliah : Statistika Bisnis A

REGRESSION
/MISSING LISTWISE
/STATISTICS COEFF OUTS R ANOVA
/CRITERIA=PIN(.05) POUT(.10)
/NOORIGIN
/DEPENDENT EARNS
/METHOD=ENTER INCOME WEALTH SIZE SAVING
/SCATTERPLOT=(*SRESID ,*ZPRED)
/RESIDUALS HISTOGRAM(ZRESID) NORMPROB(ZRESID).

Regression

Variables Entered/Removeda
Mode Variables Variables
l Entered Removed Method
1 SAVING, SIZE, . Enter
WEALTH,
INCOMEb

a. Dependent Variable: EARNS


b. All requested variables entered.

Model Summaryb
Adjusted R Std. Error of the
Model R R Square Square Estimate
1 .900a .810 .802 2.284952

a. Predictors: (Constant), SAVING, SIZE, WEALTH, INCOME


b. Dependent Variable: EARNS

Koefisien korelasi 0,9 menunjukkan hubungan sangat erat sehingga apabila SAVING, SIZE,
WEALTH, INCOME naik maka EARNS juga akan naik. R square menunjukkan 81% perubahan
EARNS ditentukan oleh SAVING, SIZE WEALTH, INCOME.

ANOVAa
Model Sum of Squares df Mean Square F Sig.
1 Regression 2109.077 4 527.269 100.990 .000b
Residual 495.995 95 5.221
Total 2605.072 99

a. Dependent Variable: EARNS


b. Predictors: (Constant), SAVING, SIZE, WEALTH, INCOME

Signifikansi 0,000 artinya model tersebut baik atau fit.

Coefficientsa
Standardized
Unstandardized Coefficients Coefficients
Model B Std. Error Beta t Sig.
1 (Constant) -1.146 .874 -1.311 .193
INCOME .727 .060 .791 12.192 .000
WEALTH .025 .019 .080 1.318 .191
SIZE .288 .156 .084 1.846 .068
SAVING .152 .058 .129 2.630 .010

a. Dependent Variable: EARNS

Asumsikan alfa adalah 5% maka INCOME signifikan, WEALTH tidak signifikan, SIZE
tidak signifikan, SAVING signifikan. Kontribusi tertinggi dari keempat koefisien yaitu
pada INCOME yaitu 0,791.

Residuals Statisticsa
Minimum Maximum Mean Std. Deviation N
Predicted Value .07423 26.48628 7.91100 4.615605 100
Std. Predicted Value -1.698 4.024 .000 1.000 100
Standard Error of Predicted .256 1.656 .452 .239 100
Value
Adjusted Predicted Value .01904 25.19534 7.89585 4.477336 100
Residual -8.099228 4.580526 .000000 2.238315 100
Std. Residual -3.545 2.005 .000 .980 100
Stud. Residual -3.826 2.394 .002 1.025 100
Deleted Residual -9.437169 6.532156 .015149 2.471495 100
Stud. Deleted Residual -4.138 2.457 -.004 1.051 100
Mahal. Distance .255 50.993 3.960 7.342 100
Cook's Distance .000 .488 .023 .079 100
Centered Leverage Value .003 .515 .040 .074 100
a. Dependent Variable: EARNS

Charts

Berdasarkan grafik tersebut maka model masih belum normal karena masih ada histogram
yang keluar dari kurva.
Berdasarkan grafik tersebut maka model masih belum normal karena masih ada titik-titik yang
masih menjauhi garis diagonal.

COMPUTE lnEARNS=LN(EARNS).
EXECUTE.
REGRESSION
/MISSING LISTWISE
/STATISTICS COEFF OUTS R ANOVA
/CRITERIA=PIN(.05) POUT(.10)
/NOORIGIN
/DEPENDENT lnEARNS
/METHOD=ENTER INCOME WEALTH SIZE SAVING
/SCATTERPLOT=(*SRESID ,*ZPRED)
/RESIDUALS HISTOGRAM(ZRESID) NORMPROB(ZRESID).

Regression

Variables Entered/Removeda
Variables Variables
Model Entered Removed Method
1 SAVING, SIZE, . Enter
WEALTH,
INCOMEb

a. Dependent Variable: lnEARNS


b. All requested variables entered.

Model Summaryb
Adjusted R Std. Error of the
Model R R Square Square Estimate
a
1 .815 .664 .650 .34071

a. Predictors: (Constant), SAVING, SIZE, WEALTH, INCOME


b. Dependent Variable: lnEARNS

ANOVAa
Model Sum of Squares df Mean Square F Sig.
1 Regression 21.777 4 5.444 46.901 .000b
Residual 11.028 95 .116
Total 32.805 99

a. Dependent Variable: lnEARNS


b. Predictors: (Constant), SAVING, SIZE, WEALTH, INCOME

Coefficientsa
Standardized
Unstandardized Coefficients Coefficients
Model B Std. Error Beta t Sig.
1 (Constant) .772 .130 5.928 .000
INCOME .092 .009 .896 10.395 .000
WEALTH -.005 .003 -.146 -1.806 .074
SIZE .064 .023 .165 2.730 .008
SAVING .002 .009 .019 .288 .774

a. Dependent Variable: lnEARNS

Residuals Statisticsa
Minimum Maximum Mean Std. Deviation N
Predicted Value .9488 3.6043 1.9083 .46901 100
Std. Predicted Value -2.046 3.616 .000 1.000 100
Standard Error of Predicted .038 .247 .067 .036 100
Value
Adjusted Predicted Value 1.0498 3.7906 1.9135 .48239 100
Residual -1.23647 .46094 .00000 .33375 100
Std. Residual -3.629 1.353 .000 .980 100
Stud. Residual -3.774 1.379 -.007 1.010 100
Deleted Residual -1.33747 .47889 -.00519 .35648 100
Stud. Deleted Residual -4.072 1.386 -.014 1.031 100
Mahal. Distance .255 50.993 3.960 7.342 100
Cook's Distance .000 .257 .015 .041 100
Centered Leverage Value .003 .515 .040 .074 100

a. Dependent Variable: lnEARNS

Charts

Berdasarkan grafik tersebut maka model masih belum normal karena masih ada histogram
yang keluar dari kurva.
Berdasarkan grafik tersebut maka model masih belum normal karena masih ada titik-titik yang
masih menjauhi garis diagonal.

COMPUTE lnSAVING=LN(SAVING).
EXECUTE.

Warning # 602
The argument for the natural log function is less than or equal to zero.
The
result has been set to the system-missing value.
Command line: 80 Current case: 13 Current splitfile group: 1

Warning # 602
The argument for the natural log function is less than or equal to zero.
The
result has been set to the system-missing value.
Command line: 80 Current case: 14 Current splitfile group: 1

Warning # 602
The argument for the natural log function is less than or equal to zero.
The
result has been set to the system-missing value.
Command line: 80 Current case: 30 Current splitfile group: 1

Warning # 602
The argument for the natural log function is less than or equal to zero.
The
result has been set to the system-missing value.
Command line: 80 Current case: 45 Current splitfile group: 1

Warning # 602
The argument for the natural log function is less than or equal to zero.
The
result has been set to the system-missing value.
Command line: 80 Current case: 46 Current splitfile group: 1

Warning # 602
The argument for the natural log function is less than or equal to zero.
The
result has been set to the system-missing value.
Command line: 80 Current case: 47 Current splitfile group: 1

Warning # 602
The argument for the natural log function is less than or equal to zero.
The
result has been set to the system-missing value.
Command line: 80 Current case: 49 Current splitfile group: 1

Warning # 602
The argument for the natural log function is less than or equal to zero.
The
result has been set to the system-missing value.
Command line: 80 Current case: 50 Current splitfile group: 1

Warning # 602
The argument for the natural log function is less than or equal to zero.
The
result has been set to the system-missing value.
Command line: 80 Current case: 58 Current splitfile group: 1

Warning # 602
The argument for the natural log function is less than or equal to zero.
The
result has been set to the system-missing value.
Command line: 80 Current case: 59 Current splitfile group: 1

Warning # 92
The limit for MXWARNS warnings in this data pass has been exceeded.
Further
warnings have been suppressed. To change the limit use SET MXWARNS.
COMPUTE lnSIZE=LN(SIZE).
EXECUTE.
COMPUTE lnWEALTH=LN(WEALTH).
EXECUTE.
COMPUTE lnINCOME=LN(INCOME).
EXECUTE.
REGRESSION
/MISSING LISTWISE
/STATISTICS COEFF OUTS R ANOVA
/CRITERIA=PIN(.05) POUT(.10)
/NOORIGIN
/DEPENDENT lnEARNS
/METHOD=ENTER lnSAVING lnSIZE lnWEALTH lnINCOME
/SCATTERPLOT=(*SRESID ,*ZPRED)
/RESIDUALS HISTOGRAM(ZRESID) NORMPROB(ZRESID).

Regression

Variables Entered/Removeda
Variables Variables
Model Entered Removed Method
1 lnINCOME, . Enter
lnSIZE,
lnSAVING,
lnWEALTHb

a. Dependent Variable: lnEARNS


b. All requested variables entered.

Model Summaryb
Adjusted R Std. Error of the
Model R R Square Square Estimate
1 .862a .742 .729 .27435
a. Predictors: (Constant), lnINCOME, lnSIZE, lnSAVING, lnWEALTH
b. Dependent Variable: lnEARNS

ANOVAa
Model Sum of Squares df Mean Square F Sig.
1 Regression 16.687 4 4.172 55.425 .000b
Residual 5.796 77 .075
Total 22.483 81

a. Dependent Variable: lnEARNS


b. Predictors: (Constant), lnINCOME, lnSIZE, lnSAVING, lnWEALTH

Coefficientsa
Standardized
Unstandardized Coefficients Coefficients
Model B Std. Error Beta t Sig.
1 (Constant) -.433 .222 -1.947 .055
lnSAVING .005 .025 .013 .192 .848
lnSIZE .243 .098 .155 2.490 .015
lnWEALTH -.016 .025 -.047 -.661 .511
lnINCOME .948 .080 .868 11.794 .000

a. Dependent Variable: lnEARNS

Residuals Statisticsa
Minimum Maximum Mean Std. Deviation N
Predicted Value .5115 3.0973 1.9768 .45389 82
Std. Predicted Value -3.228 2.469 .000 1.000 82
Standard Error of Predicted .032 .154 .064 .022 82
Value
Adjusted Predicted Value .4912 3.0703 1.9769 .45316 82
Residual -.79948 .44876 .00000 .26749 82
Std. Residual -2.914 1.636 .000 .975 82
Stud. Residual -3.040 1.773 .000 1.005 82
Deleted Residual -.87036 .52711 -.00006 .28466 82
Stud. Deleted Residual -3.220 1.798 -.008 1.025 82
Mahal. Distance .082 24.429 3.951 3.939 82
Cook's Distance .000 .164 .013 .026 82
Centered Leverage Value .001 .302 .049 .049 82

a. Dependent Variable: lnEARNS

Charts

Berdasarkan grafik tersebut maka model masih belum normal karena masih ada histogram
yang keluar dari kurva.
Berdasarkan grafik tersebut maka model masih belum normal karena masih ada titik-titik yang
masih menjauhi garis diagonal.

REGRESSION
/MISSING LISTWISE
/STATISTICS COEFF OUTS R ANOVA
/CRITERIA=PIN(.05) POUT(.10)
/NOORIGIN
/DEPENDENT lnEARNS
/METHOD=ENTER lnSAVING lnSIZE lnWEALTH lnINCOME
/SCATTERPLOT=(*SRESID ,*ZPRED)
/RESIDUALS HISTOGRAM(ZRESID) NORMPROB(ZRESID)
/SAVE RESID.

Regression

Notes
Output Created 30-NOV-2020 07:16:47
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 lnEARNS
/METHOD=ENTER
lnSAVING lnSIZE lnWEALTH
lnINCOME

/SCATTERPLOT=(*SRESID
,*ZPRED)
/RESIDUALS
HISTOGRAM(ZRESID)
NORMPROB(ZRESID)
/SAVE RESID.
Resources Processor Time 00:00:00.92
Elapsed Time 00:00:00.83
Memory Required 5024 bytes
Additional Memory Required 632 bytes
for Residual Plots
Variables Created or RES_1 Unstandardized Residual
Modified

Variables Entered/Removeda
Variables Variables
Model Entered Removed Method
1 lnINCOME, . Enter
lnSIZE,
lnSAVING,
lnWEALTHb

a. Dependent Variable: lnEARNS


b. All requested variables entered.

Model Summaryb
Adjusted R Std. Error of the
Model R R Square Square Estimate
1 .862a .742 .729 .27435

a. Predictors: (Constant), lnINCOME, lnSIZE, lnSAVING, lnWEALTH


b. Dependent Variable: lnEARNS

ANOVAa
Model Sum of Squares df Mean Square F Sig.
1 Regression 16.687 4 4.172 55.425 .000b
Residual 5.796 77 .075
Total 22.483 81

a. Dependent Variable: lnEARNS


b. Predictors: (Constant), lnINCOME, lnSIZE, lnSAVING, lnWEALTH

Coefficientsa
Standardized
Unstandardized Coefficients Coefficients
Model B Std. Error Beta t Sig.
1 (Constant) -.433 .222 -1.947 .055
lnSAVING .005 .025 .013 .192 .848
lnSIZE .243 .098 .155 2.490 .015
lnWEALTH -.016 .025 -.047 -.661 .511
lnINCOME .948 .080 .868 11.794 .000

a. Dependent Variable: lnEARNS

Residuals Statisticsa
Minimum Maximum Mean Std. Deviation N
Predicted Value .5115 3.0973 1.9768 .45389 82
Std. Predicted Value -3.228 2.469 .000 1.000 82
Standard Error of Predicted .032 .154 .064 .022 82
Value
Adjusted Predicted Value .4912 3.0703 1.9769 .45316 82
Residual -.79948 .44876 .00000 .26749 82
Std. Residual -2.914 1.636 .000 .975 82
Stud. Residual -3.040 1.773 .000 1.005 82
Deleted Residual -.87036 .52711 -.00006 .28466 82
Stud. Deleted Residual -3.220 1.798 -.008 1.025 82
Mahal. Distance .082 24.429 3.951 3.939 82
Cook's Distance .000 .164 .013 .026 82
Centered Leverage Value .001 .302 .049 .049 82

a. Dependent Variable: lnEARNS

Charts

Berdasarkan grafik tersebut maka model masih belum normal karena masih ada histogram
yang keluar dari kurva.
Berdasarkan grafik tersebut maka model masih belum normal karena masih ada titik-titik yang
masih menjauhi garis diagonal.

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

Notes
Output Created 30-NOV-2020 07:18:05
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.02
Elapsed Time 00:00:00.03
a
Number of Cases Allowed 786432

a. Based on availability of workspace memory.

One-Sample Kolmogorov-Smirnov Test


Unstandardized
Residual
N 82
Normal Parametersa,b Mean .0000000
Std. Deviation .26749295
Most Extreme Differences Absolute .155
Positive .103
Negative -.155
Test Statistic .155
Asymp. Sig. (2-tailed) .000c

a. Test distribution is Normal.


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

Data tersebut signifikan sehingga H0 ditolak. Pada kormogorov smirnov, H0 berbunyi normal
dan H1 tidak normal. H0 ditolak sehingga test tidak normal.

REGRESSION
/MISSING LISTWISE
/STATISTICS COEFF OUTS R ANOVA
/CRITERIA=PIN(.05) POUT(.10)
/NOORIGIN
/DEPENDENT lnEARNS
/METHOD=ENTER lnSAVING lnSIZE lnWEALTH lnINCOME DRACE DNCENT DSOUTH
DWEST
/SCATTERPLOT=(*SRESID ,*ZPRED)
/SAVE RESID.

Regression

Variables Entered/Removeda
Variables Variables
Model Entered Removed Method
1 DWEST, lnSIZE, . Enter
lnINCOME,
DSOUTH,
DRACE,
DNCENT,
lnSAVING,
lnWEALTHb

a. Dependent Variable: lnEARNS


b. All requested variables entered.

Model Summaryb
Adjusted R Std. Error of the
Model R R Square Square Estimate
1 .868a .753 .726 .27554
a. Predictors: (Constant), DWEST, lnSIZE, lnINCOME, DSOUTH,
DRACE, DNCENT, lnSAVING, lnWEALTH
b. Dependent Variable: lnEARNS

ANOVAa
Model Sum of Squares df Mean Square F Sig.
1 Regression 16.941 8 2.118 27.891 .000b
Residual 5.542 73 .076
Total 22.483 81

a. Dependent Variable: lnEARNS


b. Predictors: (Constant), DWEST, lnSIZE, lnINCOME, DSOUTH, DRACE, DNCENT, lnSAVING,
lnWEALTH

Coefficientsa
Standardized
Unstandardized Coefficients Coefficients
Model B Std. Error Beta t Sig.
1 (Constant) -.522 .239 -2.184 .032
lnSAVING .002 .026 .006 .085 .933
lnSIZE .218 .099 .139 2.192 .032
lnWEALTH -.020 .025 -.057 -.806 .423
lnINCOME .919 .083 .841 11.019 .000
DRACE .206 .140 .094 1.470 .146
DNCENT .036 .078 .031 .465 .643
DSOUTH -.018 .087 -.014 -.202 .841
DWEST -.034 .095 -.024 -.359 .721

a. Dependent Variable: lnEARNS

Residuals Statisticsa
Minimum Maximum Mean Std. Deviation N
Predicted Value .3670 3.0928 1.9768 .45732 82
Std. Predicted Value -3.520 2.440 .000 1.000 82
Standard Error of Predicted .058 .164 .088 .025 82
Value
Adjusted Predicted Value .2459 3.0628 1.9770 .46587 82
Residual -.83859 .46862 .00000 .26158 82
Std. Residual -3.043 1.701 .000 .949 82
Stud. Residual -3.237 1.880 .000 1.012 82
Deleted Residual -.94893 .57253 -.00015 .29833 82
Stud. Deleted Residual -3.474 1.914 -.008 1.033 82
Mahal. Distance 2.553 27.771 7.902 5.699 82
Cook's Distance .000 .250 .016 .036 82
Centered Leverage Value .032 .343 .098 .070 82

a. Dependent Variable: lnEARNS

Semua kategori dummy tersebut tidak signifikan sehingga tidak dapat diinterpretasi lanjut.
Maka asusimkan bahwa koefisien tersebut signifikan.
 DRACE = orang berkulit putih memiliki 20,6 % EARNS lebih besar daripada orang
berkulit hitam
 DNCENT = orang yang tinggal di northcentral memiliki 3,6 % EARNS lebih besar
daripada orang yang tinggal di northeast
 DSOUTH = orang yang tinggal di south memiliki 1,8 % EARNS lebih kecil daripada
orang yang tinggal di northeast
 DWEST= orang yang tinggal di west memiliki 3,4 % EARNS lebih kecil daripada
orang yang tinggal di northeast

You might also like