0% found this document useful (0 votes)
11 views

Spss 10

This document discusses generating a frequency distribution table using SPSS. It analyzes gender and academic performance data from 20 students, reporting the frequencies and percentages for each category.

Uploaded by

btwits MeA
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views

Spss 10

This document discusses generating a frequency distribution table using SPSS. It analyzes gender and academic performance data from 20 students, reporting the frequencies and percentages for each category.

Uploaded by

btwits MeA
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 3

TUGAS APLIKASI KOMPUTER PERTEMUAN 10

Tabel Distribusi Frekuensi dengan SPSS

Nama : Putri Novita Aprilia


Nim : 202110200937
Prodi : Pendidikan Ekonomi IVB

Warning # 849 in column 23. Text: in_ID


The LOCALE subcommand of the SET command has an invalid parameter. It
could
not be mapped to a valid backend locale.
GET DATA /TYPE=XLSX
/FILE='C:\Users\ASUS\Desktop\Distribusi Frekuensi.xlsx'
/SHEET=name 'Sheet1'
/CELLRANGE=full
/READNAMES=on
/ASSUMEDSTRWIDTH=32767.
EXECUTE.
DATASET NAME DataSet1 WINDOW=FRONT.
FREQUENCIES VARIABLES=JenisKelamin HasilBelajar
/ORDER=ANALYSIS.

Frequencies

Notes
Output Created 13-JUN-2023 09:49:58
Comments
Input Active Dataset DataSet1
Filter <none>
Weight <none>
Split File <none>
N of Rows in Working
20
Data File
Missing Value Definition of Missing User-defined missing values are
Handling treated as missing.
Cases Used Statistics are based on all cases
with valid data.
Syntax FREQUENCIES
VARIABLES=JenisKelamin
HasilBelajar
/ORDER=ANALYSIS.
Resources Processor Time 00:00:00,00
Elapsed Time 00:00:00,00
[DataSet1]

Statistics
Jenis Hasil
Kelamin Belajar
N Valid 20 20
Missing 0 0

Frequency Table

Jenis Kelamin
Valid Cumulative
Frequency Percent Percent Percent
Valid Laki-laki 13 65,0 65,0 65,0
Perempuan 7 35,0 35,0 100,0
Total 20 100,0 100,0

Hasil Belajar
Valid Cumulative
Frequency Percent Percent Percent
Valid 63,0 1 5,0 5,0 5,0
75,0 2 10,0 10,0 15,0
76,0 1 5,0 5,0 20,0
77,0 4 20,0 20,0 40,0
78,0 2 10,0 10,0 50,0
79,0 1 5,0 5,0 55,0
80,0 1 5,0 5,0 60,0
83,0 1 5,0 5,0 65,0
85,0 1 5,0 5,0 70,0
86,0 1 5,0 5,0 75,0
89,0 1 5,0 5,0 80,0
90,0 2 10,0 10,0 90,0
93,0 1 5,0 5,0 95,0
95,0 1 5,0 5,0 100,0
Total 20 100,0 100,0

You might also like