You are on page 1of 10

Your temporary usage period for IBM SPSS Statistics will expire in 5204

days.

COMPUTE teknik_total=T1 + T2 + T3 + T4 + T5.


EXECUTE.
COMPUTE APD_total=APD1 + APD2 + APD3 + APD4 + APD5 + APD6.
EXECUTE.
EXAMINE VARIABLES=teknik_total APD_total
/PLOT BOXPLOT STEMLEAF NPPLOT
/COMPARE GROUPS
/STATISTICS DESCRIPTIVES
/CINTERVAL 95
/MISSING LISTWISE
/NOTOTAL.

Explore

Notes
Output Created 01-OCT-2021 09:15:21
Comments
Input Active Dataset DataSet0
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data 40
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=teknik_total
APD_total
/PLOT BOXPLOT
STEMLEAF NPPLOT
/COMPARE GROUPS
/STATISTICS
DESCRIPTIVES
/CINTERVAL 95
/MISSING LISTWISE
/NOTOTAL.
Resources Processor Time 00:00:04,24
Elapsed Time 00:00:02,68

[DataSet0]

Case Processing Summary


Cases
Valid Missing Total
N Percent N Percent N Percent
teknik_total 40 100.0% 0 0.0% 40 100.0%
APD_total 40 100.0% 0 0.0% 40 100.0%

Descriptives
Statistic Std. Error
teknik_total Mean 9.58 .129
95% Confidence Interval for Lower Bound 9.32
Mean Upper Bound 9.83
5% Trimmed Mean 9.64
Median 10.00
Variance .661
Std. Deviation .813
Minimum 8
Maximum 10
Range 2
Interquartile Range 0
Skewness -1.460 .374
Kurtosis .202 .733
APD_total Mean 2.70 .180
95% Confidence Interval for Lower Bound 2.34
Mean Upper Bound 3.06
5% Trimmed Mean 2.67
Median 3.00
Variance 1.292
Std. Deviation 1.137
Minimum 1
Maximum 5
Range 4
Interquartile Range 1
Skewness -.029 .374
Kurtosis -.656 .733

Tests of Normality
Kolmogorov-Smirnova Shapiro-Wilk
Statistic df Sig. Statistic df Sig.
teknik_total .474 40 .000 .523 40 .000
APD_total .229 40 .000 .899 40 .002

a. Lilliefors Significance Correction

teknik_total

teknik_total Stem-and-Leaf Plot

Frequency Stem & Leaf

9,00 Extremes (=<9)


31,00 1 . 0000000000000000000000000000000

Stem width: 10
Each leaf: 1 case(s)
APD_total

APD_total Stem-and-Leaf Plot

Frequency Stem & Leaf

8,00 1 . 00000000
,00 1 .
7,00 2 . 0000000
,00 2 .
16,00 3 . 0000000000000000
,00 3 .
7,00 4 . 0000000
2,00 Extremes (>=5,0)

Stem width: 1
Each leaf: 1 case(s)
RECODE teknik_total (Lowest thru 9.99=1) (10 thru Highest=2) INTO
TP_Kategorik.
VARIABLE LABELS TP_Kategorik 'penyemprotan'.
EXECUTE.
RECODE APD_total (Lowest thru 2.99=1) (3 thru Highest=2) INTO
APD_Kategorik.
VARIABLE LABELS APD_Kategorik 'APD'.
EXECUTE.
FREQUENCIES VARIABLES=TP_Kategorik APD_Kategorik
/ORDER=ANALYSIS.

Frequencies

Notes
Output Created 01-OCT-2021 10:03:14
Comments
Input Active Dataset DataSet0
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data 40
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=TP_Kategorik
APD_Kategorik
/ORDER=ANALYSIS.
Resources Processor Time 00:00:00,02
Elapsed Time 00:00:00,01

Statistics
penyemprotan APD
N Valid 40 40
Missing 0 0

Frequency Table

penyemprotan
Cumulative
Frequency Percent Valid Percent Percent
Valid KURANG_BAIK 9 22.5 22.5 22.5
BAIK 31 77.5 77.5 100.0
Total 40 100.0 100.0

APD
Cumulative
Frequency Percent Valid Percent Percent
Valid kurang_baik 15 37.5 37.5 37.5
baik 25 62.5 62.5 100.0
Total 40 100.0 100.0
RECODE umur (Lowest thru 29=1) (30 thru Highest=2) INTO usia_kategorik.
VARIABLE LABELS usia_kategorik 'usia'.
EXECUTE.
RECODE umur (Lowest thru 49=1) (50 thru Highest=2) INTO usia_kategorik2.
VARIABLE LABELS usia_kategorik2 'usia'.
EXECUTE.
FREQUENCIES VARIABLES=usia_kategorik usia_kategorik2
/ORDER=ANALYSIS.

Frequencies

Notes
Output Created 01-OCT-2021 10:08:44
Comments
Input Active Dataset DataSet0
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working Data 40
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=usia_kategorik
usia_kategorik2
/ORDER=ANALYSIS.
Resources Processor Time 00:00:00,00
Elapsed Time 00:00:00,00

Statistics
Usia usia
N Valid 40 40
Missing 0 0
Frequency Table

usia
Cumulative
Frequency Percent Valid Percent Percent
Valid kurang_dari_29 4 10.0 10.0 10.0
lebih_dar_30i 36 90.0 90.0 100.0
Total 40 100.0 100.0

usia
Cumulative
Frequency Percent Valid Percent Percent
Valid kurang_dari_49 24 60.0 60.0 60.0
lebih_dari_50 16 40.0 40.0 100.0
Total 40 100.0 100.0

SAVE OUTFILE='C:\Users\ACER\Documents\SPSS\Praktek_SPSS.sav'
/COMPRESSED.
GET
FILE='C:\Users\ACER\Documents\SPSS\Praktek_SPSS.sav'.

Warning # 67. Command name: GET FILE


The document is already in use by another user or process. If you make
changes to the document they may overwrite changes made by others or your
changes may be overwritten by others.
File opened C:\Users\ACER\Documents\SPSS\Praktek_SPSS.sav
DATASET NAME DataSet1 WINDOW=FRONT.
GET
FILE='C:\Users\ACER\Documents\SPSS\Praktek_SPSS.sav'.

Warning # 67. Command name: GET FILE


The document is already in use by another user or process. If you make
changes to the document they may overwrite changes made by others or your
changes may be overwritten by others.
File opened C:\Users\ACER\Documents\SPSS\Praktek_SPSS.sav
DATASET NAME DataSet2 WINDOW=FRONT.

You might also like