SlideShare a Scribd company logo
1 of 60
Download to read offline
USES OF SPSS PACKAGE
FOR DATA ANALYSIS
P R E S E N T E D B Y
M ANO J PAT EL
A S S T. P R O F E S S O R
JHUNJHUNWALA BUSINESS SCHOOL
OBJECT OF THE COURSE
About the four-windows in SPSS
The basics of managing data files
The basic analysis in SPSS
INTRODUCTION: WHAT IS
SPSS?
Originally it is an acronym of Statistical
Package for the Social Science but now
it stands for Statistical Product and
Service Solutions
One of the most popular statistical
packages which can perform highly
complex data manipulation and
analysis with simple instructions
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.”
THE BASICS OF MANAGING DATA
FILES
OPENING SPSS
Start → All Programs → SPSS Inc→ SPSS 16.0 →
SPSS 16.0
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?
Value = 1 represents Male and Value = 2 represents Female
Name Gender Height
JAUNITA 2 5.4
SALLY 2 5.3
DONNA 2 5.6
SABRINA 2 5.7
JOHN 1 5.7
MARK 1 6
ERIC 1 6.4
BRUCE 1 5.9
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 in 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 CLASS
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,” “SPSS16,” 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
Put „Beginning Salary‟ as Dependent and „Educational Level‟ as
Independent.
  edusalbegin 10
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
CONCLUSION
SPSS for windows is a computer package that will perform a wide variety of statistical
procedures.
Data management and analysis can be handled well with SPSS.
Using SPSS we can manipulate data, make graphs and perform statistical techniques
varying from means to regression.
.
http://en.allexperts.com/q/Management-Consulting-2802
http://www.icmrindia.org
Harvard Business Review - April 2009
www.coolavenue.com
www2.advisorworks.com. February 28, 2000.
Baylogic. "Net History and Statistics." www.baylogic.com. February 28,
2000.
Berners-Lee, Tim. (1996) "Passing up Fortune-Building 'To Do the
Revolution Right'." Investor's Business Daily 13(43)(June 7):1-2.
Reidelbach, Dorothy. (1996 Planning for Higher Education24 (Spring):1-
6.
Ricart, Glenn. (2000). "Unofficial Technology Marvel of the
Millennium." Educause ReviewJanuary/February: 38-59.
REFERENCES
THANK YOU

More Related Content

What's hot

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
 
An Introduction to SPSS
An Introduction to SPSSAn Introduction to SPSS
An Introduction to SPSSRajesh Gunesh
 
Quantitative analysis using SPSS
Quantitative analysis using SPSSQuantitative analysis using SPSS
Quantitative analysis using SPSSAlaa Sadik
 
Presentation on spss
Presentation on spssPresentation on spss
Presentation on spssalfiyajamalcj
 
Spss presentation
Spss presentationSpss presentation
Spss presentationKabir Khan
 
Introduction To SPSS
Introduction To SPSSIntroduction To SPSS
Introduction To SPSSPhi Jack
 
Data Analysis with SPSS PPT.pdf
Data Analysis with SPSS PPT.pdfData Analysis with SPSS PPT.pdf
Data Analysis with SPSS PPT.pdfThanavathi C
 
Introduction to Healthcare Analytics
Introduction to Healthcare Analytics Introduction to Healthcare Analytics
Introduction to Healthcare Analytics Experfy
 
Research assumptions, delimitations and limitations
Research assumptions, delimitations  and limitationsResearch assumptions, delimitations  and limitations
Research assumptions, delimitations and limitationsEMERENSIA X
 
Statistical software packages
Statistical software packagesStatistical software packages
Statistical software packagesKm Ashif
 
Basic guide to SPSS
Basic guide to SPSSBasic guide to SPSS
Basic guide to SPSSpaul_gorman
 
"A basic guide to SPSS"
"A basic guide to SPSS""A basic guide to SPSS"
"A basic guide to SPSS"Bashir7576
 

What's hot (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)
 
An Introduction to SPSS
An Introduction to SPSSAn Introduction to SPSS
An Introduction to SPSS
 
(Manual spss)
(Manual spss)(Manual spss)
(Manual spss)
 
Data management through spss
Data management through spssData management through spss
Data management through spss
 
Quantitative analysis using SPSS
Quantitative analysis using SPSSQuantitative analysis using SPSS
Quantitative analysis using SPSS
 
Presentation on spss
Presentation on spssPresentation on spss
Presentation on spss
 
Spss presentation
Spss presentationSpss presentation
Spss presentation
 
Introduction to spss
Introduction to spssIntroduction to spss
Introduction to spss
 
Introduction To SPSS
Introduction To SPSSIntroduction To SPSS
Introduction To SPSS
 
Introduction To SPSS
Introduction To SPSSIntroduction To SPSS
Introduction To SPSS
 
Data Analysis with SPSS PPT.pdf
Data Analysis with SPSS PPT.pdfData Analysis with SPSS PPT.pdf
Data Analysis with SPSS PPT.pdf
 
Introduction to Healthcare Analytics
Introduction to Healthcare Analytics Introduction to Healthcare Analytics
Introduction to Healthcare Analytics
 
Spss beginners
Spss beginnersSpss beginners
Spss beginners
 
Descriptive Statistics - SPSS
Descriptive Statistics - SPSSDescriptive Statistics - SPSS
Descriptive Statistics - SPSS
 
Spss an introduction
Spss  an introductionSpss  an introduction
Spss an introduction
 
Research assumptions, delimitations and limitations
Research assumptions, delimitations  and limitationsResearch assumptions, delimitations  and limitations
Research assumptions, delimitations and limitations
 
Statistical software packages
Statistical software packagesStatistical software packages
Statistical software packages
 
Basic guide to SPSS
Basic guide to SPSSBasic guide to SPSS
Basic guide to SPSS
 
Introduction to spss
Introduction to spssIntroduction to spss
Introduction to spss
 
"A basic guide to SPSS"
"A basic guide to SPSS""A basic guide to SPSS"
"A basic guide to SPSS"
 

Viewers also liked

Spss lecture notes
Spss lecture notesSpss lecture notes
Spss lecture notesDavid mbwiga
 
Evaluation Spss
Evaluation SpssEvaluation Spss
Evaluation Spssjackng
 
Frequency Tables & Univariate Charts
Frequency Tables & Univariate ChartsFrequency Tables & Univariate Charts
Frequency Tables & Univariate ChartsStephanie Dodson
 
introduction to spss
introduction to spssintroduction to spss
introduction to spssOmid Minooee
 
Introduction To Spss - Opening Data File and Descriptive Analysis
Introduction To Spss - Opening Data File and Descriptive AnalysisIntroduction To Spss - Opening Data File and Descriptive Analysis
Introduction To Spss - Opening Data File and Descriptive AnalysisDr Ali Yusob Md Zain
 
Introduction to SPSS 22 - step by steps
Introduction to SPSS 22 - step by stepsIntroduction to SPSS 22 - step by steps
Introduction to SPSS 22 - step by stepsWan Amir N Wan Ahmad
 
SPSS statistics - how to use SPSS
SPSS statistics - how to use SPSSSPSS statistics - how to use SPSS
SPSS statistics - how to use SPSScsula its training
 
Motivation letter gem1
Motivation letter gem1Motivation letter gem1
Motivation letter gem1Pola Ce
 
Research Methodology (MBA II SEM) - Introduction to SPSS
Research Methodology (MBA II SEM) - Introduction to SPSSResearch Methodology (MBA II SEM) - Introduction to SPSS
Research Methodology (MBA II SEM) - Introduction to SPSSGB Technical University
 
Sample job motivation letter
Sample job motivation letterSample job motivation letter
Sample job motivation letterJudith Indu
 
Introduction to Mediation using SPSS
Introduction to Mediation using SPSSIntroduction to Mediation using SPSS
Introduction to Mediation using SPSSsmackinnon
 

Viewers also liked (15)

Spss lecture notes
Spss lecture notesSpss lecture notes
Spss lecture notes
 
8. chapter viii
8. chapter viii8. chapter viii
8. chapter viii
 
Evaluation Spss
Evaluation SpssEvaluation Spss
Evaluation Spss
 
Frequency Tables & Univariate Charts
Frequency Tables & Univariate ChartsFrequency Tables & Univariate Charts
Frequency Tables & Univariate Charts
 
introduction to spss
introduction to spssintroduction to spss
introduction to spss
 
Uses of SPSS and Excel to analyze data
Uses of SPSS and Excel   to analyze dataUses of SPSS and Excel   to analyze data
Uses of SPSS and Excel to analyze data
 
Introduction To Spss - Opening Data File and Descriptive Analysis
Introduction To Spss - Opening Data File and Descriptive AnalysisIntroduction To Spss - Opening Data File and Descriptive Analysis
Introduction To Spss - Opening Data File and Descriptive Analysis
 
Introduction to SPSS 22 - step by steps
Introduction to SPSS 22 - step by stepsIntroduction to SPSS 22 - step by steps
Introduction to SPSS 22 - step by steps
 
SPSS statistics - how to use SPSS
SPSS statistics - how to use SPSSSPSS statistics - how to use SPSS
SPSS statistics - how to use SPSS
 
Motivation letter
Motivation letterMotivation letter
Motivation letter
 
Motivation letter gem1
Motivation letter gem1Motivation letter gem1
Motivation letter gem1
 
Research Methodology (MBA II SEM) - Introduction to SPSS
Research Methodology (MBA II SEM) - Introduction to SPSSResearch Methodology (MBA II SEM) - Introduction to SPSS
Research Methodology (MBA II SEM) - Introduction to SPSS
 
Sample job motivation letter
Sample job motivation letterSample job motivation letter
Sample job motivation letter
 
Introduction to Mediation using SPSS
Introduction to Mediation using SPSSIntroduction to Mediation using SPSS
Introduction to Mediation using SPSS
 
Data analysis using spss
Data analysis using spssData analysis using spss
Data analysis using spss
 

Similar to SPS intro

Software packages for statistical analysis - SPSS
Software packages for statistical analysis - SPSSSoftware packages for statistical analysis - SPSS
Software packages for statistical analysis - SPSSANAND BALAJI
 
Spss intro for engineering
Spss intro for engineeringSpss intro for engineering
Spss intro for engineeringMahendra Poudel
 
An introduction to spss
An introduction to spssAn introduction to spss
An introduction to spssShahbaz Alam
 
Pas wv18 spssv18-slides
Pas wv18 spssv18-slidesPas wv18 spssv18-slides
Pas wv18 spssv18-slidesbik erbrom
 
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 SPSSMelba Shaya Sweety
 
data analysis techniques and statistical softwares
data analysis techniques and statistical softwaresdata analysis techniques and statistical softwares
data analysis techniques and statistical softwaresDr.ammara khakwani
 
SPSS PRESENTATION.PPT.pptx
SPSS PRESENTATION.PPT.pptxSPSS PRESENTATION.PPT.pptx
SPSS PRESENTATION.PPT.pptxBMmugal
 
Data analysis using spss
Data analysis using spssData analysis using spss
Data analysis using spssSyed Faisal
 
SPSS :Introduction for beginners
SPSS :Introduction for beginners SPSS :Introduction for beginners
SPSS :Introduction for beginners PRAKASAM C P
 
Introduction to spss 1
Introduction to spss 1Introduction to spss 1
Introduction to spss 1Michael Taiwo
 
Spss by vijay ambast
Spss by vijay ambastSpss by vijay ambast
Spss by vijay ambastVijay Ambast
 
111249-140817070204-phpapp02.pdf
111249-140817070204-phpapp02.pdf111249-140817070204-phpapp02.pdf
111249-140817070204-phpapp02.pdfBMmugal
 
Spps training presentation 1
Spps training presentation 1Spps training presentation 1
Spps training presentation 1Hassen Mohammed
 

Similar to SPS intro (20)

spss intro.ppt
spss intro.pptspss intro.ppt
spss intro.ppt
 
Software packages for statistical analysis - SPSS
Software packages for statistical analysis - SPSSSoftware packages for statistical analysis - SPSS
Software packages for statistical analysis - SPSS
 
Spss intro for engineering
Spss intro for engineeringSpss intro for engineering
Spss intro for engineering
 
Spss (1)
Spss (1)Spss (1)
Spss (1)
 
An introduction to spss
An introduction to spssAn introduction to spss
An introduction to spss
 
Pas wv18 spssv18-slides
Pas wv18 spssv18-slidesPas wv18 spssv18-slides
Pas wv18 spssv18-slides
 
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
 
data analysis techniques and statistical softwares
data analysis techniques and statistical softwaresdata analysis techniques and statistical softwares
data analysis techniques and statistical softwares
 
SPSS PRESENTATION.PPT.pptx
SPSS PRESENTATION.PPT.pptxSPSS PRESENTATION.PPT.pptx
SPSS PRESENTATION.PPT.pptx
 
Data analysis using spss
Data analysis using spssData analysis using spss
Data analysis using spss
 
SPSS :Introduction for beginners
SPSS :Introduction for beginners SPSS :Introduction for beginners
SPSS :Introduction for beginners
 
Introduction to spss 1
Introduction to spss 1Introduction to spss 1
Introduction to spss 1
 
Spss by vijay ambast
Spss by vijay ambastSpss by vijay ambast
Spss by vijay ambast
 
SPSS: Quick Look
SPSS: Quick LookSPSS: Quick Look
SPSS: Quick Look
 
DATA HANDLING FOR SPSS
DATA HANDLING FOR SPSSDATA HANDLING FOR SPSS
DATA HANDLING FOR SPSS
 
111249-140817070204-phpapp02.pdf
111249-140817070204-phpapp02.pdf111249-140817070204-phpapp02.pdf
111249-140817070204-phpapp02.pdf
 
Spps training presentation 1
Spps training presentation 1Spps training presentation 1
Spps training presentation 1
 
5116427.ppt
5116427.ppt5116427.ppt
5116427.ppt
 
Spss guidelines
Spss guidelinesSpss guidelines
Spss guidelines
 
Spss notes
Spss notesSpss notes
Spss notes
 

More from Research Scholar - HNB Garhwal Central University, Srinagar, Uttarakhand.

More from Research Scholar - HNB Garhwal Central University, Srinagar, Uttarakhand. (20)

Sbi history and merger
Sbi history and mergerSbi history and merger
Sbi history and merger
 
Uint 2 learning (o.b)
Uint  2 learning (o.b)Uint  2 learning (o.b)
Uint 2 learning (o.b)
 
Tourism scope in India
Tourism scope in IndiaTourism scope in India
Tourism scope in India
 
OB Introduction, Scope, Challenges and Opportunities, goal and OB Model
OB Introduction, Scope, Challenges and Opportunities, goal and OB Model OB Introduction, Scope, Challenges and Opportunities, goal and OB Model
OB Introduction, Scope, Challenges and Opportunities, goal and OB Model
 
NOTES RETAIL AND DISTRIBUTION MANAGEMENT
NOTES RETAIL AND DISTRIBUTION MANAGEMENT NOTES RETAIL AND DISTRIBUTION MANAGEMENT
NOTES RETAIL AND DISTRIBUTION MANAGEMENT
 
NOTES RETAIL AND DISTRIBUTION MANAGEMENT
NOTES RETAIL AND DISTRIBUTION MANAGEMENT NOTES RETAIL AND DISTRIBUTION MANAGEMENT
NOTES RETAIL AND DISTRIBUTION MANAGEMENT
 
NOTES RETAIL AND DISTRIBUTION MANAGEMENT
NOTES RETAIL AND DISTRIBUTION MANAGEMENT NOTES RETAIL AND DISTRIBUTION MANAGEMENT
NOTES RETAIL AND DISTRIBUTION MANAGEMENT
 
NOTES RETAIL AND DISTRIBUTION MANAGEMENT
NOTES RETAIL AND DISTRIBUTION MANAGEMENT NOTES RETAIL AND DISTRIBUTION MANAGEMENT
NOTES RETAIL AND DISTRIBUTION MANAGEMENT
 
Liberalization, Privatization, Globalization
Liberalization, Privatization, Globalization Liberalization, Privatization, Globalization
Liberalization, Privatization, Globalization
 
Analysis of variance anova
Analysis of variance anovaAnalysis of variance anova
Analysis of variance anova
 
Industrial policy
Industrial policyIndustrial policy
Industrial policy
 
Type of economy
Type of economyType of economy
Type of economy
 
What is business environment
What is business environmentWhat is business environment
What is business environment
 
Business responsibility
Business responsibilityBusiness responsibility
Business responsibility
 
Notes unit ii
Notes unit iiNotes unit ii
Notes unit ii
 
Marketing environment.
Marketing environment.Marketing environment.
Marketing environment.
 
Indian business environment
Indian business environmentIndian business environment
Indian business environment
 
Technology Embalmed in Parle-G
Technology Embalmed in Parle-GTechnology Embalmed in Parle-G
Technology Embalmed in Parle-G
 
Unempolyement in India
Unempolyement in IndiaUnempolyement in India
Unempolyement in India
 
ECONOMIC TRENDS, Monetary policy of India,
ECONOMIC TRENDS, Monetary policy of India, ECONOMIC TRENDS, Monetary policy of India,
ECONOMIC TRENDS, Monetary policy of India,
 

Recently uploaded

DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 

Recently uploaded (20)

DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 

SPS intro

  • 1. USES OF SPSS PACKAGE FOR DATA ANALYSIS P R E S E N T E D B Y M ANO J PAT EL A S S T. P R O F E S S O R JHUNJHUNWALA BUSINESS SCHOOL
  • 2. OBJECT OF THE COURSE About the four-windows in SPSS The basics of managing data files The basic analysis in SPSS
  • 3. INTRODUCTION: WHAT IS SPSS? Originally it is an acronym of Statistical Package for the Social Science but now it stands for Statistical Product and Service Solutions One of the most popular statistical packages which can perform highly complex data manipulation and analysis with simple instructions
  • 4. THE FOUR WINDOWS: DATA EDITOR OUTPUT VIEWER SYNTAX EDITOR SCRIPT WINDOW
  • 5. 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.”
  • 6. THE FOUR WINDOWS: OUTPUT VIEWER Output Viewer Displays output and errors. Extension of the saved file will be “spv.”
  • 7. THE FOUR WINDOWS: SYNTAX EDITOR Syntax Editor Text editor for syntax composition. Extension of the saved file will be “sps.”
  • 8. 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.”
  • 9. THE BASICS OF MANAGING DATA FILES
  • 10. OPENING SPSS Start → All Programs → SPSS Inc→ SPSS 16.0 → SPSS 16.0
  • 11. OPENING SPSS The default window will have the data editor There are two sheets in the window: 1. Data view 2. Variable view
  • 12. 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
  • 13. 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.
  • 14. 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.
  • 15. VARIABLE VIEW WINDOW: WIDTH Width Width allows you to determine the number of characters SPSS will allow to be entered for the variable
  • 16. VARIABLE VIEW WINDOW: DECIMALS Decimals Number of decimals It has to be less than or equal to 16 3.14159265
  • 17. VARIABLE VIEW WINDOW: LABEL Label You can specify the details of the variable You can write characters with spaces up to 256 characters
  • 18. VARIABLE VIEW WINDOW: VALUES Values This is used and to suggest which numbers represent which categories when the variable represents a category
  • 19. 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
  • 20. PRACTICE 1 How would you put the following information into SPSS? Value = 1 represents Male and Value = 2 represents Female Name Gender Height JAUNITA 2 5.4 SALLY 2 5.3 DONNA 2 5.6 SABRINA 2 5.7 JOHN 1 5.7 MARK 1 6 ERIC 1 6.4 BRUCE 1 5.9
  • 22. Click
  • 23. 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
  • 24. SORTING THE DATA Click „Data‟ and then click Sort Cases
  • 25. SORTING THE DATA (CONT‟D) Double Click „Name of the students.‟ Then click ok. Click Click
  • 26. 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.
  • 27. TRANSFORMING DATA Click „Transform‟ and then click „Compute Variable…‟
  • 28. TRANSFORMING DATA (CONT‟D) Example: Adding a new variable named „lnheight‟ which is the natural log of height  Type in lnheight in the „Target Variable‟ box. Then type in „ln(height)‟ in the „Numeric Expression‟ box. Click OK Click
  • 29. TRANSFORMING DATA (CONT‟D) A new variable „lnheight‟ is added to the table
  • 30. PRACTICE 3 Create a new variable named “sqrtheight” which is the square root of height. Answer
  • 32. THE BASIC ANALYSIS OF SPSS THAT WILL BE INTRODUCED IN THIS CLASS 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
  • 33. OPENING THE SAMPLE DATA Open „Employee data.sav‟ from the SPSS  Go to “File,” “Open,” and Click Data
  • 34. OPENING THE SAMPLE DATA Go to Program Files,” “SPSSInc,” “SPSS16,” and “Samples” folder. Open “Employee Data.sav” file
  • 35. FREQUENCIES Click „Analyze,‟ „Descriptive statistics,‟ then click „Frequencies‟
  • 36. FREQUENCIES Click gender and put it into the variable box. Click „Charts.‟ Then click „Bar charts‟ and click „Continue.‟ Click Click
  • 37. FREQUENCIES Finally Click OK in the Frequencies box. Click
  • 38.
  • 39. 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
  • 40. 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!
  • 41. PRACTICE 4 Do a frequency analysis on the variable “minority” Create pie charts for it Do the same analysis using the syntax editor
  • 42.
  • 44. DESCRIPTIVES Click „Analyze,‟ „Descriptive statistics,‟ then click „Descriptives…‟ Click „Educational level‟ and „Beginning Salary,‟ and put it into the variable box. Click Options Click
  • 45. DESCRIPTIVES The options allows you to analyze other descriptive statistics besides the mean and Std. Click „variance‟ and „kurtosis‟ Finally click „Continue‟ Click Click
  • 46. DESCRIPTIVES Finally Click OK in the Descriptives box. You will be able to see the result of the analysis.
  • 47. REGRESSION ANALYSIS Click „Analyze,‟ „Regression,‟ then click „Linear‟ from the main menu.
  • 48. REGRESSION ANALYSIS For example let‟s analyze the model Put „Beginning Salary‟ as Dependent and „Educational Level‟ as Independent.   edusalbegin 10 Click Click
  • 50. PLOTTING THE REGRESSION LINE Click „Graphs,‟ „Legacy Dialogs,‟ „Interactive,‟ and „Scatterplot‟ from the main menu.
  • 51. 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!
  • 52.
  • 53. 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.
  • 55.
  • 56. Click on the “fit” tab to make sure the method is regression
  • 57.
  • 58. CONCLUSION SPSS for windows is a computer package that will perform a wide variety of statistical procedures. Data management and analysis can be handled well with SPSS. Using SPSS we can manipulate data, make graphs and perform statistical techniques varying from means to regression.
  • 59. . http://en.allexperts.com/q/Management-Consulting-2802 http://www.icmrindia.org Harvard Business Review - April 2009 www.coolavenue.com www2.advisorworks.com. February 28, 2000. Baylogic. "Net History and Statistics." www.baylogic.com. February 28, 2000. Berners-Lee, Tim. (1996) "Passing up Fortune-Building 'To Do the Revolution Right'." Investor's Business Daily 13(43)(June 7):1-2. Reidelbach, Dorothy. (1996 Planning for Higher Education24 (Spring):1- 6. Ricart, Glenn. (2000). "Unofficial Technology Marvel of the Millennium." Educause ReviewJanuary/February: 38-59. REFERENCES