Sie sind auf Seite 1von 9

REGRESSION

/MISSING LISTWISE
/STATISTICS COEFF OUTS R ANOVA
/CRITERIA=PIN(.05) POUT(.10)
/NOORIGIN
/DEPENDENT Sales
/METHOD=ENTER Promotion Outlet.

Regression
Notes
Output Created

05-Dec-2013 09:07:29

Comments
Input

Active Dataset

DataSet0

Filter

<none>

Weight

<none>

Split File

<none>

N of Rows in Working Data File


Missing Value Handling

Definition of Missing

15
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 Sales
/METHOD=ENTER Promotion Outlet.

Resources

Processor Time

00:00:00.078

Elapsed Time

00:00:00.062

Memory Required

1628 bytes

Additional Memory Required for


Residual Plots

[DataSet0]

Variables Entered/Removedb
Variables
Model

Variables Entered

Removed

Method

0 bytes

Outlet, Promotiona

. Enter

a. All requested variables entered.


b. Dependent Variable: Sales

Model Summary
Std. Error of the
Model

R Square
.976a

Adjusted R Square

.952

Estimate

.944

9.757

a. Predictors: (Constant), Outlet, Promotion

ANOVAb
Model
1

Sum of Squares
Regression
Residual
Total

df

Mean Square

22521.299

11260.649

1142.301

12

95.192

23663.600

14

Sig.

118.294

.000a

a. Predictors: (Constant), Outlet, Promotion


b. Dependent Variable: Sales

Coefficientsa
Standardized
Unstandardized Coefficients
Model
1

Std. Error

(Constant)

64.639

13.112

Promotion

2.342

.398

.535

.101

Outlet

Coefficients
Beta

Sig.
4.930

.000

.551

5.892

.000

.496

5.297

.000

a. Dependent Variable: Sales


R = 0,976 Artinya, bahwa korelasi / pengaruh promosi dan jumlah outlet terhadap Penjualan adalah sangat kuat dengan korelasinya 0,976
R Square = 0,952
Artinya, bahwa faktor Promosi dan Jumlah Outlet mempengaruhi Penjualan sebesar 95,2 %, 4,8 % ditentukan oleh faktor lainnya
Persamaan Regresi Linear Berganda Y = 64,639 + 2,342 Promotion + 0,535 Outlet

CORRELATIONS
/VARIABLES=Promotion Outlet
/PRINT=TWOTAIL NOSIG

/MISSING=PAIRWISE.

Correlations
Notes
Output Created

05-Dec-2013 09:38:57

Comments
Input

Active Dataset

DataSet0

Filter

<none>

Weight

<none>

Split File

<none>

N of Rows in Working Data File


Missing Value Handling

Definition of Missing

15
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=Promotion Outlet
/PRINT=TWOTAIL NOSIG
/MISSING=PAIRWISE.

Resources

Processor Time

00:00:00.047

Elapsed Time

00:00:00.031

[DataSet0]

Correlations
Promotion
Promotion

Pearson Correlation

Outlet
1

Sig. (2-tailed)

.002

N
Outlet

Pearson Correlation

.735**

15

15

.735**

Sig. (2-tailed)
N

.002
15

15

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


Koefisien Korelasi antara Promosi dan Jumlah Outlet adalah R12 = 0,735 menunjukkan bahwa ada hubungan yang sangat kuat antara Promosi dan Jumlah Outlet

CORRELATIONS
/VARIABLES=Promotion Sales
/PRINT=TWOTAIL NOSIG
/MISSING=PAIRWISE.

Correlations
Notes
Output Created

05-Dec-2013 09:46:50

Comments
Input

Active Dataset

DataSet0

Filter

<none>

Weight

<none>

Split File

<none>

N of Rows in Working Data File


Missing Value Handling

Definition of Missing

15
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=Promotion Sales
/PRINT=TWOTAIL NOSIG
/MISSING=PAIRWISE.

Resources

Processor Time

00:00:00.047

Elapsed Time

00:00:00.031

[DataSet0]

Correlations
Promotion
Promotion

Pearson Correlation

Sales
1

Sig. (2-tailed)

.000

N
Sales

Pearson Correlation

.916**

15

15

.916**

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

.000
15

15

Koefisien Korelasi antara Promosi dan Penjualan adalah R1Y = 0,916 menunjukkan bahwa ada hubungan yang sangat kuat antara Promosi dan Penjualan
CORRELATIONS
/VARIABLES=Outlet Sales
/PRINT=TWOTAIL NOSIG
/MISSING=PAIRWISE.

Correlations
Notes
Output Created

05-Dec-2013 09:51:25

Comments
Input

Active Dataset

DataSet0

Filter

<none>

Weight

<none>

Split File

<none>

N of Rows in Working Data File


Missing Value Handling

Definition of Missing

15
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=Outlet Sales
/PRINT=TWOTAIL NOSIG
/MISSING=PAIRWISE.

Resources

Processor Time

00:00:00.063

Elapsed Time

00:00:00.047

[DataSet0]

Correlations
Outlet
Outlet

Pearson Correlation

Sales
1

Sig. (2-tailed)
N
Sales

Pearson Correlation
Sig. (2-tailed)

.901**
.000

15

15

.901**

.000

15

15

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


Koefisien Korelasi antara Jumlah Outlet dan penjualan adalah R2Y = 0,901 menunjukkan bahwa ada hubungan yang sangat kuat antara Jumlah Outlet dan Penjualan
PARTIAL CORR
/VARIABLES=Promotion Outlet BY Sales
/SIGNIFICANCE=TWOTAIL
/MISSING=LISTWISE.

Partial Corr
Notes
Output Created

05-Dec-2013 09:55:57

Comments
Input

Active Dataset

DataSet0

Filter

<none>

Weight

<none>

Split File

<none>

N of Rows in Working Data File


Missing Value Handling

Definition of Missing

15
User defined missing values are treated as
missing.

Cases Used

Statistics are based on cases with no


missing data for any variable listed.

Syntax

PARTIAL CORR
/VARIABLES=Promotion Outlet BY Sales
/SIGNIFICANCE=TWOTAIL
/MISSING=LISTWISE.

Resources

Processor Time

00:00:00.047

Elapsed Time

00:00:00.031

[DataSet0]

Correlations
Control Variables
Sales

Promotion

Outlet

Promotion
Correlation

Outlet

1.000

-.517

Significance (2-tailed)

.058

df

12

-.517

1.000

Correlation

Significance (2-tailed)
df

.058

12

Hubungan antara Promosi dan Jumlah Outlet adalah Kuat dan tidak searah bila Penjualan tetap
PARTIAL CORR
/VARIABLES=Promotion Sales BY Outlet
/SIGNIFICANCE=TWOTAIL
/MISSING=LISTWISE.

Partial Corr
Notes
Output Created

05-Dec-2013 10:10:19

Comments
Input

Active Dataset

DataSet0

Filter

<none>

Weight

<none>

Split File

<none>

N of Rows in Working Data File


Missing Value Handling

Definition of Missing

15
User defined missing values are treated as
missing.

Cases Used

Statistics are based on cases with no


missing data for any variable listed.

Syntax

PARTIAL CORR
/VARIABLES=Promotion Sales BY Outlet
/SIGNIFICANCE=TWOTAIL
/MISSING=LISTWISE.

Resources

Processor Time

00:00:00.110

Elapsed Time

00:00:00.063

[DataSet0]

Correlations
Control Variables
Outlet

Promotion

Sales

Promotion
Correlation

Sales

1.000

.862

Significance (2-tailed)

.000

df

12

.862

1.000

Correlation

Significance (2-tailed)
df

.000

12

Pada waktu Jumlah Outlet Tetap maka hubungan antara Promosi dan Penjualan sangat kuat
PARTIAL CORR
/VARIABLES=Outlet Sales BY Promotion
/SIGNIFICANCE=TWOTAIL
/MISSING=LISTWISE.

Partial Corr
Notes
Output Created

05-Dec-2013 10:12:05

Comments
Input

Active Dataset

DataSet0

Filter

<none>

Weight

<none>

Split File

<none>

N of Rows in Working Data File


Missing Value Handling

Definition of Missing

15
User defined missing values are treated as
missing.

Cases Used

Statistics are based on cases with no


missing data for any variable listed.

Syntax

PARTIAL CORR
/VARIABLES=Outlet Sales BY Promotion
/SIGNIFICANCE=TWOTAIL
/MISSING=LISTWISE.

Resources

Processor Time

00:00:00.109

Elapsed Time

00:00:00.062

[DataSet0]

Correlations
Control Variables
Promotion

Outlet

Sales

Outlet
Correlation

Sales

1.000

.837

Significance (2-tailed)

.000

df

12

.837

1.000

Correlation

Significance (2-tailed)
df

.000

12

Bila Promosi tetap, hubungan antara Jumlah Outlet dan Penjualan adalah sangat Kuat
SAVE OUTFILE='E:\Documents\Accounting\UNAI\3rd Semester (Aug - Dec 2013)\Statistic '+
'1\Task\Project Individual Statistic 1.sav'
/COMPRESSED.

Das könnte Ihnen auch gefallen