SlideShare una empresa de Scribd logo
1 de 57
Two-day workshop on Frontier areas in
Symbolic Computing and Cloud Computing

A TRAINING PROGRAMME ON SOFTWARE
PACKAGES FOR STATISTICAL ANALYSIS (SPSS)
Day 1 – Session 2
By

B. Anand
Network Engineer
Bharathidasan University
What is SPSS?
•SPSS is an acronym of Statistical Package for
Social Sciences
•One of the most popular statistical packages
which can perform highly complex data
manipulation and analysis with simple
instructions
What is SPSS?
•SPSS is an acronym of Statistical Package for
Social Sciences
•One of the most popular statistical packages
which can perform highly complex data
manipulation and analysis with simple
instructions
Variable
Variable is the name of the field in the
dataset.

Data

Data is the value given to the field.

Measuring the Variables
Ordinal - region, zip code, or religious affiliation
Nominal - Levels of service satisfaction from highly dissatisfied
to highly satisfied
Scale -

age in years and income in thousands of dollars
The Four Windows:
• Data editor
• Output viewer
• Syntax editor
• Script window
The Four Windows: Data Editor
 Data Editor

Spreadsheet-like system for defining, entering, editing,
and displaying data.
Extension of the saved file will be “sav.”
The Four Windows: Output Viewer
 Output Viewer

Displays output and errors. Extension of the saved file will
be “spv.”
The Four Windows: Syntax editor
 Syntax Editor

Text editor for syntax composition. Extension of the
saved file will be “sps.”
The Four Windows: Script Window
 Script Window

Provides the opportunity to write full-blown programs,
in a BASIC-like language. Text editor for syntax
composition. Extension of the saved file will be “sbs.”
Opening SPSS
 The default window will have the data editor
 There are two sheets in the window:

1. Data view

2. Variable view
Data View window
 The Data View window

This sheet is visible when you first open the Data
Editor and this sheet contains the data
 Click on the tab labeled Variable View

Click
Variable View window
 This sheet contains information about the data set that is stored

with the dataset
 Name
 The first character of the variable name must be alphabetic
 Variable names must be unique, and have to be less than 64
characters.
 Spaces are NOT allowed.
Variable View window: Type
 Type
Click on the ‘type’ box. The two basic types of variables

that you will use are numeric and string. This column
enables you to specify the type of variable.
Variable View window: Width
 Width
Width allows you to determine the number of

characters SPSS will allow to be entered for the
variable
Variable View window: Decimals
Decimals
Number of decimals
It has to be less than or equal to 16

3.14159265
Variable View window: Label
Label
You can specify the details of the variable
You can write characters with spaces up to 256

characters
Variable View window: Values
Values
This is used and to suggest which numbers

represent which categories when the variable
represents a category
Defining the value labels
 Click the cell in the values column as shown below
 For the value, and the label, you can put up to 60

characters.
 After defining the values click add and then click
OK.

Click
Practice 1
 How would you put the following information into

SPSS?
Name
JAUNITA
SALLY
DONNA
SABRINA
JOHN
MARK
ERIC
BRUCE

Gender
2
2
2
2
1
1
1
1

Height
5.4
5.3
5.6
5.7
5.7
6
6.4
5.9

Value = 1 represents Male and Value = 2 represents Female
Practice 1 (Solution Sample)

Click
Click
Saving the data
 To save the data file you created simply click ‘file’

and click ‘save as.’ You can save the file in
different forms by clicking “Save as type.”

Click
Sorting the data
 Click ‘Data’ and then click Sort Cases
Sorting the data (cont’d)
 Double Click ‘Name of the students.’ Then click ok.

Click

Click
Practice 2
How would you sort the data by the ‘Height’ of

students in descending order?
Answer

Click data, sort cases, double click ‘height of

students,’ click ‘descending,’ and finally click ok.
Transforming data
 Click ‘Transform’ and then click ‘Compute

Variable…’
Transforming data (cont’d)
 Example: Adding a new variable named ‘lnheight’ which is

the natural log of height
 Type lnheight in the ‘Target Variable’ box. Then type in
‘ln(height)’ in the ‘Numeric Expression’ box. Click OK

Click
Transforming data (cont’d)
 A new variable ‘lnheight’ is added to the table
Practice 3
Create a new variable named “sqrtheight”

which is the square root of height.
Answer
The basic analysis
The basic analysis of SPSS that will be
introduced in this chapter
Frequencies
This analysis
produces frequency tables showing
frequency counts and percentages of the values of
individual variables.
Descriptives
This analysis shows the maximum, minimum, mean,
and standard deviation of the variables
Linear regression analysis
Linear Regression estimates the coefficients of the
linear equation
Opening the sample data
 Open ‘Employee data.sav’ from the SPSS
 Go to “File,” “Open,” and Click Data
Opening the sample data
 Go to Program Files,” “SPSSInc,” “SPSS17,” and

“Samples” folder.
 Open “Employee Data.sav” file
Frequencies
 Click ‘Analyze,’ ‘Descriptive statistics,’ then

click ‘Frequencies’
Frequencies
Click gender and put it into the variable box.
Click ‘Charts.’
Then click ‘Bar charts’ and click ‘Continue.’

Click

Click
Frequencies
Finally Click OK in the Frequencies box.

Click
Using the Syntax editor
Click ‘Analyze,’ ‘Descriptive statistics,’ then

click ‘Frequencies.’
Put ‘Gender’ in the Variable(s) box.
Then click ‘Charts,’ ‘Bar charts,’ and click
‘Continue.’
Click ‘Paste.’

Click
Using the Syntax editor
Highlight the commands in the Syntax

editor and then click the run icon.
You can do the same thing by right clicking
the highlighted area and then by clicking
‘Run Current’

Click

Right
Click!
Practice 4
Do a frequency analysis on the variable

“minority”
Create pie charts for it
Do the same analysis using the syntax editor
Answer

Click
Descriptives
Click ‘Analyze,’ ‘Descriptive statistics,’ then

click ‘Descriptives…’
Click ‘Educational level’ and ‘Beginning
Salary,’ and put it into the variable box.
Click Options

Click
Descriptives
 The options allows you to analyze other

descriptive statistics besides the mean and Std.
 Click ‘variance’ and ‘kurtosis’
 Finally click ‘Continue’

Click

Click
Descriptives
Finally Click OK in the Descriptives box. You

will be able to see the result of the analysis.
Regression Analysis
Click ‘Analyze,’ ‘Regression,’ then click ‘Linear’

from the main menu.
Regression Analysis
 For example let’s analyze the model

salbegin = β 0 + β1edu + ε

 Put ‘Beginning Salary’ as Dependent and ‘Educational Level’ as

Independent.

Click

Click
Regression Analysis
 Clicking OK gives the result
Plotting the regression line
Click ‘Graphs,’ ‘Legacy Dialogs,’ ‘Interactive,’

and ‘Scatterplot’ from the main menu.
Plotting the regression line
 Drag ‘Current Salary’ into the vertical axis box

and ‘Beginning Salary’ in the horizontal axis box.
 Click ‘Fit’ bar. Make sure the Method is
regression in the Fit box. Then click ‘OK’.

Click

Set this to
Regression!
Practice 5
Find out whether or not the previous experience

of workers has any affect on their beginning
salary?
Take the variable “salbegin,” and “prevexp” as dependent and

independent variables respectively.
Plot the regression line for the above analysis

using the “scatter plot” menu.
Answer

Click
Click on the “fit” tab to make
sure the method is regression
Software packages for statistical analysis - SPSS
Software packages for statistical analysis - SPSS

Más contenido relacionado

La actualidad más candente

Statistical Package for Social Science (SPSS)
Statistical Package for Social Science (SPSS)Statistical Package for Social Science (SPSS)
Statistical Package for Social Science (SPSS)sspink
 
Statistical analysis using spss
Statistical analysis using spssStatistical analysis using spss
Statistical analysis using spssjpcagphil
 
An introduction to spss
An introduction to spssAn introduction to spss
An introduction to spsszeeshanwrch
 
Lec. biostatistics introduction
Lec. biostatistics  introductionLec. biostatistics  introduction
Lec. biostatistics introductionRiaz101
 
SPSS How to use Spss software
SPSS How to use Spss softwareSPSS How to use Spss software
SPSS How to use Spss softwareDebashis Baidya
 
SPSS introduction Presentation
SPSS introduction Presentation SPSS introduction Presentation
SPSS introduction Presentation befikra
 
Data Analysis using SPSS: Part 1
Data Analysis using SPSS: Part 1Data Analysis using SPSS: Part 1
Data Analysis using SPSS: Part 1Taddesse Kassahun
 
multiple linear regression in spss (procedure and output)
multiple linear regression in spss (procedure and output)multiple linear regression in spss (procedure and output)
multiple linear regression in spss (procedure and output)Unexplord Solutions LLP
 
Descriptive statistics
Descriptive statisticsDescriptive statistics
Descriptive statisticsAnand Thokal
 
Descriptive statistics
Descriptive statisticsDescriptive statistics
Descriptive statisticsAttaullah Khan
 
Univariate & bivariate analysis
Univariate & bivariate analysisUnivariate & bivariate analysis
Univariate & bivariate analysissristi1992
 
"A basic guide to SPSS"
"A basic guide to SPSS""A basic guide to SPSS"
"A basic guide to SPSS"Bashir7576
 

La actualidad más candente (20)

Statistical Package for Social Science (SPSS)
Statistical Package for Social Science (SPSS)Statistical Package for Social Science (SPSS)
Statistical Package for Social Science (SPSS)
 
Spss an introduction
Spss  an introductionSpss  an introduction
Spss an introduction
 
Data analysis using spss
Data analysis using spssData analysis using spss
Data analysis using spss
 
Statistical analysis using spss
Statistical analysis using spssStatistical analysis using spss
Statistical analysis using spss
 
An introduction to spss
An introduction to spssAn introduction to spss
An introduction to spss
 
Spss
SpssSpss
Spss
 
Lec. biostatistics introduction
Lec. biostatistics  introductionLec. biostatistics  introduction
Lec. biostatistics introduction
 
SPSS How to use Spss software
SPSS How to use Spss softwareSPSS How to use Spss software
SPSS How to use Spss software
 
SPSS introduction Presentation
SPSS introduction Presentation SPSS introduction Presentation
SPSS introduction Presentation
 
Data Analysis using SPSS: Part 1
Data Analysis using SPSS: Part 1Data Analysis using SPSS: Part 1
Data Analysis using SPSS: Part 1
 
multiple linear regression in spss (procedure and output)
multiple linear regression in spss (procedure and output)multiple linear regression in spss (procedure and output)
multiple linear regression in spss (procedure and output)
 
Spss
SpssSpss
Spss
 
Descriptive statistics
Descriptive statisticsDescriptive statistics
Descriptive statistics
 
Descriptive statistics
Descriptive statisticsDescriptive statistics
Descriptive statistics
 
Univariate & bivariate analysis
Univariate & bivariate analysisUnivariate & bivariate analysis
Univariate & bivariate analysis
 
DATA Types
DATA TypesDATA Types
DATA Types
 
Descriptive Statistics - SPSS
Descriptive Statistics - SPSSDescriptive Statistics - SPSS
Descriptive Statistics - SPSS
 
"A basic guide to SPSS"
"A basic guide to SPSS""A basic guide to SPSS"
"A basic guide to SPSS"
 
Spss beginners
Spss beginnersSpss beginners
Spss beginners
 
Data and its Types
Data and its TypesData and its Types
Data and its Types
 

Similar a Software packages for statistical analysis - SPSS

Similar a Software packages for statistical analysis - SPSS (20)

Introduction To SPSS
Introduction To SPSSIntroduction To SPSS
Introduction To SPSS
 
spss intro.ppt
spss intro.pptspss intro.ppt
spss intro.ppt
 
Spss (1)
Spss (1)Spss (1)
Spss (1)
 
SPSS an intro...
SPSS an intro...SPSS an intro...
SPSS an intro...
 
SPS intro
SPS introSPS intro
SPS intro
 
data analysis techniques and statistical softwares
data analysis techniques and statistical softwaresdata analysis techniques and statistical softwares
data analysis techniques and statistical softwares
 
Spss intro for engineering
Spss intro for engineeringSpss intro for engineering
Spss intro for engineering
 
Pas wv18 spssv18-slides
Pas wv18 spssv18-slidesPas wv18 spssv18-slides
Pas wv18 spssv18-slides
 
Spss by vijay ambast
Spss by vijay ambastSpss by vijay ambast
Spss by vijay ambast
 
Spss notes
Spss notesSpss notes
Spss notes
 
introduction to spss
introduction to spssintroduction to spss
introduction to spss
 
Data Coding and Data Management using SPSS
Data Coding and Data Management using SPSSData Coding and Data Management using SPSS
Data Coding and Data Management using SPSS
 
Spps training presentation 1
Spps training presentation 1Spps training presentation 1
Spps training presentation 1
 
Research Method chapter 6.pptx
Research Method chapter 6.pptxResearch Method chapter 6.pptx
Research Method chapter 6.pptx
 
extra material for practicals in spss.pptx
extra material for practicals in spss.pptxextra material for practicals in spss.pptx
extra material for practicals in spss.pptx
 
Spss software
Spss softwareSpss software
Spss software
 
SPSS FINAL.pdf
SPSS FINAL.pdfSPSS FINAL.pdf
SPSS FINAL.pdf
 
SPSS: Quick Look
SPSS: Quick LookSPSS: Quick Look
SPSS: Quick Look
 
Minitab Seminar1.pptx
Minitab Seminar1.pptxMinitab Seminar1.pptx
Minitab Seminar1.pptx
 
Answer the questions below, following the Submission Requirements .docx
Answer the questions below, following the Submission Requirements .docxAnswer the questions below, following the Submission Requirements .docx
Answer the questions below, following the Submission Requirements .docx
 

Último

Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptxPoojaSen20
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersChitralekhaTherkar
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 

Último (20)

Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptx
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of Powders
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 

Software packages for statistical analysis - SPSS

  • 1. Two-day workshop on Frontier areas in Symbolic Computing and Cloud Computing A TRAINING PROGRAMME ON SOFTWARE PACKAGES FOR STATISTICAL ANALYSIS (SPSS) Day 1 – Session 2 By B. Anand Network Engineer Bharathidasan University
  • 2. What is SPSS? •SPSS is an acronym of Statistical Package for Social Sciences •One of the most popular statistical packages which can perform highly complex data manipulation and analysis with simple instructions
  • 3. What is SPSS? •SPSS is an acronym of Statistical Package for Social Sciences •One of the most popular statistical packages which can perform highly complex data manipulation and analysis with simple instructions
  • 4. Variable Variable is the name of the field in the dataset. Data Data is the value given to the field. Measuring the Variables Ordinal - region, zip code, or religious affiliation Nominal - Levels of service satisfaction from highly dissatisfied to highly satisfied Scale - age in years and income in thousands of dollars
  • 5. The Four Windows: • Data editor • Output viewer • Syntax editor • Script window
  • 6. The Four Windows: Data Editor  Data Editor Spreadsheet-like system for defining, entering, editing, and displaying data. Extension of the saved file will be “sav.”
  • 7. The Four Windows: Output Viewer  Output Viewer Displays output and errors. Extension of the saved file will be “spv.”
  • 8. The Four Windows: Syntax editor  Syntax Editor Text editor for syntax composition. Extension of the saved file will be “sps.”
  • 9. The Four Windows: Script Window  Script Window Provides the opportunity to write full-blown programs, in a BASIC-like language. Text editor for syntax composition. Extension of the saved file will be “sbs.”
  • 10. Opening SPSS  The default window will have the data editor  There are two sheets in the window: 1. Data view 2. Variable view
  • 11. Data View window  The Data View window This sheet is visible when you first open the Data Editor and this sheet contains the data  Click on the tab labeled Variable View Click
  • 12. Variable View window  This sheet contains information about the data set that is stored with the dataset  Name  The first character of the variable name must be alphabetic  Variable names must be unique, and have to be less than 64 characters.  Spaces are NOT allowed.
  • 13. Variable View window: Type  Type Click on the ‘type’ box. The two basic types of variables that you will use are numeric and string. This column enables you to specify the type of variable.
  • 14. Variable View window: Width  Width Width allows you to determine the number of characters SPSS will allow to be entered for the variable
  • 15. Variable View window: Decimals Decimals Number of decimals It has to be less than or equal to 16 3.14159265
  • 16. Variable View window: Label Label You can specify the details of the variable You can write characters with spaces up to 256 characters
  • 17. Variable View window: Values Values This is used and to suggest which numbers represent which categories when the variable represents a category
  • 18. Defining the value labels  Click the cell in the values column as shown below  For the value, and the label, you can put up to 60 characters.  After defining the values click add and then click OK. Click
  • 19. Practice 1  How would you put the following information into SPSS? Name JAUNITA SALLY DONNA SABRINA JOHN MARK ERIC BRUCE Gender 2 2 2 2 1 1 1 1 Height 5.4 5.3 5.6 5.7 5.7 6 6.4 5.9 Value = 1 represents Male and Value = 2 represents Female
  • 20. Practice 1 (Solution Sample) Click
  • 21. Click
  • 22. Saving the data  To save the data file you created simply click ‘file’ and click ‘save as.’ You can save the file in different forms by clicking “Save as type.” Click
  • 23. Sorting the data  Click ‘Data’ and then click Sort Cases
  • 24. Sorting the data (cont’d)  Double Click ‘Name of the students.’ Then click ok. Click Click
  • 25. Practice 2 How would you sort the data by the ‘Height’ of students in descending order? Answer Click data, sort cases, double click ‘height of students,’ click ‘descending,’ and finally click ok.
  • 26. Transforming data  Click ‘Transform’ and then click ‘Compute Variable…’
  • 27. Transforming data (cont’d)  Example: Adding a new variable named ‘lnheight’ which is the natural log of height  Type lnheight in the ‘Target Variable’ box. Then type in ‘ln(height)’ in the ‘Numeric Expression’ box. Click OK Click
  • 28. Transforming data (cont’d)  A new variable ‘lnheight’ is added to the table
  • 29. Practice 3 Create a new variable named “sqrtheight” which is the square root of height. Answer
  • 31. The basic analysis of SPSS that will be introduced in this chapter Frequencies This analysis produces frequency tables showing frequency counts and percentages of the values of individual variables. Descriptives This analysis shows the maximum, minimum, mean, and standard deviation of the variables Linear regression analysis Linear Regression estimates the coefficients of the linear equation
  • 32. Opening the sample data  Open ‘Employee data.sav’ from the SPSS  Go to “File,” “Open,” and Click Data
  • 33. Opening the sample data  Go to Program Files,” “SPSSInc,” “SPSS17,” and “Samples” folder.  Open “Employee Data.sav” file
  • 34. Frequencies  Click ‘Analyze,’ ‘Descriptive statistics,’ then click ‘Frequencies’
  • 35. Frequencies Click gender and put it into the variable box. Click ‘Charts.’ Then click ‘Bar charts’ and click ‘Continue.’ Click Click
  • 36. Frequencies Finally Click OK in the Frequencies box. Click
  • 37.
  • 38. Using the Syntax editor Click ‘Analyze,’ ‘Descriptive statistics,’ then click ‘Frequencies.’ Put ‘Gender’ in the Variable(s) box. Then click ‘Charts,’ ‘Bar charts,’ and click ‘Continue.’ Click ‘Paste.’ Click
  • 39. Using the Syntax editor Highlight the commands in the Syntax editor and then click the run icon. You can do the same thing by right clicking the highlighted area and then by clicking ‘Run Current’ Click Right Click!
  • 40. Practice 4 Do a frequency analysis on the variable “minority” Create pie charts for it Do the same analysis using the syntax editor
  • 41.
  • 43. Descriptives Click ‘Analyze,’ ‘Descriptive statistics,’ then click ‘Descriptives…’ Click ‘Educational level’ and ‘Beginning Salary,’ and put it into the variable box. Click Options Click
  • 44. Descriptives  The options allows you to analyze other descriptive statistics besides the mean and Std.  Click ‘variance’ and ‘kurtosis’  Finally click ‘Continue’ Click Click
  • 45. Descriptives Finally Click OK in the Descriptives box. You will be able to see the result of the analysis.
  • 46. Regression Analysis Click ‘Analyze,’ ‘Regression,’ then click ‘Linear’ from the main menu.
  • 47. Regression Analysis  For example let’s analyze the model salbegin = β 0 + β1edu + ε  Put ‘Beginning Salary’ as Dependent and ‘Educational Level’ as Independent. Click Click
  • 48. Regression Analysis  Clicking OK gives the result
  • 49. Plotting the regression line Click ‘Graphs,’ ‘Legacy Dialogs,’ ‘Interactive,’ and ‘Scatterplot’ from the main menu.
  • 50. Plotting the regression line  Drag ‘Current Salary’ into the vertical axis box and ‘Beginning Salary’ in the horizontal axis box.  Click ‘Fit’ bar. Make sure the Method is regression in the Fit box. Then click ‘OK’. Click Set this to Regression!
  • 51.
  • 52. Practice 5 Find out whether or not the previous experience of workers has any affect on their beginning salary? Take the variable “salbegin,” and “prevexp” as dependent and independent variables respectively. Plot the regression line for the above analysis using the “scatter plot” menu.
  • 54.
  • 55. Click on the “fit” tab to make sure the method is regression