You are on page 1of 22

Warning # 849 in column 23.

Text: in_ID
The LOCALE subcommand of the SET command has an invalid parameter. It could
not be mapped to a valid backend locale.
REGRESSION
/MISSING LISTWISE
/STATISTICS COEFF OUTS R ANOVA
/CRITERIA=PIN(.05) POUT(.10)
/NOORIGIN
/DEPENDENT Y
/METHOD=ENTER X1 X2 X3 X4
/SAVE RESID.

Regression

Notes

Output Created 11-Apr-2019 22:07:45


Comments
Input Active Dataset DataSet0
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data 66
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 Y
/METHOD=ENTER X1 X2 X3 X4
/SAVE RESID.
Resources Processor Time 00 00:00:00,032
Elapsed Time 00 00:00:00,032
Memory Required 2308 bytes
Additional Memory Required 0 bytes
for Residual Plots
Variables Created or RES_1 Unstandardized Residual
Modified

[DataSet0]

Variables Entered/Removedb

Variables Variables
Model Entered Removed Method

1 Profitabilitas, . Enter
Ukuran,
Pertumbuhan,
Leverage

a. All requested variables entered.


b. Dependent Variable: Nilai Perusahaan

Model Summaryb

Adjusted R Std. Error of the


Model R R Square Square Estimate

1 ,234a ,055 -,007 1,25949

a. Predictors: (Constant), Profitabilitas, Ukuran, Pertumbuhan,


Leverage
b. Dependent Variable: Nilai Perusahaan

ANOVAb

Model Sum of Squares df Mean Square F Sig.

1 Regression 5,626 4 1,407 ,887 ,477a


Residual 96,765 61 1,586

Total 102,391 65

a. Predictors: (Constant), Profitabilitas, Ukuran, Pertumbuhan, Leverage


b. Dependent Variable: Nilai Perusahaan

Coefficientsa

Standardized
Unstandardized Coefficients Coefficients

Model B Std. Error Beta t Sig.

1 (Constant) 3,861 3,779 1,022 ,311

Leverage ,216 ,597 ,087 ,363 ,718

Ukuran -,193 ,299 -,084 -,646 ,521

Pertumbuhan ,169 ,881 ,024 ,192 ,849

Profitabilitas -2,441 1,985 -,293 -1,229 ,224

a. Dependent Variable: Nilai Perusahaan

Residuals Statisticsa

Minimum Maximum Mean Std. Deviation N

Predicted Value -,6333 1,7523 1,3180 ,29421 66


Residual -1,36847 5,05530 ,00000 1,22012 66
Std. Predicted Value -6,633 1,476 ,000 1,000 66
Std. Residual -1,087 4,014 ,000 ,969 66

a. Dependent Variable: Nilai Perusahaan

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

NPar Tests
Notes

Output Created 11-Apr-2019 22:08:13


Comments
Input Active Dataset DataSet0
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data 66
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,016

Elapsed Time 00 00:00:00,015

Number of Cases Alloweda 196608

a. Based on availability of workspace memory.

[DataSet0]

One-Sample Kolmogorov-Smirnov Test

Unstandardized
Residual

N 66
a,b
Normal Parameters Mean ,0000000
Std. Deviation 1,22011730
Most Extreme Differences Absolute ,203
Positive ,203
Negative -,153
Kolmogorov-Smirnov Z 1,649
Asymp. Sig. (2-tailed) ,009

a. Test distribution is Normal.


b. Calculated from data.

COMPUTE SQRTX1=SQRT(X1).
EXECUTE.
COMPUTE SQRTX2=SQRT(X2).
EXECUTE.
COMPUTE SQRTX3=SQRT(X3).
EXECUTE.

Warning # 603
The argument to the square root function is less than zero. The result has
been set to the system-missing value.
Command line: 26 Current case: 19 Current splitfile group: 1

Warning # 603
The argument to the square root function is less than zero. The result has
been set to the system-missing value.
Command line: 26 Current case: 20 Current splitfile group: 1

Warning # 603
The argument to the square root function is less than zero. The result has
been set to the system-missing value.
Command line: 26 Current case: 29 Current splitfile group: 1

Warning # 603
The argument to the square root function is less than zero. The result has
been set to the system-missing value.
Command line: 26 Current case: 32 Current splitfile group: 1

Warning # 603
The argument to the square root function is less than zero. The result has
been set to the system-missing value.
Command line: 26 Current case: 51 Current splitfile group: 1

Warning # 603
The argument to the square root function is less than zero. The result has
been set to the system-missing value.
Command line: 26 Current case: 63 Current splitfile group: 1

COMPUTE SQRTX4=SQRT(X4).
EXECUTE.
COMPUTE SQRTY=SQRT(Y).
EXECUTE.
REGRESSION
/MISSING LISTWISE
/STATISTICS COEFF OUTS R ANOVA
/CRITERIA=PIN(.05) POUT(.10)
/NOORIGIN
/DEPENDENT SQRTY
/METHOD=ENTER SQRTX1 SQRTX2 SQRTX3 SQRTX4
/SAVE RESID.

Regression

Notes

Output Created 11-Apr-2019 22:13:10


Comments
Input Active Dataset DataSet0
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data 66
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 SQRTY
/METHOD=ENTER SQRTX1 SQRTX2
SQRTX3 SQRTX4
/SAVE RESID.

Resources Processor Time 00 00:00:00,047


Elapsed Time 00 00:00:00,046
Memory Required 2428 bytes
Additional Memory Required 0 bytes
for Residual Plots
Variables Created or RES_2 Unstandardized Residual
Modified

[DataSet0]

Variables Entered/Removedb
Variables Variables
Model Entered Removed Method

1 SQRTX4, . Enter
SQRTX2,
SQRTX3,
SQRTX1

a. All requested variables entered.


b. Dependent Variable: SQRTY

Model Summaryb

Adjusted R Std. Error of the


Model R R Square Square Estimate

1 ,375a ,141 ,078 ,44042

a. Predictors: (Constant), SQRTX4, SQRTX2, SQRTX3, SQRTX1


b. Dependent Variable: SQRTY

ANOVAb

Model Sum of Squares df Mean Square F Sig.

1 Regression 1,749 4 ,437 2,254 ,075a

Residual 10,669 55 ,194

Total 12,417 59
a. Predictors: (Constant), SQRTX4, SQRTX2, SQRTX3, SQRTX1
b. Dependent Variable: SQRTY

Coefficientsa

Standardized
Unstandardized Coefficients Coefficients

Model B Std. Error Beta t Sig.

1 (Constant) 2,553 2,711 ,942 ,351

SQRTX1 -,072 ,279 -,039 -,259 ,796

SQRTX2 -,340 ,771 -,058 -,440 ,661

SQRTX3 -,031 ,316 -,013 -,097 ,923

SQRTX4 -1,033 ,448 -,344 -2,307 ,025

a. Dependent Variable: SQRTY

Residuals Statisticsa

Minimum Maximum Mean Std. Deviation N

Predicted Value ,0406 1,3364 1,0418 ,17217 60


Residual -,75908 1,39220 ,00000 ,42523 60
Std. Predicted Value -5,815 1,711 ,000 1,000 60
Std. Residual -1,724 3,161 ,000 ,966 60

a. Dependent Variable: SQRTY

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

NPar Tests
Notes

Output Created 11-Apr-2019 22:13:59


Comments
Input Active Dataset DataSet0
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data 66
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_2
/MISSING ANALYSIS.

Resources Processor Time 00 00:00:00,016

Elapsed Time 00 00:00:00,016

Number of Cases Alloweda 196608

a. Based on availability of workspace memory.

[DataSet0]

One-Sample Kolmogorov-Smirnov Test

Unstandardized
Residual

N 60
a,b
Normal Parameters Mean ,0000000
Std. Deviation ,42523326
Most Extreme Differences Absolute ,126
Positive ,126
Negative -,068
Kolmogorov-Smirnov Z ,976
Asymp. Sig. (2-tailed) ,296

a. Test distribution is Normal.


b. Calculated from data.

REGRESSION
/MISSING LISTWISE
/STATISTICS COEFF OUTS R ANOVA COLLIN TOL
/CRITERIA=PIN(.05) POUT(.10)
/NOORIGIN
/DEPENDENT SQRTY
/METHOD=ENTER SQRTX1 SQRTX2 SQRTX3 SQRTX4
/SAVE RESID.

Regression

Notes

Output Created 11-Apr-2019 22:16:47


Comments
Input Active Dataset DataSet0
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data 66
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 COLLIN TOL
/CRITERIA=PIN(.05) POUT(.10)
/NOORIGIN
/DEPENDENT SQRTY
/METHOD=ENTER SQRTX1 SQRTX2
SQRTX3 SQRTX4
/SAVE RESID.

Resources Processor Time 00 00:00:00,031


Elapsed Time 00 00:00:00,031
Memory Required 2444 bytes
Additional Memory Required 0 bytes
for Residual Plots
Variables Created or RES_3 Unstandardized Residual
Modified

[DataSet0]

Variables Entered/Removedb

Variables Variables
Model Entered Removed Method

1 SQRTX4, . Enter
SQRTX2,
SQRTX3,
SQRTX1

a. All requested variables entered.


b. Dependent Variable: SQRTY

Model Summaryb

Adjusted R Std. Error of the


Model R R Square Square Estimate
1 ,375a ,141 ,078 ,44042

a. Predictors: (Constant), SQRTX4, SQRTX2, SQRTX3, SQRTX1


b. Dependent Variable: SQRTY

ANOVAb

Model Sum of Squares df Mean Square F Sig.

1 Regression 1,749 4 ,437 2,254 ,075a

Residual 10,669 55 ,194

Total 12,417 59

a. Predictors: (Constant), SQRTX4, SQRTX2, SQRTX3, SQRTX1


b. Dependent Variable: SQRTY

Coefficientsa

Unstandardized Coefficients

Model B Std. Error

1 (Constant) 2,553 2,711

SQRTX1 -,072 ,279

SQRTX2 -,340 ,771

SQRTX3 -,031 ,316

SQRTX4 -1,033 ,448

Coefficientsa

Standardized
Coefficients Collinearity Statistics

Model Beta t Sig. Tolerance VIF

1 (Constant) ,942 ,351

SQRTX1 -,039 -,259 ,796 ,688 1,454

SQRTX2 -,058 -,440 ,661 ,885 1,130

SQRTX3 -,013 -,097 ,923 ,916 1,092

SQRTX4 -,344 -2,307 ,025 ,703 1,422


a. Dependent Variable: SQRTY

Collinearity Diagnosticsa

Model Dimension Eigenvalue Condition Index

1 1 4,492 1,000

2 ,247 4,265

3 ,190 4,865

4 ,071 7,955

5 ,000 144,088

Collinearity Diagnosticsa

Variance Proportions

Model Dimension (Constant) SQRTX1 SQRTX2 SQRTX3 SQRTX4

1 1 ,00 ,00 ,00 ,01 ,01

2 ,00 ,02 ,00 ,51 ,35

3 ,00 ,01 ,00 ,40 ,33

4 ,00 ,90 ,00 ,03 ,29

5 1,00 ,06 1,00 ,05 ,02

a. Dependent Variable: SQRTY

Residuals Statisticsa

Minimum Maximum Mean Std. Deviation N

Predicted Value ,0406 1,3364 1,0418 ,17217 60


Residual -,75908 1,39220 ,00000 ,42523 60
Std. Predicted Value -5,815 1,711 ,000 1,000 60
Std. Residual -1,724 3,161 ,000 ,966 60

a. Dependent Variable: SQRTY

REGRESSION
/MISSING LISTWISE
/STATISTICS COEFF OUTS R ANOVA
/CRITERIA=PIN(.05) POUT(.10)
/NOORIGIN
/DEPENDENT SQRTY
/METHOD=ENTER SQRTX1 SQRTX2 SQRTX3 SQRTX4
/RESIDUALS DURBIN
/SAVE RESID.

Regression

Notes
Output Created 11-Apr-2019 22:19:15
Comments
Input Active Dataset DataSet0
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data 66
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 SQRTY
/METHOD=ENTER SQRTX1 SQRTX2
SQRTX3 SQRTX4
/RESIDUALS DURBIN
/SAVE RESID.

Resources Processor Time 00 00:00:00,032


Elapsed Time 00 00:00:00,031
Memory Required 2468 bytes
Additional Memory Required 0 bytes
for Residual Plots
Variables Created or RES_4 Unstandardized Residual
Modified

[DataSet0]

Variables Entered/Removedb

Variables Variables
Model Entered Removed Method

1 SQRTX4, . Enter
SQRTX2,
SQRTX3,
SQRTX1

a. All requested variables entered.


b. Dependent Variable: SQRTY

Model Summaryb

Adjusted R Std. Error of the


Model R R Square Square Estimate Durbin-Watson

1 ,375a ,141 ,078 ,44042 1,212

a. Predictors: (Constant), SQRTX4, SQRTX2, SQRTX3, SQRTX1


b. Dependent Variable: SQRTY

ANOVAb

Model Sum of Squares df Mean Square F Sig.

1 Regression 1,749 4 ,437 2,254 ,075a

Residual 10,669 55 ,194

Total 12,417 59
a. Predictors: (Constant), SQRTX4, SQRTX2, SQRTX3, SQRTX1
b. Dependent Variable: SQRTY

Coefficientsa

Standardized
Unstandardized Coefficients Coefficients

Model B Std. Error Beta t Sig.

1 (Constant) 2,553 2,711 ,942 ,351

SQRTX1 -,072 ,279 -,039 -,259 ,796

SQRTX2 -,340 ,771 -,058 -,440 ,661

SQRTX3 -,031 ,316 -,013 -,097 ,923

SQRTX4 -1,033 ,448 -,344 -2,307 ,025

a. Dependent Variable: SQRTY

Residuals Statisticsa

Minimum Maximum Mean Std. Deviation N

Predicted Value ,0406 1,3364 1,0418 ,17217 60


Residual -,75908 1,39220 ,00000 ,42523 60
Std. Predicted Value -5,815 1,711 ,000 1,000 60
Std. Residual -1,724 3,161 ,000 ,966 60

a. Dependent Variable: SQRTY

REGRESSION
/MISSING LISTWISE
/STATISTICS COEFF OUTS R ANOVA
/CRITERIA=PIN(.05) POUT(.10)
/NOORIGIN
/DEPENDENT SQRTY
/METHOD=ENTER SQRTX1 SQRTX2 SQRTX3 SQRTX4
/RESIDUALS DURBIN
/SAVE RESID.
Regression

Notes

Output Created 11-Apr-2019 22:24:42


Comments
Input Active Dataset DataSet0
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data 66
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 SQRTY
/METHOD=ENTER SQRTX1 SQRTX2
SQRTX3 SQRTX4
/RESIDUALS DURBIN
/SAVE RESID.

Resources Processor Time 00 00:00:00,047


Elapsed Time 00 00:00:00,031
Memory Required 2484 bytes
Additional Memory Required 0 bytes
for Residual Plots
Variables Created or RES_5 Unstandardized Residual
Modified

[DataSet0]
Variables Entered/Removedb

Variables Variables
Model Entered Removed Method

1 SQRTX4, . Enter
SQRTX2,
SQRTX3,
SQRTX1

a. All requested variables entered.


b. Dependent Variable: SQRTY

Model Summaryb

Adjusted R Std. Error of the


Model R R Square Square Estimate Durbin-Watson

1 ,375a ,141 ,078 ,44042 1,212

a. Predictors: (Constant), SQRTX4, SQRTX2, SQRTX3, SQRTX1


b. Dependent Variable: SQRTY

ANOVAb

Model Sum of Squares df Mean Square F Sig.

1 Regression 1,749 4 ,437 2,254 ,075a

Residual 10,669 55 ,194

Total 12,417 59

a. Predictors: (Constant), SQRTX4, SQRTX2, SQRTX3, SQRTX1


b. Dependent Variable: SQRTY

Coefficientsa

Model Unstandardized Coefficients Standardized t Sig.


Coefficients
B Std. Error Beta

1 (Constant) 2,553 2,711 ,942 ,351

SQRTX1 -,072 ,279 -,039 -,259 ,796

SQRTX2 -,340 ,771 -,058 -,440 ,661

SQRTX3 -,031 ,316 -,013 -,097 ,923

SQRTX4 -1,033 ,448 -,344 -2,307 ,025

a. Dependent Variable: SQRTY

Residuals Statisticsa

Minimum Maximum Mean Std. Deviation N

Predicted Value ,0406 1,3364 1,0418 ,17217 60


Residual -,75908 1,39220 ,00000 ,42523 60
Std. Predicted Value -5,815 1,711 ,000 1,000 60
Std. Residual -1,724 3,161 ,000 ,966 60

a. Dependent Variable: SQRTY

COMPUTE ABS_RES=ABS(RES_5).
EXECUTE.
REGRESSION
/MISSING LISTWISE
/STATISTICS COEFF OUTS R ANOVA
/CRITERIA=PIN(.05) POUT(.10)
/NOORIGIN
/DEPENDENT ABS_RES
/METHOD=ENTER SQRTX1 SQRTX2 SQRTX3 SQRTX4
/RESIDUALS DURBIN
/SAVE RESID.

Regression

Notes

Output Created 11-Apr-2019 22:27:42


Comments
Input Active Dataset DataSet0
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data 66
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 ABS_RES
/METHOD=ENTER SQRTX1 SQRTX2
SQRTX3 SQRTX4
/RESIDUALS DURBIN
/SAVE RESID.

Resources Processor Time 00 00:00:00,063


Elapsed Time 00 00:00:00,031
Memory Required 2524 bytes
Additional Memory Required 0 bytes
for Residual Plots
Variables Created or RES_6 Unstandardized Residual
Modified

[DataSet0]

Variables Entered/Removedb

Variables Variables
Model Entered Removed Method
1 SQRTX4, . Enter
SQRTX2,
SQRTX3,
SQRTX1

a. All requested variables entered.


b. Dependent Variable: ABS_RES

Model Summaryb

Adjusted R Std. Error of the


Model R R Square Square Estimate Durbin-Watson
a
1 ,152 ,023 -,048 ,28866 1,454

a. Predictors: (Constant), SQRTX4, SQRTX2, SQRTX3, SQRTX1


b. Dependent Variable: ABS_RES

ANOVAb

Model Sum of Squares df Mean Square F Sig.

1 Regression ,109 4 ,027 ,327 ,859a

Residual 4,583 55 ,083

Total 4,692 59

a. Predictors: (Constant), SQRTX4, SQRTX2, SQRTX3, SQRTX1


b. Dependent Variable: ABS_RES

Coefficientsa

Standardized
Unstandardized Coefficients Coefficients

Model B Std. Error Beta t Sig.

1 (Constant) -1,577 1,777 -,888 ,379

SQRTX1 ,013 ,183 ,011 ,069 ,945

SQRTX2 ,536 ,505 ,150 1,062 ,293

SQRTX3 -,067 ,207 -,045 -,323 ,748


SQRTX4 -,054 ,293 -,029 -,183 ,855

a. Dependent Variable: ABS_RES

Residuals Statisticsa

Minimum Maximum Mean Std. Deviation N

Predicted Value ,2069 ,3840 ,3156 ,04297 60


Residual -,38273 1,06269 ,00000 ,27870 60
Std. Predicted Value -2,531 1,592 ,000 1,000 60
Std. Residual -1,326 3,681 ,000 ,966 60

a. Dependent Variable: ABS_RES

You might also like