Sei sulla pagina 1di 10

FREQUENCIES VARIABLES=jeniskelamin

/NTILES=4
/STATISTICS=STDDEV

/ORDER=ANALYSIS.

Frequencies

Notes

Output Created 24-Sep-2019 20:04:26

Comments

Input Data C:\Users\AhmadAzzamy\Documents\ga


ji.sav

Active Dataset DataSet1

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=jeniskelamin
/NTILES=4
/STATISTICS=STDDEV
/ORDER=ANALYSIS.

Resources Processor Time 00:00:00.031

Elapsed Time 00:00:00.010

[DataSet1] C:\Users\AhmadAzzamy\Documents\gaji.sav

jeniskelamin

Cumulative
Frequency Percent Valid Percent Percent

Valid laki laki 20 50.0 50.0 50.0

perempuan 20 50.0 50.0 100.0


Total 40 100.0 100.0

Statistics

jeniskelamin

N Valid 40

Missing 0

Std. Deviation .506

Percentiles 25 1.00

50 1.50

75 2.00

FREQUENCIES VARIABLES=pendidikan
/NTILES=4
/STATISTICS=STDDEV MEAN MEDIAN

/ORDER=ANALYSIS.

Frequencies

Notes

Output Created 24-Sep-2019 20:05:10

Comments

Input Data C:\Users\AhmadAzzamy\Documents\ga


ji.sav

Active Dataset DataSet1

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=pendidikan
/NTILES=4
/STATISTICS=STDDEV MEAN
MEDIAN
/ORDER=ANALYSIS.

Resources Processor Time 00:00:00.031

Elapsed Time 00:00:00.016

[DataSet1] C:\Users\AhmadAzzamy\Documents\gaji.sav

Statistics

pendidikan

N Valid 40

Missing 0

Mean 3.08

Median 3.00

Std. Deviation 1.118

Percentiles 25 2.25

50 3.00

75 3.00

pendidikan

Cumulative
Frequency Percent Valid Percent Percent

Valid sd 3 7.5 7.5 7.5

smp 7 17.5 17.5 25.0

sma 21 52.5 52.5 77.5

diploma 2 5.0 5.0 82.5

sarjana 7 17.5 17.5 100.0

Total 40 100.0 100.0

FREQUENCIES VARIABLES=penghasilan
/NTILES=4
/STATISTICS=STDDEV MEAN MEDIAN
/ORDER=ANALYSIS.

Frequencies

Notes

Output Created 24-Sep-2019 20:05:44

Comments

Input Data C:\Users\AhmadAzzamy\Documents\ga


ji.sav

Active Dataset DataSet1

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=penghasilan
/NTILES=4
/STATISTICS=STDDEV MEAN
MEDIAN
/ORDER=ANALYSIS.

Resources Processor Time 00:00:00.000

Elapsed Time 00:00:00.010

[DataSet1] C:\Users\AhmadAzzamy\Documents\gaji.sav

Statistics

penghasilan

N Valid 40

Missing 0

Mean 1.75E6

Median 1.50E6

Std. Deviation 6.746E5


Percentiles 25 1.00E6

50 1.50E6

75 2.00E6

penghasilan

Cumulative
Frequency Percent Valid Percent Percent

Valid 1000000 11 27.5 27.5 27.5

1500000 10 25.0 25.0 52.5

1750000 4 10.0 10.0 62.5

2000000 6 15.0 15.0 77.5

2500000 5 12.5 12.5 90.0

3000000 3 7.5 7.5 97.5

3500000 1 2.5 2.5 100.0

Total 40 100.0 100.0

FREQUENCIES VARIABLES=pengetahuan
/NTILES=4
/STATISTICS=STDDEV MEAN MEDIAN

/ORDER=ANALYSIS.

Frequencies

Notes

Output Created 24-Sep-2019 20:08:39

Comments

Input Data C:\Users\AhmadAzzamy\Documents\ga


ji.sav

Active Dataset DataSet1

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=pengetahuan
/NTILES=4
/STATISTICS=STDDEV MEAN
MEDIAN
/ORDER=ANALYSIS.

Resources Processor Time 00:00:00.000

Elapsed Time 00:00:00.010

[DataSet1] C:\Users\AhmadAzzamy\Documents\gaji.sav

Statistics

pengetahuan

N Valid 40

Missing 0

Mean 75.12

Median 75.00

Std. Deviation 9.573

Percentiles 25 70.00

50 75.00

75 80.00

pengetahuan

Cumulative
Frequency Percent Valid Percent Percent

Valid 50 2 5.0 5.0 5.0

60 3 7.5 7.5 12.5

65 2 5.0 5.0 17.5

70 4 10.0 10.0 27.5

75 11 27.5 27.5 55.0

80 11 27.5 27.5 82.5

85 4 10.0 10.0 92.5


90 3 7.5 7.5 100.0

Total 40 100.0 100.0

RECODE penghasilan (Lowest thru 1740000=1) (1750000 thru Highest=2) INTO gaji.
VARIABLE LABELS gaji 'duit'.
EXECUTE.
RECODE pengetahuan (0 thru 65=1) (66 thru 75=2) INTO ip.
VARIABLE LABELS ip 'nilai'.
EXECUTE.
RECODE pengetahuan (0 thru 65=1) (66 thru 75=2) (76 thru 100=3) INTO ip.
VARIABLE LABELS ip 'nilai'.
EXECUTE.
FREQUENCIES VARIABLES=pengetahuan jeniskelamin pendidikan penghasilan gaji ip
/STATISTICS=STDDEV MINIMUM MAXIMUM MEAN MEDIAN

/ORDER=ANALYSIS.

Frequencies

Notes

Output Created 24-Sep-2019 20:48:30

Comments

Input Data C:\Users\AhmadAzzamy\Documents\ga


ji.sav

Active Dataset DataSet1

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=pengetahuan jeniskelamin
pendidikan penghasilan gaji ip
/STATISTICS=STDDEV MINIMUM
MAXIMUM MEAN MEDIAN
/ORDER=ANALYSIS.

Resources Processor Time 00:00:00.000

Elapsed Time 00:00:00.010


[DataSet1] C:\Users\AhmadAzzamy\Documents\gaji.sav

Statistics

pengetahuan jeniskelamin pendidikan penghasilan duit nilai

N Valid 40 40 40 40 40 40

Missing 0 0 0 0 0 0

Mean 75.12 1.50 3.08 1750000.00 1.48 2.28

Median 75.00 1.50 3.00 1500000.00 1.00 2.00

Std. Deviation 9.573 .506 1.118 674631.903 .506 .751

Minimum 50 1 1 1000000 1 1

Maximum 90 2 5 3500000 2 3

Frequency Table

pengetahuan

Cumulative
Frequency Percent Valid Percent Percent

Valid 50 2 5.0 5.0 5.0

60 3 7.5 7.5 12.5

65 2 5.0 5.0 17.5

70 4 10.0 10.0 27.5

75 11 27.5 27.5 55.0

80 11 27.5 27.5 82.5

85 4 10.0 10.0 92.5

90 3 7.5 7.5 100.0

Total 40 100.0 100.0

jeniskelamin

Cumulative
Frequency Percent Valid Percent Percent

Valid laki laki 20 50.0 50.0 50.0

perempuan 20 50.0 50.0 100.0

Total 40 100.0 100.0


pendidikan

Cumulative
Frequency Percent Valid Percent Percent

Valid sd 3 7.5 7.5 7.5

smp 7 17.5 17.5 25.0

sma 21 52.5 52.5 77.5

diploma 2 5.0 5.0 82.5

sarjana 7 17.5 17.5 100.0

Total 40 100.0 100.0

penghasilan

Cumulative
Frequency Percent Valid Percent Percent

Valid 1000000 11 27.5 27.5 27.5

1500000 10 25.0 25.0 52.5

1750000 4 10.0 10.0 62.5

2000000 6 15.0 15.0 77.5

2500000 5 12.5 12.5 90.0

3000000 3 7.5 7.5 97.5

3500000 1 2.5 2.5 100.0

Total 40 100.0 100.0

duit

Cumulative
Frequency Percent Valid Percent Percent

Valid rendah 21 52.5 52.5 52.5

tinggi 19 47.5 47.5 100.0

Total 40 100.0 100.0

nilai
Cumulative
Frequency Percent Valid Percent Percent

Valid kurang 7 17.5 17.5 17.5

cukup 15 37.5 37.5 55.0

baik 18 45.0 45.0 100.0

Total 40 100.0 100.0

Potrebbero piacerti anche