You are on page 1of 15

RECODE didik (1 thru 3=0) (4 thru 5=1) INTO pendidikan_1.

EXECUTE.
RECODE siaga (Lowest thru 64.9=0) (65 thru Highest=1) INTO siaga_1.
EXECUTE.
RECODE pengetahuan (Lowest thru 59.9=0) (60 thru Highest=1) INTO pengetahuan_
1.
EXECUTE.
RECODE sikap (Lowest thru 59.9=0) (60 thru Highest=1) INTO sikap_1.
EXECUTE.
RECODE keb_dasar (Lowest thru 59.9=0) (60 thru Highest=1) INTO keb_dasar1.
EXECUTE.
RECODE KIE (Lowest thru 59.9=0) (60 thru Highest=1) INTO KIE_1.
EXECUTE.
FREQUENCIES VARIABLES=siaga_1 pengetahuan_1 pendidikan_1 sikap_1 pendapatan k
eb_dasar1 KIE_1
/ORDER=ANALYSIS.

Frequencies
Notes
Output Created 10-May-2018 11:30:48
Comments
Input Active Dataset DataSet0
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working 105
Data File
Missing Value Handling Definition of Missing User-defined missing values are
treated as missing.
Cases Used Statistics are based on all cases
with valid data.
Syntax FREQUENCIES
VARIABLES=siaga_1
pengetahuan_1 pendidikan_1
sikap_1 pendapatan keb_dasar1
KIE_1
/ORDER=ANALYSIS.
Resources Processor Time 0:00:00.016
Elapsed Time 0:00:00.017

[DataSet0]

Page 1
Statistics

pengetahuan
siaga_1 _1 pendidikan_1 sikap_1 pendapatan
N Valid 105 105 105 105 105
Missing 0 0 0 0 0

Statistics

keb_dasar1 KIE_1
N Valid 105 105
Missing 0 0

Frequency Table
siaga_1

Cumulative
Frequency Percent Valid Percent Percent
Valid kurang siap 79 75.2 75.2 75.2
siap 26 24.8 24.8 100.0
Total 105 100.0 100.0

pengetahuan_1

Cumulative
Frequency Percent Valid Percent Percent
Valid rendah 32 30.5 30.5 30.5
tinggi 73 69.5 69.5 100.0
Total 105 100.0 100.0

pendidikan_1

Cumulative
Frequency Percent Valid Percent Percent
Valid rendah 58 55.2 55.2 55.2
tinggi 47 44.8 44.8 100.0
Total 105 100.0 100.0

sikap_1

Cumulative
Frequency Percent Valid Percent Percent
Valid negatif 35 33.3 33.3 33.3
positif 70 66.7 66.7 100.0
Total 105 100.0 100.0

Page 2
pendapatan

Cumulative
Frequency Percent Valid Percent Percent
Valid rendah 59 56.2 56.2 56.2
tinggi 46 43.8 43.8 100.0
Total 105 100.0 100.0

keb_dasar1

Cumulative
Frequency Percent Valid Percent Percent
Valid kurang baik 60 57.1 57.1 57.1
baik 45 42.9 42.9 100.0
Total 105 100.0 100.0

KIE_1

Cumulative
Frequency Percent Valid Percent Percent
Valid kurang baik 76 72.4 72.4 72.4
baik 29 27.6 27.6 100.0
Total 105 100.0 100.0

CROSSTABS
/TABLES=pengetahuan_1 BY siaga_1
/FORMAT=AVALUE TABLES
/STATISTICS=CHISQ RISK
/CELLS=COUNT EXPECTED ROW COLUMN TOTAL
/COUNT ROUND CELL.

Crosstabs
Notes
Output Created 10-May-2018 11:33:09
Comments
Input Active Dataset DataSet0
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working 105
Data File
Missing Value Handling Definition of Missing 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.

Page 3
Notes
Syntax CROSSTABS
/TABLES=pengetahuan_1 BY
siaga_1
/FORMAT=AVALUE TABLES
/STATISTICS=CHISQ RISK
/CELLS=COUNT EXPECTED ROW
COLUMN TOTAL
/COUNT ROUND CELL.
Resources Processor Time 0:00:00.015
Elapsed Time 0:00:00.016
Dimensions Requested 2
Cells Available 174762

[DataSet0]

Case Processing Summary

Cases
Valid Missing Total
N Percent N Percent N Percent
pengetahuan_1 * 105 100.0% 0 .0% 105 100.0%
siaga_1

pengetahuan_1 * siaga_1 Crosstabulation

siaga_1
kurang siap siap Total
pengetahuan_1 rendah Count 24 8 32
Expected Count 24.1 7.9 32.0
% within pengetahuan_1 75.0% 25.0% 100.0%
% within siaga_1 30.4% 30.8% 30.5%
% of Total 22.9% 7.6% 30.5%
tinggi Count 55 18 73
Expected Count 54.9 18.1 73.0
% within pengetahuan_1 75.3% 24.7% 100.0%
% within siaga_1 69.6% 69.2% 69.5%
% of Total 52.4% 17.1% 69.5%
Total Count 79 26 105
Expected Count 79.0 26.0 105.0
% within pengetahuan_1 75.2% 24.8% 100.0%
% within siaga_1 100.0% 100.0% 100.0%
% of Total 75.2% 24.8% 100.0%

Page 4
Chi-Square Tests

Asymp. Sig. Exact Sig. (2- Exact Sig. (1-


Value df (2-sided) sided) sided)
a
Pearson Chi-Square .001 1 .970
b
Continuity Correction .000 1 1.000
Likelihood Ratio .001 1 .970
Fisher's Exact Test 1.000 .576
Linear-by-Linear .001 1 .970
Association
N of Valid Cases 105
a. 0 cells (.0%) have expected count less than 5. The minimum expected count is 7.92.
b. Computed only for a 2x2 table

Risk Estimate

95% Confidence Interval


Value Lower Upper
Odds Ratio for .982 .376 2.567
pengetahuan_1 (rendah /
tinggi)
For cohort siaga_1 = .995 .784 1.265
kurang siap
For cohort siaga_1 = siap 1.014 .493 2.087
N of Valid Cases 105

CROSSTABS
/TABLES=pendidikan_1 BY siaga_1
/FORMAT=AVALUE TABLES
/STATISTICS=CHISQ RISK
/CELLS=COUNT EXPECTED ROW COLUMN TOTAL
/COUNT ROUND CELL.

Crosstabs
Notes
Output Created 10-May-2018 11:33:43
Comments
Input Active Dataset DataSet0
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working 105
Data File

Page 5
Notes
Missing Value Handling Definition of Missing 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=pendidikan_1 BY
siaga_1
/FORMAT=AVALUE TABLES
/STATISTICS=CHISQ RISK
/CELLS=COUNT EXPECTED ROW
COLUMN TOTAL
/COUNT ROUND CELL.
Resources Processor Time 0:00:00.016
Elapsed Time 0:00:00.031
Dimensions Requested 2
Cells Available 174762

[DataSet0]

Case Processing Summary

Cases
Valid Missing Total
N Percent N Percent N Percent
pendidikan_1 * siaga_1 105 100.0% 0 .0% 105 100.0%

pendidikan_1 * siaga_1 Crosstabulation

siaga_1
kurang siap siap Total
pendidikan_1 rendah Count 53 5 58
Expected Count 43.6 14.4 58.0
% within pendidikan_1 91.4% 8.6% 100.0%
% within siaga_1 67.1% 19.2% 55.2%
% of Total 50.5% 4.8% 55.2%
tinggi Count 26 21 47
Expected Count 35.4 11.6 47.0
% within pendidikan_1 55.3% 44.7% 100.0%
% within siaga_1 32.9% 80.8% 44.8%
% of Total 24.8% 20.0% 44.8%
Total Count 79 26 105
Expected Count 79.0 26.0 105.0
% within pendidikan_1 75.2% 24.8% 100.0%
% within siaga_1 100.0% 100.0% 100.0%
% of Total 75.2% 24.8% 100.0%

Page 6
Chi-Square Tests

Asymp. Sig. Exact Sig. (2- Exact Sig. (1-


Value df (2-sided) sided) sided)
a
Pearson Chi-Square 18.120 1 .000
b
Continuity Correction 16.237 1 .000
Likelihood Ratio 18.849 1 .000
Fisher's Exact Test .000 .000
Linear-by-Linear 17.948 1 .000
Association
N of Valid Cases 105
a. 0 cells (.0%) have expected count less than 5. The minimum expected count is 11.64.
b. Computed only for a 2x2 table

Risk Estimate

95% Confidence Interval


Value Lower Upper
Odds Ratio for 8.562 2.901 25.270
pendidikan_1 (rendah /
tinggi)
For cohort siaga_1 = 1.652 1.262 2.161
kurang siap
For cohort siaga_1 = siap .193 .079 .473
N of Valid Cases 105

CROSSTABS
/TABLES=sikap_1 BY siaga_1
/FORMAT=AVALUE TABLES
/STATISTICS=CHISQ RISK
/CELLS=COUNT EXPECTED ROW COLUMN TOTAL
/COUNT ROUND CELL.

Crosstabs
Notes
Output Created 10-May-2018 11:34:14
Comments
Input Active Dataset DataSet0
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working 105
Data File

Page 7
Notes
Missing Value Handling Definition of Missing 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=sikap_1 BY siaga_1
/FORMAT=AVALUE TABLES
/STATISTICS=CHISQ RISK
/CELLS=COUNT EXPECTED ROW
COLUMN TOTAL
/COUNT ROUND CELL.
Resources Processor Time 0:00:00.016
Elapsed Time 0:00:00.015
Dimensions Requested 2
Cells Available 174762

[DataSet0]

Case Processing Summary

Cases
Valid Missing Total
N Percent N Percent N Percent
sikap_1 * siaga_1 105 100.0% 0 .0% 105 100.0%

sikap_1 * siaga_1 Crosstabulation

siaga_1
kurang siap siap Total
sikap_1 negatif Count 28 7 35
Expected Count 26.3 8.7 35.0
% within sikap_1 80.0% 20.0% 100.0%
% within siaga_1 35.4% 26.9% 33.3%
% of Total 26.7% 6.7% 33.3%
positif Count 51 19 70
Expected Count 52.7 17.3 70.0
% within sikap_1 72.9% 27.1% 100.0%
% within siaga_1 64.6% 73.1% 66.7%
% of Total 48.6% 18.1% 66.7%
Total Count 79 26 105
Expected Count 79.0 26.0 105.0
% within sikap_1 75.2% 24.8% 100.0%
% within siaga_1 100.0% 100.0% 100.0%
% of Total 75.2% 24.8% 100.0%

Page 8
Chi-Square Tests

Asymp. Sig. Exact Sig. (2- Exact Sig. (1-


Value df (2-sided) sided) sided)
a
Pearson Chi-Square .639 1 .424
b
Continuity Correction .313 1 .576
Likelihood Ratio .655 1 .418
Fisher's Exact Test .480 .292
Linear-by-Linear .633 1 .426
Association
N of Valid Cases 105
a. 0 cells (.0%) have expected count less than 5. The minimum expected count is 8.67.
b. Computed only for a 2x2 table

Risk Estimate

95% Confidence Interval


Value Lower Upper
Odds Ratio for sikap_1 1.490 .558 3.977
(negatif / positif)
For cohort siaga_1 = 1.098 .882 1.367
kurang siap
For cohort siaga_1 = siap .737 .343 1.585
N of Valid Cases 105

CROSSTABS
/TABLES=pendapatan BY siaga_1
/FORMAT=AVALUE TABLES
/STATISTICS=CHISQ RISK
/CELLS=COUNT EXPECTED ROW COLUMN TOTAL
/COUNT ROUND CELL.

Crosstabs
Notes
Output Created 10-May-2018 11:35:06
Comments
Input Active Dataset DataSet0
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working 105
Data File

Page 9
Notes
Missing Value Handling Definition of Missing 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=pendapatan BY siaga_1
/FORMAT=AVALUE TABLES
/STATISTICS=CHISQ RISK
/CELLS=COUNT EXPECTED ROW
COLUMN TOTAL
/COUNT ROUND CELL.
Resources Processor Time 0:00:00.015
Elapsed Time 0:00:00.031
Dimensions Requested 2
Cells Available 174762

[DataSet0]

Case Processing Summary

Cases
Valid Missing Total
N Percent N Percent N Percent
pendapatan * siaga_1 105 100.0% 0 .0% 105 100.0%

pendapatan * siaga_1 Crosstabulation

siaga_1
kurang siap siap Total
pendapatan rendah Count 55 4 59
Expected Count 44.4 14.6 59.0
% within pendapatan 93.2% 6.8% 100.0%
% within siaga_1 69.6% 15.4% 56.2%
% of Total 52.4% 3.8% 56.2%
tinggi Count 24 22 46
Expected Count 34.6 11.4 46.0
% within pendapatan 52.2% 47.8% 100.0%
% within siaga_1 30.4% 84.6% 43.8%
% of Total 22.9% 21.0% 43.8%
Total Count 79 26 105
Expected Count 79.0 26.0 105.0
% within pendapatan 75.2% 24.8% 100.0%
% within siaga_1 100.0% 100.0% 100.0%
% of Total 75.2% 24.8% 100.0%

Page 10
Chi-Square Tests

Asymp. Sig. Exact Sig. (2- Exact Sig. (1-


Value df (2-sided) sided) sided)
a
Pearson Chi-Square 23.375 1 .000
b
Continuity Correction 21.224 1 .000
Likelihood Ratio 24.603 1 .000
Fisher's Exact Test .000 .000
Linear-by-Linear 23.152 1 .000
Association
N of Valid Cases 105
a. 0 cells (.0%) have expected count less than 5. The minimum expected count is 11.39.
b. Computed only for a 2x2 table

Risk Estimate

95% Confidence Interval


Value Lower Upper
Odds Ratio for 12.604 3.919 40.541
pendapatan (rendah /
tinggi)
For cohort siaga_1 = 1.787 1.343 2.376
kurang siap
For cohort siaga_1 = siap .142 .053 .383
N of Valid Cases 105

CROSSTABS
/TABLES=keb_dasar1 BY siaga_1
/FORMAT=AVALUE TABLES
/STATISTICS=CHISQ RISK
/CELLS=COUNT EXPECTED ROW COLUMN TOTAL
/COUNT ROUND CELL.

Crosstabs
Notes
Output Created 10-May-2018 11:35:37
Comments
Input Active Dataset DataSet0
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working 105
Data File

Page 11
Notes
Missing Value Handling Definition of Missing 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=keb_dasar1 BY siaga_1
/FORMAT=AVALUE TABLES
/STATISTICS=CHISQ RISK
/CELLS=COUNT EXPECTED ROW
COLUMN TOTAL
/COUNT ROUND CELL.
Resources Processor Time 0:00:00.015
Elapsed Time 0:00:00.016
Dimensions Requested 2
Cells Available 174762

[DataSet0]

Case Processing Summary

Cases
Valid Missing Total
N Percent N Percent N Percent
keb_dasar1 * siaga_1 105 100.0% 0 .0% 105 100.0%

keb_dasar1 * siaga_1 Crosstabulation

siaga_1
kurang siap siap Total
keb_dasar1 kurang baik Count 56 4 60
Expected Count 45.1 14.9 60.0
% within keb_dasar1 93.3% 6.7% 100.0%
% within siaga_1 70.9% 15.4% 57.1%
% of Total 53.3% 3.8% 57.1%
baik Count 23 22 45
Expected Count 33.9 11.1 45.0
% within keb_dasar1 51.1% 48.9% 100.0%
% within siaga_1 29.1% 84.6% 42.9%
% of Total 21.9% 21.0% 42.9%
Total Count 79 26 105
Expected Count 79.0 26.0 105.0
% within keb_dasar1 75.2% 24.8% 100.0%
% within siaga_1 100.0% 100.0% 100.0%
% of Total 75.2% 24.8% 100.0%

Page 12
Chi-Square Tests

Asymp. Sig. Exact Sig. (2- Exact Sig. (1-


Value df (2-sided) sided) sided)
a
Pearson Chi-Square 24.606 1 .000
b
Continuity Correction 22.392 1 .000
Likelihood Ratio 25.785 1 .000
Fisher's Exact Test .000 .000
Linear-by-Linear 24.371 1 .000
Association
N of Valid Cases 105
a. 0 cells (.0%) have expected count less than 5. The minimum expected count is 11.14.
b. Computed only for a 2x2 table

Risk Estimate

95% Confidence Interval


Value Lower Upper
Odds Ratio for 13.391 4.153 43.178
keb_dasar1 (kurang baik
/ baik)
For cohort siaga_1 = 1.826 1.361 2.449
kurang siap
For cohort siaga_1 = siap .136 .051 .368
N of Valid Cases 105

CROSSTABS
/TABLES=KIE_1 BY siaga_1
/FORMAT=AVALUE TABLES
/STATISTICS=CHISQ RISK
/CELLS=COUNT EXPECTED ROW COLUMN TOTAL
/COUNT ROUND CELL.

Crosstabs
Notes
Output Created 10-May-2018 11:36:08
Comments
Input Active Dataset DataSet0
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working 105
Data File

Page 13
Notes
Missing Value Handling Definition of Missing 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=KIE_1 BY siaga_1
/FORMAT=AVALUE TABLES
/STATISTICS=CHISQ RISK
/CELLS=COUNT EXPECTED ROW
COLUMN TOTAL
/COUNT ROUND CELL.
Resources Processor Time 0:00:00.016
Elapsed Time 0:00:00.016
Dimensions Requested 2
Cells Available 174762

[DataSet0]

Case Processing Summary

Cases
Valid Missing Total
N Percent N Percent N Percent
KIE_1 * siaga_1 105 100.0% 0 .0% 105 100.0%

KIE_1 * siaga_1 Crosstabulation

siaga_1
kurang siap siap Total
KIE_1 kurang baik Count 66 10 76
Expected Count 57.2 18.8 76.0
% within KIE_1 86.8% 13.2% 100.0%
% within siaga_1 83.5% 38.5% 72.4%
% of Total 62.9% 9.5% 72.4%
baik Count 13 16 29
Expected Count 21.8 7.2 29.0
% within KIE_1 44.8% 55.2% 100.0%
% within siaga_1 16.5% 61.5% 27.6%
% of Total 12.4% 15.2% 27.6%
Total Count 79 26 105
Expected Count 79.0 26.0 105.0
% within KIE_1 75.2% 24.8% 100.0%
% within siaga_1 100.0% 100.0% 100.0%
% of Total 75.2% 24.8% 100.0%

Page 14
Chi-Square Tests

Asymp. Sig. Exact Sig. (2- Exact Sig. (1-


Value df (2-sided) sided) sided)
a
Pearson Chi-Square 19.888 1 .000
b
Continuity Correction 17.697 1 .000
Likelihood Ratio 18.461 1 .000
Fisher's Exact Test .000 .000
Linear-by-Linear 19.699 1 .000
Association
N of Valid Cases 105
a. 0 cells (.0%) have expected count less than 5. The minimum expected count is 7.18.
b. Computed only for a 2x2 table

Risk Estimate

95% Confidence Interval


Value Lower Upper
Odds Ratio for KIE_1 8.123 3.022 21.837
(kurang baik / baik)
For cohort siaga_1 = 1.937 1.282 2.928
kurang siap
For cohort siaga_1 = siap .238 .123 .463
N of Valid Cases 105

Page 15

You might also like