SlideShare a Scribd company logo
1 of 60
USES OF SPSS
PACKAGE FOR DATA
ANALYSIS

PRESENTED BY
MUHAMMED SHUHAIB C V
S2-MCOM
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?
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 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 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
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.
REFERENCES
.

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):16.
Ricart, Glenn. (2000). "Unofficial Technology Marvel of the
Millennium." Educause ReviewJanuary/February: 38-59.
THANK YOU

More Related Content

What's hot

Various statistical software's in data analysis.
Various statistical software's in data analysis.Various statistical software's in data analysis.
Various statistical software's in data analysis.SelvaMani69
 
"A basic guide to SPSS"
"A basic guide to SPSS""A basic guide to SPSS"
"A basic guide to SPSS"Bashir7576
 
Workshop on SPSS: Basic to Intermediate Level
Workshop on SPSS: Basic to Intermediate LevelWorkshop on SPSS: Basic to Intermediate Level
Workshop on SPSS: Basic to Intermediate LevelHiram Ting
 
An introduction to spss
An introduction to spssAn introduction to spss
An introduction to spsszeeshanwrch
 
An Introduction to SPSS
An Introduction to SPSSAn Introduction to SPSS
An Introduction to SPSSRajesh Gunesh
 
Presentation on spss
Presentation on spssPresentation on spss
Presentation on spssalfiyajamalcj
 
What Is the Use of SPSS in Data Analysis
What Is the Use of SPSS in Data AnalysisWhat Is the Use of SPSS in Data Analysis
What Is the Use of SPSS in Data AnalysisSPSSResearch
 
Software packages for statistical analysis - SPSS
Software packages for statistical analysis - SPSSSoftware packages for statistical analysis - SPSS
Software packages for statistical analysis - SPSSANAND BALAJI
 
An introduction to spss
An introduction to spssAn introduction to spss
An introduction to spssShahbaz Alam
 
SPSS How to use Spss software
SPSS How to use Spss softwareSPSS How to use Spss software
SPSS How to use Spss softwareDebashis Baidya
 
presentation of data
presentation of datapresentation of data
presentation of dataShafeek S
 

What's hot (20)

Spss an introduction
Spss  an introductionSpss  an introduction
Spss an introduction
 
Spss
SpssSpss
Spss
 
Various statistical software's in data analysis.
Various statistical software's in data analysis.Various statistical software's in data analysis.
Various statistical software's in data analysis.
 
"A basic guide to SPSS"
"A basic guide to SPSS""A basic guide to SPSS"
"A basic guide to SPSS"
 
SPSS
SPSSSPSS
SPSS
 
Workshop on SPSS: Basic to Intermediate Level
Workshop on SPSS: Basic to Intermediate LevelWorkshop on SPSS: Basic to Intermediate Level
Workshop on SPSS: Basic to Intermediate Level
 
An introduction to spss
An introduction to spssAn introduction to spss
An introduction to spss
 
An Introduction to SPSS
An Introduction to SPSSAn Introduction to SPSS
An Introduction to SPSS
 
Spss training notes
Spss training notesSpss training notes
Spss training notes
 
Presentation on spss
Presentation on spssPresentation on spss
Presentation on spss
 
Application of spss usha (1)
Application of spss usha (1)Application of spss usha (1)
Application of spss usha (1)
 
Spss tutorial 1
Spss tutorial 1Spss tutorial 1
Spss tutorial 1
 
What Is the Use of SPSS in Data Analysis
What Is the Use of SPSS in Data AnalysisWhat Is the Use of SPSS in Data Analysis
What Is the Use of SPSS in Data Analysis
 
Software packages for statistical analysis - SPSS
Software packages for statistical analysis - SPSSSoftware packages for statistical analysis - SPSS
Software packages for statistical analysis - 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
 
Data analysis using spss
Data analysis using spssData analysis using spss
Data analysis using spss
 
An introduction to spss
An introduction to spssAn introduction to spss
An introduction to spss
 
SPSS How to use Spss software
SPSS How to use Spss softwareSPSS How to use Spss software
SPSS How to use Spss software
 
Getting Familiar with SPSS Menus and Icons
Getting Familiar with SPSS Menus and IconsGetting Familiar with SPSS Menus and Icons
Getting Familiar with SPSS Menus and Icons
 
presentation of data
presentation of datapresentation of data
presentation of data
 

Viewers also liked

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
 
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
 
Statistical software for Sampling from Finite Populations: an analysis using ...
Statistical software for Sampling from Finite Populations: an analysis using ...Statistical software for Sampling from Finite Populations: an analysis using ...
Statistical software for Sampling from Finite Populations: an analysis using ...michele de meo
 
Educational Assessment Design
Educational Assessment DesignEducational Assessment Design
Educational Assessment DesignGhaidaa H. Naguib
 
Evaluation Spss
Evaluation SpssEvaluation Spss
Evaluation Spssjackng
 
Frequency Tables & Univariate Charts
Frequency Tables & Univariate ChartsFrequency Tables & Univariate Charts
Frequency Tables & Univariate ChartsStephanie Dodson
 
BAEB601 Chapter 4 : Findings, Analysis and SPSS
BAEB601 Chapter 4 : Findings, Analysis and SPSSBAEB601 Chapter 4 : Findings, Analysis and SPSS
BAEB601 Chapter 4 : Findings, Analysis and SPSSDr Nur Suhaili Ramli
 
Statistical analysis training course
Statistical analysis training courseStatistical analysis training course
Statistical analysis training courseMarwa Abo-Amra
 
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
 
My regression lecture mk3 (uploaded to web ct)
My regression lecture   mk3 (uploaded to web ct)My regression lecture   mk3 (uploaded to web ct)
My regression lecture mk3 (uploaded to web ct)chrisstiff
 
SPSS statistics - get help using SPSS
SPSS statistics - get help using SPSSSPSS statistics - get help using SPSS
SPSS statistics - get help using SPSScsula its training
 

Viewers also liked (20)

SPSS statistics - how to use SPSS
SPSS statistics - how to use SPSSSPSS statistics - how to use SPSS
SPSS statistics - how to use SPSS
 
Basics of SPSS, Part 2
Basics of SPSS, Part 2Basics of SPSS, Part 2
Basics of SPSS, Part 2
 
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
 
Spss
SpssSpss
Spss
 
Introduction to spss
Introduction to spssIntroduction to spss
Introduction to spss
 
Statistical software for Sampling from Finite Populations: an analysis using ...
Statistical software for Sampling from Finite Populations: an analysis using ...Statistical software for Sampling from Finite Populations: an analysis using ...
Statistical software for Sampling from Finite Populations: an analysis using ...
 
Educational Assessment Design
Educational Assessment DesignEducational Assessment Design
Educational Assessment Design
 
8. chapter viii
8. chapter viii8. chapter viii
8. chapter viii
 
SPS intro
SPS introSPS intro
SPS intro
 
Evaluation Spss
Evaluation SpssEvaluation Spss
Evaluation Spss
 
Frequency Tables & Univariate Charts
Frequency Tables & Univariate ChartsFrequency Tables & Univariate Charts
Frequency Tables & Univariate Charts
 
Mass
MassMass
Mass
 
SPSS for beginners, Part 3
SPSS for beginners, Part 3SPSS for beginners, Part 3
SPSS for beginners, Part 3
 
BAEB601 Chapter 4 : Findings, Analysis and SPSS
BAEB601 Chapter 4 : Findings, Analysis and SPSSBAEB601 Chapter 4 : Findings, Analysis and SPSS
BAEB601 Chapter 4 : Findings, Analysis and SPSS
 
Statistical analysis training course
Statistical analysis training courseStatistical analysis training course
Statistical analysis training course
 
Correlations using SPSS
Correlations using SPSSCorrelations using SPSS
Correlations using SPSS
 
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
 
My regression lecture mk3 (uploaded to web ct)
My regression lecture   mk3 (uploaded to web ct)My regression lecture   mk3 (uploaded to web ct)
My regression lecture mk3 (uploaded to web ct)
 
SPSS statistics - get help using SPSS
SPSS statistics - get help using SPSSSPSS statistics - get help using SPSS
SPSS statistics - get help using SPSS
 
Basics of SPSS, Part 1
Basics of SPSS, Part 1Basics of SPSS, Part 1
Basics of SPSS, Part 1
 

Similar to SPSS an intro...

Data analysis using spss
Data analysis using spssData analysis using spss
Data analysis using spssSyed Faisal
 
Introduction to the Research Method and SPSS
Introduction to the Research Method and SPSS Introduction to the Research Method and SPSS
Introduction to the Research Method and SPSS emuptv
 
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 intro for engineering
Spss intro for engineeringSpss intro for engineering
Spss intro for engineeringMahendra Poudel
 
Spss by vijay ambast
Spss by vijay ambastSpss by vijay ambast
Spss by vijay ambastVijay Ambast
 
Introduction to spss 1
Introduction to spss 1Introduction to spss 1
Introduction to spss 1Michael Taiwo
 
Beginners SPSS.ppt
Beginners SPSS.pptBeginners SPSS.ppt
Beginners SPSS.pptsayahuwaina
 
4 Statistical Software.pptx
4 Statistical Software.pptx4 Statistical Software.pptx
4 Statistical Software.pptxkaleabtegegne
 
Introduction to spss 2
Introduction to spss 2Introduction to spss 2
Introduction to spss 2Michael Taiwo
 
Pas wv18 spssv18-slides
Pas wv18 spssv18-slidesPas wv18 spssv18-slides
Pas wv18 spssv18-slidesbik erbrom
 
Spss basic Dr Marwa Zalat
Spss basic Dr Marwa ZalatSpss basic Dr Marwa Zalat
Spss basic Dr Marwa ZalatMarwa Zalat
 
L9 using datawarrior for scientific data visualization
L9 using datawarrior for scientific data visualizationL9 using datawarrior for scientific data visualization
L9 using datawarrior for scientific data visualizationSeppo Karrila
 
Introduction - Using Stata
Introduction - Using StataIntroduction - Using Stata
Introduction - Using StataRyan Herzog
 
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 .docxjustine1simpson78276
 
Elementary Data Analysis with MS Excel_Day-5
Elementary Data Analysis with MS Excel_Day-5Elementary Data Analysis with MS Excel_Day-5
Elementary Data Analysis with MS Excel_Day-5Redwan Ferdous
 

Similar to SPSS an intro... (20)

Spss (1)
Spss (1)Spss (1)
Spss (1)
 
Data analysis using spss
Data analysis using spssData analysis using spss
Data analysis using spss
 
spss intro.ppt
spss intro.pptspss intro.ppt
spss intro.ppt
 
Introduction to the Research Method and SPSS
Introduction to the Research Method and SPSS Introduction to the Research Method and SPSS
Introduction to the Research Method and 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 intro for engineering
Spss intro for engineeringSpss intro for engineering
Spss intro for engineering
 
Spss by vijay ambast
Spss by vijay ambastSpss by vijay ambast
Spss by vijay ambast
 
Introduction to spss 1
Introduction to spss 1Introduction to spss 1
Introduction to spss 1
 
Beginners SPSS.ppt
Beginners SPSS.pptBeginners SPSS.ppt
Beginners SPSS.ppt
 
SPSS: Quick Look
SPSS: Quick LookSPSS: Quick Look
SPSS: Quick Look
 
4 Statistical Software.pptx
4 Statistical Software.pptx4 Statistical Software.pptx
4 Statistical Software.pptx
 
Introduction to spss 2
Introduction to spss 2Introduction to spss 2
Introduction to spss 2
 
Pas wv18 spssv18-slides
Pas wv18 spssv18-slidesPas wv18 spssv18-slides
Pas wv18 spssv18-slides
 
Digital tools
Digital toolsDigital tools
Digital tools
 
Spss basic Dr Marwa Zalat
Spss basic Dr Marwa ZalatSpss basic Dr Marwa Zalat
Spss basic Dr Marwa Zalat
 
L9 using datawarrior for scientific data visualization
L9 using datawarrior for scientific data visualizationL9 using datawarrior for scientific data visualization
L9 using datawarrior for scientific data visualization
 
5116427.ppt
5116427.ppt5116427.ppt
5116427.ppt
 
Introduction - Using Stata
Introduction - Using StataIntroduction - Using Stata
Introduction - Using Stata
 
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
 
Elementary Data Analysis with MS Excel_Day-5
Elementary Data Analysis with MS Excel_Day-5Elementary Data Analysis with MS Excel_Day-5
Elementary Data Analysis with MS Excel_Day-5
 

More from Jithin Zcs

Enterprise resource planning_system
Enterprise resource planning_systemEnterprise resource planning_system
Enterprise resource planning_systemJithin Zcs
 
Business level strategies
Business level strategiesBusiness level strategies
Business level strategiesJithin Zcs
 
Barriears to communication
Barriears to communicationBarriears to communication
Barriears to communicationJithin Zcs
 
Styles of business letters
Styles of business lettersStyles of business letters
Styles of business lettersJithin Zcs
 
Access introduction
Access introductionAccess introduction
Access introductionJithin Zcs
 
Corporate governance
Corporate governanceCorporate governance
Corporate governanceJithin Zcs
 
Capital budgeting (1)- Management accounting
Capital budgeting (1)- Management accountingCapital budgeting (1)- Management accounting
Capital budgeting (1)- Management accountingJithin Zcs
 
Business environment basics
Business environment basicsBusiness environment basics
Business environment basicsJithin Zcs
 
01 securitization in india – issues and challenges
01 securitization in india – issues and challenges01 securitization in india – issues and challenges
01 securitization in india – issues and challengesJithin Zcs
 
Consumer behaviour ramanuj majumdar
Consumer behaviour ramanuj majumdarConsumer behaviour ramanuj majumdar
Consumer behaviour ramanuj majumdarJithin Zcs
 
Expert systems
Expert systemsExpert systems
Expert systemsJithin Zcs
 
modern language association formats
modern language association formatsmodern language association formats
modern language association formatsJithin Zcs
 
Privatisation 999
Privatisation 999Privatisation 999
Privatisation 999Jithin Zcs
 
Johari window gadha
Johari window gadhaJohari window gadha
Johari window gadhaJithin Zcs
 

More from Jithin Zcs (17)

Enterprise resource planning_system
Enterprise resource planning_systemEnterprise resource planning_system
Enterprise resource planning_system
 
Business level strategies
Business level strategiesBusiness level strategies
Business level strategies
 
Barriears to communication
Barriears to communicationBarriears to communication
Barriears to communication
 
Styles of business letters
Styles of business lettersStyles of business letters
Styles of business letters
 
Uses of excel
Uses of excelUses of excel
Uses of excel
 
Access introduction
Access introductionAccess introduction
Access introduction
 
Company law
Company lawCompany law
Company law
 
Corporate governance
Corporate governanceCorporate governance
Corporate governance
 
Capital budgeting (1)- Management accounting
Capital budgeting (1)- Management accountingCapital budgeting (1)- Management accounting
Capital budgeting (1)- Management accounting
 
Business environment basics
Business environment basicsBusiness environment basics
Business environment basics
 
01 securitization in india – issues and challenges
01 securitization in india – issues and challenges01 securitization in india – issues and challenges
01 securitization in india – issues and challenges
 
Consumer behaviour ramanuj majumdar
Consumer behaviour ramanuj majumdarConsumer behaviour ramanuj majumdar
Consumer behaviour ramanuj majumdar
 
Expert systems
Expert systemsExpert systems
Expert systems
 
modern language association formats
modern language association formatsmodern language association formats
modern language association formats
 
Mis pdf
Mis pdfMis pdf
Mis pdf
 
Privatisation 999
Privatisation 999Privatisation 999
Privatisation 999
 
Johari window gadha
Johari window gadhaJohari window gadha
Johari window gadha
 

Recently uploaded

Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
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
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
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
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 

Recently uploaded (20)

Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
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
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
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...
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 

SPSS an intro...

  • 1. USES OF SPSS PACKAGE FOR DATA ANALYSIS PRESENTED BY MUHAMMED SHUHAIB C V S2-MCOM
  • 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? 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
  • 21. Practice 1 (Solution Sample) Click
  • 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 salbegin = β0 + β1edu + ε Put ‘Beginning Salary’ as Dependent and ‘Educational Level’ as Independent. Click Click
  • 49. Regression Analysis • Clicking OK gives the result
  • 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. REFERENCES . 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):16. Ricart, Glenn. (2000). "Unofficial Technology Marvel of the Millennium." Educause ReviewJanuary/February: 38-59.

Editor's Notes

  1. The graph shows that more people who receives wireless service tends to own PDA compared to people who doesn’t receive wireless service.
  2. This window shows the actual data values and the name of the variables.