0% found this document useful (0 votes)
14 views30 pages

SPSS - Session 1.ppsx

Uploaded by

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

SPSS - Session 1.ppsx

Uploaded by

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

SPSS

SESSION 1

Mandem University Slide No. 1 of 29


SESSION OBJECTIVES
• Introduction to SPSS
• SPSS Functionality
• Starting SPSS
• SPSS Windows
• Data Editor Window
• SPSS File Formats
• Creating SPSS Files
• Getting Help

Mandem University SPSS-session 1 Slide No. 2 of 29


INTRODUCTION TO SPSS
• SPSS is the acronym of Statistical Package for the
Social Sciences.

• SPSS is available from several platforms, i.e. Windows,


Macintosh, and UNIX systems.

• The version you will be using operates in the Microsoft


Windows environment.

• SPSS offers comprehensive and flexible statistical


analysis and data management.

Mandem University SPSS-session 1 Slide No. 3 of 29


INTRODUCTION TO SPSS
• SPSS performs a range of functions ranging from data
entry, analysis and creating graphs.
• Statistics is the study of the collection, organization,
analysis, and interpretation of data.

Mandem University SPSS-session 1 Slide No. 4 of 29


SPSS FUNCTIONALITY
• Provides a wide variety of procedures for data
analysis.
• Allows for entry, editing and manipulation of data.
• Data analysis features include exploratory data
analysis, basic statistics, regression analysis,
analysis of variance, multivariate analysis, and
nonparametric statistics.
• You will only use a small portion of these capabilities
in this course.

Mandem University SPSS-session 1 Slide No. 5 of 29


SPSS FUNCTIONALITY
• Breadth of functionality: Good
• Program's Help System: Excellent
• Document Availability: Excellent
• State of the Art: Excellent
• User Friendliness: Good

Mandem University SPSS-session 1 Slide No. 6 of 29


STARTING SPSS
• Locate the Start button
on the Task bar and
click on it.

• Click on the IBM SPSS


Statistics 20 icon on the
start menu.
• This launches the
following window

Mandem University SPSS-session 1 Slide No. 7 of 29


STARTING SPSS

Mandem University SPSS-session 1 Slide No. 8 of 29


STARTING SPSS
• Run the tutorial option gives you a tour of SPSS
most basic features
• Type in data option allows for the entry of data into
SPSS
• Open options open data files
• Use the Open an existing data source option to
open a data file

Mandem University SPSS-session 1 Slide No. 9 of 29


STARTING SPSS
• Open Car_Sales.Sav file from the files folder
➢ C:\ProgramFiles(x86)\IBM\SPSS\Statistics\20\
Samples\English

Mandem University SPSS-session 1 Slide No. 10 of 29


SPSS INTERFACE DESIGN
• Data Editor – Data view

Mandem University SPSS-session 1 Slide No. 11 of 29


SPSS WINDOWS
SPSS has four main windows namely;
a) Data Editor
This is the spreadsheet-like default SPSS window
Data editor has two views:
Data View —This is where data are stored.
Each column represents a variable and a row
represents a case or an observation
Variable View —Where variable names and other
properties can be defined

Mandem University SPSS-session 1 Slide No. 12 of 29


SPSS WINDOWS
• Data Editor – Variable view

Mandem University SPSS-session 1 Slide No. 13 of 29


SPSS WINDOWS
b) SPSS Viewer
All tables, graphics, warnings and information are
displayed in the SPSS Viewer

Mandem University SPSS-session 1 Slide No. 14 of 29


SPSS WINDOWS
c) Syntax editor
The syntax editor is used to run commands and
options not available in SPSS menus.
It is also used as an alternative for the pull-down
menus
d) Chart editor
This window is displayed on request and it is used to
edit charts and plots.
Each window in SPSS has its own menu bar with
menu options appropriate for that window type.

Mandem University SPSS-session 1 Slide No. 15 of 29


DATA EDITOR WINDOW
Data Editor
Menu

Data Editor
Toolbar

Variable
Names

Row and
Variable name
of Active cell

Cell editor
(contents of
active cell)

Active cell

Data View/Variable
View Tabs Status bar
Case/Record

Mandem University SPSS-session 1 Slide No. 16 of 29


SPSS FILE FORMATS
SPSS works with different data file types
a) SPSS Save files (.sav) – Format for SPSS data
files. They are normally read on the same type of
operating system they were created on.
b) SPSS Output files (.spv) - The tables of the Output
Viewer are saved with a file type of .spv, which can
only be opened with SPSS software.
c) Syntax files (.sps) - They are saved as plain text
and almost any text editor can open them, but with
a file extension of .sps.

Mandem University SPSS-session 1 Slide No. 17 of 29


SPSS FILE FORMATS
d) SPSS Portable files (.por) are special format files
SPSS creates. However, they can be transported
to other computers and operating systems.
e) Raw Data files or text files (.dat or .txt) consist of
strings of text without any formatting. They can be
read by virtually any statistical software and are
fairly compact for storage.

Mandem University SPSS-session 1 Slide No. 18 of 29


CREATING DATA FILES
• You can manually enter data directly into SPSS
Statistics by using the Data Editor.
• Example:
Collect information from each student on name,
birthday, height, gender and record it somewhere
• To record the data, we need to create a new file.
• Click
File > New > Data
• Switch to the variable view

Mandem University SPSS-session 1 Slide No. 19 of 29


CREATING DATA FILES
Start by defining the variable attributes of the collected
data in the variable view
Variable Type Width Decimals Values Columns Align
Name

Name String 8 0 - 8 Left

Birthday Date(mm/dd/ 8 0 - 10 Right


yy)
Height Numeric 8 2 - 8 Right

Gender Numeric 1 0 1:Male 8 Right


2:Femal
e

Mandem University SPSS-session 1 Slide No. 20 of 29


CREATING DATA FILES

Mandem University SPSS-session 1 Slide No. 21 of 29


CREATING DATA FILES
• To define value labels for gender, click on values
button

• This launches the value labels dialogue box. Assign


values to the different gender states.

Mandem University SPSS-session 1 Slide No. 22 of 29


CREATING DATA FILES

Mandem University SPSS-session 1 Slide No. 23 of 29


CREATING DATA FILES
• Switch to Data View tab

• Type in the particulars collected from students.


Consider the just defined data attributes

Mandem University SPSS-session 1 Slide No. 24 of 29


CREATING DATA FILES

• Click the Label icon on the tool bar


to switch the display for Gender from
numeric codes to labels.

Mandem University SPSS-session 1 Slide No. 25 of 29


CREATING DATA FILES

Mandem University SPSS-session 1 Slide No. 26 of 29


CREATING DATA FILES
• To save the new data
file:
1. Click File > Save
2. In the Save Data As
dialogue box
displayed, define class
folder and name the
file Class_details.
• Note the default file
format under Save
as type (*.sav)
3. Click on save button.

Mandem University SPSS-session 1 Slide No. 27 of 29


GETTING HELP
• SPSS provides an online help system, which can be
used as a guideline anytime one is analysing data in
SPSS.
• To access it , click on the Help menu, then Topics to
display the following window.

Mandem University SPSS-session 1 Slide No. 28 of 29


SESSION SUMMARY
• Introduction to SPSS
• SPSS Functionality
• Starting SPSS
• SPSS Windows
• Data Editor Window
• SPSS File Formats
• Creating SPSS Files
• Getting Help

Mandem University SPSS-session 1 Slide No. 29 of 29


NEXT SESSION
• Introduction to data analysis
• Data analysis stages
• Data levels and measurements
• Types of Data
• SPSS Variable Types
• Terms to note

Mandem University SPSS-session 1 Slide No. 30 of 29

You might also like