OUTPUT

Download as rtf, pdf, or txt
Download as rtf, pdf, or txt
You are on page 1of 11

EXAMINE VARIABLES=Prestasi

/PLOT BOXPLOT STEMLEAF HISTOGRAM NPPLOT


/COMPARE GROUPS
/STATISTICS DESCRIPTIVES
/CINTERVAL 95
/MISSING LISTWISE
/NOTOTAL.

Explore

Notes
Output Created 12-SEP-2021 18:51:58
Comments
Input Data C:\Users\user\Downloads\
Data latihan statistika.sav
Active Dataset DataSet1
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data 78
File
Missing Value Handling Definition of Missing User-defined missing values
for dependent variables are
treated as missing.
Cases Used Statistics are based on cases
with no missing values for
any dependent variable or
factor used.
Syntax EXAMINE
VARIABLES=Prestasi
/PLOT BOXPLOT
STEMLEAF HISTOGRAM
NPPLOT
/COMPARE GROUPS
/STATISTICS
DESCRIPTIVES
/CINTERVAL 95
/MISSING LISTWISE
/NOTOTAL.
Resources Processor Time 00:00:00,70
Elapsed Time 00:00:00,42

Case Processing Summary


Cases
Valid Missing Total
N Percent N Percent N Percent
Prestasi 78 100.0% 0 0.0% 78 100.0%

Descriptives
Statistic Std. Error
Prestasi Mean 79.7692 .39684
95% Confidence Interval for Lower Bound 78.9790
Mean Upper Bound 80.5594
5% Trimmed Mean 79.8547
Median 80.0000
Variance 12.284
Std. Deviation 3.50481
Minimum 72.00
Maximum 86.00
Range 14.00
Interquartile Range 5.00
Skewness -.319 .272
Kurtosis -.581 .538
Tests of Normality
Kolmogorov-Smirnova Shapiro-Wilk
Statistic df Sig. Statistic df Sig.
Prestasi .090 78 .182 .972 78 .082

a. Lilliefors Significance Correction

Prestasi

Prestasi Stem-and-Leaf Plot

Frequency Stem & Leaf

,00 7 .
4,00 7 . 2233
7,00 7 . 4445555
9,00 7 . 666677777
14,00 7 . 88888899999999
17,00 8 . 00000000011111111
15,00 8 . 222222222333333
10,00 8 . 4444455555
2,00 8 . 66

Stem width: 10,00


Each leaf: 1 case(s)
STRING KKM (A8).
RECODE Prestasi (75 thru Highest='lulus') (Lowest thru 75='remidi') INTO KKM.
VARIABLE LABELS KKM 'kelulusan'.
EXECUTE.
ONEWAY Prestasi BY suku
/MISSING ANALYSIS
/POSTHOC=TUKEY ALPHA(0.05).

Oneway

Notes
Output Created 12-SEP-2021 19:07:52
Comments
Input Data C:\Users\user\Downloads\
Data latihan statistika.sav
Active Dataset DataSet1
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data 78
File
Missing Value Handling Definition of Missing User-defined missing values
are treated as missing.
Cases Used Statistics for each analysis
are based on cases with no
missing data for any variable
in the analysis.
Syntax ONEWAY Prestasi BY suku
/MISSING ANALYSIS
/POSTHOC=TUKEY
ALPHA(0.05).
Resources Processor Time 00:00:00,00
Elapsed Time 00:00:00,02

ANOVA
Prestasi
Sum of Squares df Mean Square F Sig.
Between Groups 791.573 2 395.787 192.412 .000
Within Groups 154.273 75 2.057
Total 945.846 77

Post Hoc Tests

Multiple Comparisons
Dependent Variable: Prestasi
Tukey HSD
Mean Difference 95% Confidence Interval
(I) suku (J) suku (I-J) Std. Error Sig. Lower Bound Upper Bound
asmat minang -4.28308* .40174 .000 -5.2437 -3.3225
bali -7.80444*
.39807 .000 -8.7563 -6.8526
minang asmat 4.28308 *
.40174 .000 3.3225 5.2437
bali -3.52137*
.39408 .000 -4.4637 -2.5791
bali asmat 7.80444* .39807 .000 6.8526 8.7563
minang 3.52137 *
.39408 .000 2.5791 4.4637

*. The mean difference is significant at the 0.05 level.

Homogeneous Subsets

Prestasi
Tukey HSD a,b

Subset for alpha = 0.05


suku N 1 2 3
asmat 25 75.6400
minang 26 79.9231
bali 27 83.4444
Sig. 1.000 1.000 1.000

Means for groups in homogeneous subsets are displayed.


a. Uses Harmonic Mean Sample Size = 25.974.
b. The group sizes are unequal. The harmonic mean of the
group sizes is used. Type I error levels are not guaranteed.

CROSSTABS
/TABLES=suku BY KKM
/FORMAT=AVALUE TABLES
/STATISTICS=CHISQ
/CELLS=COUNT ROW
/COUNT ROUND CELL.

Crosstabs

Notes
Output Created 12-SEP-2021 19:13:23
Comments
Input Data C:\Users\user\Downloads\
Data latihan statistika.sav
Active Dataset DataSet1
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data 78
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.
Syntax CROSSTABS
/TABLES=suku BY KKM
/FORMAT=AVALUE
TABLES
/STATISTICS=CHISQ
/CELLS=COUNT ROW
/COUNT ROUND CELL.
Resources Processor Time 00:00:00,00
Elapsed Time 00:00:00,00
Dimensions Requested 2
Cells Available 524245

Case Processing Summary


Cases
Valid Missing Total
N Percent N Percent N Percent
suku * kelulusan 78 100.0% 0 0.0% 78 100.0%

suku * kelulusan Crosstabulation


kelulusan
lulus remidi Total
suku asmat Count 18 7 25
% within suku 72.0% 28.0% 100.0%
minang Count 26 0 26
% within suku 100.0% 0.0% 100.0%
bali Count 27 0 27
% within suku 100.0% 0.0% 100.0%
Total Count 71 7 78
% within suku 91.0% 9.0% 100.0%

Chi-Square Tests
Asymptotic
Significance (2-
Value df sided)
Pearson Chi-Square 16.303a 2 .000
Likelihood Ratio 17.456 2 .000
N of Valid Cases 78

a. 3 cells (50.0%) have expected count less than 5. The minimum


expected count is 2.24.

T-TEST
/TESTVAL=0
/MISSING=ANALYSIS
/VARIABLES=IQ
/CRITERIA=CI(.95).

T-Test

Notes
Output Created 12-SEP-2021 19:57:27
Comments
Input Data C:\Users\user\Downloads\
Data latihan statistika.sav
Active Dataset DataSet1
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data 78
File
Missing Value Handling Definition of Missing 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
/TESTVAL=0
/MISSING=ANALYSIS
/VARIABLES=IQ
/CRITERIA=CI(.95).
Resources Processor Time 00:00:00,02
Elapsed Time 00:00:00,02

One-Sample Statistics
N Mean Std. Deviation Std. Error Mean
IQ 78 107.2821 7.36770 .83423

One-Sample Test
Test Value = 0
95% Confidence Interval of the
Difference
t df Sig. (2-tailed) Mean Difference Lower Upper
IQ 128.600 77 .000 107.28205 105.6209 108.9432

You might also like