Sie sind auf Seite 1von 22

4.

UJI HIPOTESIS
A. Chi-Square
Hasil Analisis :
CROSSTABS
/TABLES=jx BY jy
/FORMAT=AVALUE TABLES
/STATISTICS=CHISQ PHI
/CELLS=COUNT EXPECTED
/COUNT ROUND CELL.
CROSSTABS
/TABLES=kx BY ky
/FORMAT=AVALUE TABLES
/STATISTICS=CHISQ
/CELLS=COUNT
/COUNT ROUND CELL.

Crosstabs
Notes
Output Created

22-Jul-2015 06:04:10

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

10
User-defined missing values are treated as
missing.

Cases Used

Statistics for each table are based on all the cases


with valid data in the specified range(s) for all
variables in each table.

Syntax

CROSSTABS
/TABLES=kx BY ky
/FORMAT=AVALUE TABLES
/STATISTICS=CHISQ
/CELLS=COUNT
/COUNT ROUND CELL.

Resources

Processor Time

00:00:00.000

Elapsed Time

00:00:00.000

Dimensions Requested

Cells Available

174762

Case Processing Summary


Cases
Valid

Missing

Percent

kategori x * kategori y

10

100.0%

Count
kategori y
sedang

rendah

Percent
0

kategori x * kategori y Crosstabulation

Total

Total

.0%

Percent
10

100.0%

kategori x

Baik

Cukup

Kurang

10

Total

Chi-Square Tests
Asymp. Sig. (2Value

df

sided)

Pearson Chi-Square

3.750a

.153

Likelihood Ratio

4.463

.107

.027

.870

Linear-by-Linear Association
N of Valid Cases

10

a. 6 cells (100.0%) have expected count less than 5. The minimum expected count is .80.

B.

Uji Pearson
Hasil Analisis :

CORRELATIONS
/VARIABLES=jx jy
/PRINT=TWOTAIL NOSIG
/MISSING=PAIRWISE.

Correlations
Notes

Output Created

22-Jul-2015 06:14:38

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

10
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=jx jy
/PRINT=TWOTAIL NOSIG
/MISSING=PAIRWISE.

Resources

Processor Time

00:00:00.047

Elapsed Time

00:00:00.031

Correlations
jumlah skor x
jumlah skor x

Pearson Correlation

jumlah skor y
1

Sig. (2-tailed)
N
jumlah skor y

Pearson Correlation

-.218
.545

10

10

-.218

Sig. (2-tailed)

.545

10

10

C. Uji Spearmen
Hasil Analisis :
NONPAR CORR
/VARIABLES=jx jy
/PRINT=SPEARMAN TWOTAIL NOSIG
/MISSING=PAIRWISE.

Nonparametric Correlations
Notes
Output Created

22-Jul-2015 06:15:55

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

10
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

NONPAR CORR
/VARIABLES=jx jy
/PRINT=SPEARMAN TWOTAIL NOSIG
/MISSING=PAIRWISE.

Resources

Processor Time

00:00:00.015

Elapsed Time

00:00:00.014
174762 casesa

Number of Cases Allowed


a. Based on availability of workspace memory

Correlations
jumlah skor x
Spearman's rho

jumlah skor x

Correlation Coefficient
Sig. (2-tailed)
N

jumlah skor y

Correlation Coefficient
Sig. (2-tailed)
N

jumlah skor y

1.000

-.280

.432

10

10

-.280

1.000

.432

10

10

D. Regresi Linier Sederhana


Hasil Analisis :
REGRESSION
/MISSING LISTWISE
/STATISTICS COEFF OUTS R ANOVA
/CRITERIA=PIN(.05) POUT(.10)
/NOORIGIN
/DEPENDENT jy
/METHOD=ENTER jx.

Regression
Notes
Output Created

22-Jul-2015 06:44:17

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

10
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 jy
/METHOD=ENTER jx.

Resources

Processor Time

00:00:00.063

Elapsed Time

00:00:00.016

Memory Required

1348 bytes

Additional Memory Required for

0 bytes

Residual Plots

Variables Entered/Removedb
Model
1

Variables Entered

Variables Removed

Method

. Enter

jumlah skor xa

a. All requested variables entered.


b. Dependent Variable: jumlah skor y

Model Summary
Model
1

R Square
.218a

a. Predictors: (Constant), jumlah skor x

Adjusted R Square
.048

Std. Error of the Estimate


-.071

5.99993

ANOVAb
Model
1

Sum of Squares
Regression

df

Mean Square

14.407

14.407

Residual

287.993

35.999

Total

302.400

Sig.
.400

.545a

Sig.

a. Predictors: (Constant), jumlah skor x


b. Dependent Variable: jumlah skor y

Coefficientsa
Standardized
Unstandardized Coefficients
Model
1

B
(Constant)
jumlah skor x

a. Dependent Variable: jumlah skor y

Coefficients

Std. Error

Beta

40.322

8.009

-.129

.204

-.218

5.034

.001

-.633

.545

E. Uji Regresi Linier Ganda


Hasil Analisis :
REGRESSION
/MISSING LISTWISE
/STATISTICS COEFF OUTS R ANOVA COLLIN TOL
/CRITERIA=PIN(.05) POUT(.10)
/NOORIGIN
/DEPENDENT y
/METHOD=ENTER x1 x2
/SCATTERPLOT=(*ZRESID ,*ZPRED)
/RESIDUALS DURBIN NORM(ZRESID).

Regression
Notes
Output Created

28-Jul-2015 08:11:12

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

24
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 y
/METHOD=ENTER x1 x2
/SCATTERPLOT=(*ZRESID ,*ZPRED)
/RESIDUALS DURBIN NORM(ZRESID).

Resources

Processor Time

00:00:01.468

Elapsed Time

00:00:01.500

Memory Required

1636 bytes

Additional Memory Required for


Residual Plots

Variables Entered/Removedb
Variables
Model
1

Variables Entered
x2, x1a

Removed

Method
. Enter

a. All requested variables entered.


b. Dependent Variable: y

Model Summaryb

560 bytes

Std. Error of the


Model

R Square
.650a

Adjusted R Square

.422

Estimate

.367

Durbin-Watson

10.71185

2.270

a. Predictors: (Constant), x2, x1


b. Dependent Variable: y

ANOVAb
Model
1

Sum of Squares

df

Mean Square

Regression

1759.008

879.504

Residual

2409.617

21

114.744

Total

4168.625

23

Sig.
7.665

.003a

a. Predictors: (Constant), x2, x1


b. Dependent Variable: y

Coefficientsa
Standardized
Unstandardized Coefficients
Model
1

B
(Constant)

Std. Error
-1.574

27.458

x1

.865

.260

x2

.184

.222

a. Dependent Variable: y

Collinearity Diagnosticsa

Coefficients
Beta

Collinearity Statistics
t

Sig.

Tolerance

VIF

-.057

.955

.586

3.323

.003

.886

1.128

.146

.828

.417

.886

1.128

Variance Proportions

Dimensi
Model

on

Eigenvalue

Condition Index

(Constant)

x1

x2

2.989

1.000

.00

.00

.00

.007

21.071

.06

.32

.93

.004

27.131

.94

.68

.06

a. Dependent Variable: y

Residuals Statisticsa
Minimum
Predicted Value

Maximum

Mean

Std. Deviation

79.9138

116.7143

1.0087E2

8.74521

24

-2.18897E1

17.66282

.00000

10.23552

24

Std. Predicted Value

-2.397

1.811

.000

1.000

24

Std. Residual

-2.044

1.649

.000

.956

24

Residual

a. Dependent Variable: y

Charts

F. Uji T dependent
Hasil Analisis :
T-TEST PAIRS=pretes WITH postes (PAIRED)
/CRITERIA=CI(.9500)
/MISSING=ANALYSIS.

T-Test
Notes
Output Created

26-Jul-2015 13:20:00

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

17
User defined missing values are treated as
missing.

Cases Used

Statistics for each analysis are based on the


cases with no missing or out-of-range data
for any variable in the analysis.

Syntax

T-TEST PAIRS=pretes WITH postes


(PAIRED)
/CRITERIA=CI(.9500)
/MISSING=ANALYSIS.

Resources

Processor Time

00:00:00.109

Elapsed Time

00:00:00.063

Paired Samples Statistics


Mean
Pair 1

Std. Deviation

Std. Error Mean

data pretes

6.5882

17

1.69775

.41176

data postes

9.3529

17

1.72993

.41957

Paired Samples Correlations


N
Pair 1

data pretes &


data postes

Correlation
17

Sig.

.797

.000

Paired Samples Test


Paired Differences
95% Confidence Interval of the
Difference
Mean
Pair 1

data pretes - data postes

-2.76471

G. Wilcoxon
Hasil Analisis :
NPAR TEST
/WILCOXON=pretes WITH postes (PAIRED)

Std. Deviation
1.09141

Std. Error Mean


.26471

Lower
-3.32586

Upper
-2.20355

t
-10.444

df

Sig. (2-tailed)
16

.000

/MISSING ANALYSIS.

NPar Tests
Notes
Output Created

26-Jul-2015 13:32:13

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

17
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 TEST
/WILCOXON=pretes WITH postes
(PAIRED)
/MISSING ANALYSIS.

Resources

Processor Time

00:00:00.000

Elapsed Time

00:00:00.016

Number of Cases Alloweda


a. Based on availability of workspace memory.

112347

Wilcoxon Signed Ranks Test


Ranks
N
data postes - data pretes

0a

.00

.00

Positive Ranks

17b

9.00

153.00

Ties

0c

Total

17

b. data postes > data pretes


c. data postes = data pretes

Test Statisticsb
data postes - data
pretes

Asymp. Sig. (2-tailed)

-3.660a
.000

a. Based on negative ranks.


b. Wilcoxon Signed Ranks Test

H. Uji T independent
Hasil Analisis :

Sum of Ranks

Negative Ranks

a. data postes < data pretes

Mean Rank

T-TEST GROUPS=kelompok(1 2)
/MISSING=ANALYSIS
/VARIABLES=nilai
/CRITERIA=CI(.9500).

T-Test
Notes
Output Created

28-Jul-2015 08:28:52

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

40
User defined missing values are treated as
missing.

Cases Used

Statistics for each analysis are based on the


cases with no missing or out-of-range data
for any variable in the analysis.

Syntax

T-TEST GROUPS=kelompok(1 2)
/MISSING=ANALYSIS
/VARIABLES=nilai
/CRITERIA=CI(.9500).

Resources

Processor Time

00:00:00.000

Elapsed Time

00:00:00.000

Group Statistics
kelompok
Nilai

Mean

Std. Deviation

Std. Error Mean

kelompok IPA

20

57.0000

7.39132

1.65275

kelompok Non IPA

20

53.1500

8.38090

1.87403

Independent Samples Test


Levene's Test for Equality of Variances

t-test for Equality of Means

95% Confidence Inter


Difference

Std. Error
F
Nilai

Equal variances assumed

Sig.
.001

t
.979

Equal variances not assumed

Ranks
kelompok
Nilai

I.

Mean Rank

Sum of Ranks

kelompok IPA

20

22.45

449.00

kelompok Non IPA

20

18.55

371.00

Total

40

Uji Mann Whitney


Hasil Analisis :

NPAR TESTS
/M-W= nilai BY kelompok(1 2)
/MISSING ANALYSIS.

df

Sig. (2-tailed)

Mean Difference

Difference

Lower

1.541

38

.132

3.85000

2.49871

-1.20837

1.541

37.415

.132

3.85000

2.49871

-1.21097

NPar Tests
Notes
Output Created

28-Jul-2015 08:30:12

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

40
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
/M-W= nilai BY kelompok(1 2)
/MISSING ANALYSIS.

Resources

Processor Time

00:00:00.032

Elapsed Time

00:00:00.015

Number of Cases Alloweda


a. Based on availability of workspace memory.

Mann-Whitney Test
Test Statisticsb

112347

nilai
Mann-Whitney U

161.000

Wilcoxon W

371.000

Z
Asymp. Sig. (2-tailed)
Exact Sig. [2*(1-tailed Sig.)]
a. Not corrected for ties.
b. Grouping Variable: kelompok

-1.057
.291
.301a

Das könnte Ihnen auch gefallen