Output
Output
FILE='D:\Untitled3.sav'.
DATASET NAME DataSet2 WINDOW=FRONT.
RECODE Interpretasi1 (Lowest thru 15=1) (18 thru Highest=3) (16 thru 17=2)
INTO Interpretasinew.
VARIABLE LABELS Interpretasinew 'Interpretasinew'.
EXECUTE.
RECODE Interpretasi1 (Lowest thru 15=3) (16 thru 17=2) (18 thru Highest=1)
INTO Interpretasinew.
VARIABLE LABELS Interpretasinew 'Interpretasinew'.
EXECUTE.
RECODE Interpretasi2 (5=2) (6 thru Highest=3) (Lowest thru 4=1) INTO
Interpretasi2new.
VARIABLE LABELS Interpretasi2new 'Interpretasi2new'.
EXECUTE.
CROSSTABS
/TABLES=JenisKelas BY Interpretasi1new
/FORMAT=AVALUE TABLES
/STATISTICS=CHISQ CC PHI RISK
/CELLS=COUNT EXPECTED ROW COLUMN TOTAL
/COUNT ROUND CELL.
Crosstabs
Notes
[DataSet2] D:\Untitled3.sav
Cases
Count 22 7 17
Total
Count 46
% of Total 50,0%
JenisKelas
Count 46
% of Total 50,0%
Count 92
% of Total 100,0%
Chi-Square Tests
a. 0 cells (,0%) have expected count less than 5. The minimum expected
count is 9,00.
Symmetric Measures
Risk Estimate
Value
a
Odds Ratio for JenisKelas (NonUnggulan /
Unggulan)
CROSSTABS
/TABLES=JenisKelas BY Interpretasi2new
/FORMAT=AVALUE TABLES
/STATISTICS=CHISQ CC PHI RISK
/CELLS=COUNT EXPECTED ROW COLUMN TOTAL
/COUNT ROUND CELL.
Crosstabs
Notes
[DataSet2] D:\Untitled3.sav
Cases
Count 14 18 14
Total
Count 46
% of Total 50,0%
JenisKelas
Count 46
% of Total 50,0%
Count 92
% of Total 100,0%
Chi-Square Tests
a. 0 cells (,0%) have expected count less than 5. The minimum expected
count is 7,50.
Symmetric Measures
Risk Estimate
Value
a
Odds Ratio for JenisKelas (NonUnggulan /
Unggulan)