SlideShare a Scribd company logo
Introduction to SPSS
          (Version 16)




           OMID MINOOEE

     MBA (ABM),second semester

    Institute of development study

          Mysore university
content:


Spss
SPSS at a glance
Basic Structure of SPSS
Cleaning your data
Descriptive Statistics
Charts
Data manipulation
Other Resources
spss

SPSS is a computer program used for survey authoring 

 and deployment (IBM SPSS Data Collection), data 
 mining (IBM SPSS Modeler), text analytics, statistical 
 analysis, and collaboration and deployment (batch and 
 automated scoring services).
Ownership history:

 Between 2009 and 2010, the premier vendor for SPSS was called PASW 

  (Predictive Analytics Software) Statistics. The company announced on 
  July 28, 2009 that it was being acquired by IBM for US$1.2 billion.[2] As of 
  January 2010, it became "SPSS: An IBM Company". Complete transfer of 
  business to IBM was done by October 1, 2010. By that date, SPSS: An IBM 
  Company ceased to exist. IBM SPSS is now fully integrated into the IBM 
  Corporation, and is one of the brands under IBM Software Group's 
  Business Analytics Portfolio, together with IBM Cognos.
Statistics program:

 SPSS (originally, Statistical Package for the Social Sciences) 

  was released in its first version in 1968 after being developed 
  bynoH. Nie and C. Hadlai Hull. SPSS is among the most widely 
  used programs for statistical analysis in social science. It is 
  used by market researchers, health researchers, survey 
  companies, government, education researchers, marketing 
  organizations and others. The original SPSS manual (Nie, 
  Bent & Hull, 1970) has been described as one of "sociology's 
  most influential books
SPSS at a glance


        SPSS stands for Statistical Package for the Social Sciences


 SPSS was made to be easier to use then other statistical software like S-
                               Plus, R, or SAS. 

 The newest version of SPSS is SPSS 17.0.  Today we will be working on 
                                 SPSS 16.0.
How to open SPSS

Go to START


Click on PROGRAMS


Click on SPSS INC


Click on SPSS 16.0
Opening a data file

Click on FILE  OPEN  DATA


Click MY COMPUTER  LOCAL DISK C:/


Click PROGRAM FILES  SPSS


Click TUTORIAL  SAMPLE FILES


Select CATALOG.SAV
Basic structure of SPSS

There are two different windows in SPSS


1st – Data Editor Window - shows data in two forms
     Data view
     Variable view


2nd – Output viewer Window – shows results of data
  analysis

 *You must save the data editor window and output viewer window
  separately. Make sure to save both if you want to save your changes in
  data or analysis.*
Data view vs. Variable view


Data view
    Rows are cases
    Columns are variables


Variable view
    Rows define the variables
        Name, Type, Width, Decimals, Label, Missing, etc.
          Scale – age, weight, income

          Nominal – categories that cannot be ranked (ID number)

          Ordinal – categories that can be ranked (level of satisfaction)
Cleaning your data – missing data

There are two types of missing values in SPSS:
  system-missing and user-defined.

System-missing data is assigned by SPSS when a
  function cannot be performed.

 For example,
  dividing a
  number by zero.
  SPSS indicates
  that a value is
  system-missing
  by one period in
  the data cell.
Cleaning your data – missing data

 User-defined missing data are values that the researcher can tell SPSS to
  recognize as missing. For example, 9999 is a common user-defined
  missing value. To define a variable’s user-defined missing value…

Look at your variables in VARIABLE VIEW
Find the column labeled MISSING
Find the variable that you would like to work
with.
Select that variable’s missing cell by clicking
on the gray box in the right corner.
click DISCRETE MISSING VALUES
enter 9999 to define this variable’s missing
value

A range can also be used if you only want
to use half of a scale.
Cleaning your data – missing data cont.

When you have missing data in your data set, you can
 fill in the missing data with surrounding information
 so it does not affect your analysis.
 click TRANSFORM
 click REPLACE MISSING VALUES
 select the variable with missing
  values and move it to the right
  using the arrow
 SPSS will rename and create a new
  variable with your filled in data.
 click METHOD to select what type
  of method you would like SPSS to
  use when replacing missing values.
 click OK and view your new data in
  data view
Descriptive Statistics

 Lets say we are interested in
  learning more about the
  number of customer service
  representatives (service).

 Click ANALYZE


 Click DESCRIPTIVE
  STATISTICS

 Click FREQUENCIES


 Choose service from the list.
Descriptive Statistics continued
 Lets learn more about the number of
  catalogs mailed (mail).

 Click ANALYZE

 Click DESCRIPTIVE STATISTICS

 Click DESCRIPTIVES

 Move MAIL over with the arrow

 Click OPTIONS – we can choose which statistics we are interested in
  looking at

 We should remember that these descriptive statistics will not always
  make sense for every variable. For example, we should not be asking
  for the mean of nominal variables like gender or race.
Graphing Data

 Click GRAPH

 Click CHART BUILDER

 Click HISTOGRAM

 Put MEN on the X axis.

 Click ELEMENT PROPERTIES. Check the
  box labeled DISPLAY NORMAL CURVE.
  This will impose a normal curve onto
  your graph. You can also change the
  style of your graph in this element
  properties window.

 You can copy and paste these graphs
  into word and excel files.
Graphing Continued

 There are other ways to make
  graphs.

 Click ANALYZE
 Click DESCRIPTIVE STATISTICS
 Click FREQUENCIES
 Click services
 Click CHART
 Click BAR CHART
 Click PERCENTAGES
Data manipulation – select cases

By selecting cases,
 the researcher can
 select only certain
 cases for analysis
click DATA
click SELECT CASES
click RANDOM
 SAMPLE OF CASES
select your
 preferences
Data manipulation – compute new variable

 Computing new variables – create a
    new variable from multiple variables

 click TRANSFORM
 click COMPUTE
 fill in the new target variable
    TOTALSALES
   fill in numeric expression =
    men+women+jewel
   create an IF statement by clicking on
    the IF button
   click INCLUDE IF CASE SATISFIES
    CONDITION
   enter condition MAIL>10000
 This new variable TOTALSALES tells us what the total sales are for
    catalogs which mailed over 10,000 catalogs.
Data manipulation in action!

Try creating another variable for
 TOTALSALES2 for catalogs which mailed
 under 10,000 catalogs.

Try comparing the descriptive statistics of
 TOTALSALES and TOTALSALES2.

What did you find?
Data manipulation – recode a variable

Recoding allows a researcher to create a new variable
 with a different set of parameters
click TRANSFORM
click RECODE INTO DIFFERENT VARIABLE
move mail over to
 the right
create a name for
 the new variable
 mailcategories
click OLD AND
 NEW VALUES
Data manipulation – recode a variable cont.


click RANGE to
 create ranges of
 old values
click VALUE to
 create a new
 value for that
 range
Data manipulation in action!


Try recoding another variable on your
 own.

Try finding the descriptive statistics of
 your new variable.
Data manipulation – create a dummy variable

Dummy variables is a variable that has a value of
 either 0 or 1 to show the absence or presence of some
 categorical effect
  To create a dummy
   variable…
  click TRANSFORM
  click RECODE INTO
   DIFFERENT VARIABLE
  click OLD AND NEW
   VALUES
  click RANGE to create
   range of old values
  click VALUE to set new
   value to 0 or 1
What we have learned!

SPSS at a glance
Basic Structure of SPSS
Cleaning your data – missing data
Descriptive Statistics – frequencies,
 descriptive statistics
Charts
Data manipulation – select cases,
 recoding, dummy variables
Thank you

More Related Content

What's hot

Data analysis using spss
Data analysis using spssData analysis using spss
Data analysis using spss
Muhammad Ibrahim
 
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
Kudrat-E- Khoda(Prince)
 
An introduction to spss
An introduction to spssAn introduction to spss
An introduction to spss
Shahbaz Alam
 
"A basic guide to SPSS"
"A basic guide to SPSS""A basic guide to SPSS"
"A basic guide to SPSS"
Bashir7576
 
Spss
SpssSpss
Software packages for statistical analysis - SPSS
Software packages for statistical analysis - SPSSSoftware packages for statistical analysis - SPSS
Software packages for statistical analysis - SPSS
ANAND BALAJI
 
Spss
SpssSpss
Statistics "Descriptive & Inferential"
Statistics "Descriptive & Inferential"Statistics "Descriptive & Inferential"
Statistics "Descriptive & Inferential"
Dalia El-Shafei
 
Introduction to Descriptive Statistics
Introduction to Descriptive StatisticsIntroduction to Descriptive Statistics
Introduction to Descriptive Statistics
Sanju Rusara Seneviratne
 
Introduction to Statistics - Basic concepts
Introduction to Statistics - Basic conceptsIntroduction to Statistics - Basic concepts
Introduction to Statistics - Basic concepts
DocIbrahimAbdelmonaem
 
Data analysis
Data analysisData analysis
Data analysis
neha147
 
Introduction to spss
Introduction to spssIntroduction to spss
Introduction to spss
Manish Parihar
 
Data entry in Excel and SPSS
Data entry in Excel and SPSS Data entry in Excel and SPSS
Data entry in Excel and SPSS
Dhritiman Chakrabarti
 
SPSS How to use Spss software
SPSS How to use Spss softwareSPSS How to use Spss software
SPSS How to use Spss software
Debashis Baidya
 
Data Analysis, Presentation and Interpretation of Data
Data Analysis, Presentation and Interpretation of DataData Analysis, Presentation and Interpretation of Data
Data Analysis, Presentation and Interpretation of DataRoqui Malijan
 
An Introduction to SPSS
An Introduction to SPSSAn Introduction to SPSS
An Introduction to SPSS
Rajesh Gunesh
 

What's hot (20)

Data analysis using spss
Data analysis using spssData analysis using spss
Data analysis using spss
 
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
 
(Manual spss)
(Manual spss)(Manual spss)
(Manual spss)
 
An introduction to spss
An introduction to spssAn introduction to spss
An introduction to spss
 
"A basic guide to SPSS"
"A basic guide to SPSS""A basic guide to SPSS"
"A basic guide to SPSS"
 
Crosstabs
CrosstabsCrosstabs
Crosstabs
 
Spss
SpssSpss
Spss
 
Spss
SpssSpss
Spss
 
Software packages for statistical analysis - SPSS
Software packages for statistical analysis - SPSSSoftware packages for statistical analysis - SPSS
Software packages for statistical analysis - SPSS
 
Spss
SpssSpss
Spss
 
Statistics "Descriptive & Inferential"
Statistics "Descriptive & Inferential"Statistics "Descriptive & Inferential"
Statistics "Descriptive & Inferential"
 
Introduction to Descriptive Statistics
Introduction to Descriptive StatisticsIntroduction to Descriptive Statistics
Introduction to Descriptive Statistics
 
Introduction to Statistics - Basic concepts
Introduction to Statistics - Basic conceptsIntroduction to Statistics - Basic concepts
Introduction to Statistics - Basic concepts
 
Data analysis
Data analysisData analysis
Data analysis
 
Introduction to spss
Introduction to spssIntroduction to spss
Introduction to spss
 
Data entry in Excel and SPSS
Data entry in Excel and SPSS Data entry in Excel and SPSS
Data entry in Excel and SPSS
 
SPSS How to use Spss software
SPSS How to use Spss softwareSPSS How to use Spss software
SPSS How to use Spss software
 
Data Analysis, Presentation and Interpretation of Data
Data Analysis, Presentation and Interpretation of DataData Analysis, Presentation and Interpretation of Data
Data Analysis, Presentation and Interpretation of Data
 
An Introduction to SPSS
An Introduction to SPSSAn Introduction to SPSS
An Introduction to SPSS
 

Viewers also liked

Basics of SPSS, Part 2
Basics of SPSS, Part 2Basics of SPSS, Part 2
Basics of SPSS, Part 2
Christine Pereira Ask Brunel
 
SPSS statistics - how to use SPSS
SPSS statistics - how to use SPSSSPSS statistics - how to use SPSS
SPSS statistics - how to use SPSS
csula its training
 
Basic guide to SPSS
Basic guide to SPSSBasic guide to SPSS
Basic guide to SPSS
paul_gorman
 
8. chapter viii
8. chapter viii8. chapter viii
8. chapter viii
Chhom Karath
 
Evaluation Spss
Evaluation SpssEvaluation Spss
Evaluation Spssjackng
 
Frequency Tables & Univariate Charts
Frequency Tables & Univariate ChartsFrequency Tables & Univariate Charts
Frequency Tables & Univariate Charts
Stephanie Dodson
 
Introduction to spss 18
Introduction to spss 18Introduction to spss 18
Introduction to spss 18
mbrez
 
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
 
Analyse de données marketing : ACP et AFC
Analyse de données marketing : ACP et AFCAnalyse de données marketing : ACP et AFC
Analyse de données marketing : ACP et AFC
Yannig Roth
 
Basics of SPSS, Part 1
Basics of SPSS, Part 1Basics of SPSS, Part 1
Basics of SPSS, Part 1
Christine Pereira Ask Brunel
 
Motivation letter gem1
Motivation letter gem1Motivation letter gem1
Motivation letter gem1
Pola 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 letter
Judith Indu
 
Spss tp1
Spss tp1Spss tp1
Cours doumi spss 2013 2014
Cours doumi spss 2013 2014Cours doumi spss 2013 2014
Cours doumi spss 2013 2014tsuhel
 
Initiation au logiciel spss 18
Initiation au logiciel spss 18Initiation au logiciel spss 18
Initiation au logiciel spss 18melinabernier
 
Analyse de données avec spss,
Analyse de données avec spss,Analyse de données avec spss,
Analyse de données avec spss,
Mohamed Amine Sansar
 

Viewers also liked (20)

Basics of SPSS, Part 2
Basics of SPSS, Part 2Basics of SPSS, Part 2
Basics of SPSS, Part 2
 
SPSS statistics - how to use SPSS
SPSS statistics - how to use SPSSSPSS statistics - how to use SPSS
SPSS statistics - how to use SPSS
 
Basic guide to SPSS
Basic guide to SPSSBasic guide to SPSS
Basic guide to SPSS
 
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
 
Introduction to spss 18
Introduction to spss 18Introduction to spss 18
Introduction to spss 18
 
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
 
Spss tutorial 1
Spss tutorial 1Spss tutorial 1
Spss tutorial 1
 
Analyse de données marketing : ACP et AFC
Analyse de données marketing : ACP et AFCAnalyse de données marketing : ACP et AFC
Analyse de données marketing : ACP et AFC
 
Basics of SPSS, Part 1
Basics of SPSS, Part 1Basics of SPSS, Part 1
Basics of SPSS, Part 1
 
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
 
Spss tp1
Spss tp1Spss tp1
Spss tp1
 
Cours doumi spss 2013 2014
Cours doumi spss 2013 2014Cours doumi spss 2013 2014
Cours doumi spss 2013 2014
 
Initiation au logiciel spss 18
Initiation au logiciel spss 18Initiation au logiciel spss 18
Initiation au logiciel spss 18
 
Analyse de données avec spss,
Analyse de données avec spss,Analyse de données avec spss,
Analyse de données avec spss,
 

Similar to introduction to spss

Spss by vijay ambast
Spss by vijay ambastSpss by vijay ambast
Spss by vijay ambast
Vijay Ambast
 
5116427.ppt
5116427.ppt5116427.ppt
5116427.ppt
BAGARAGAZAROMUALD2
 
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
Melba Shaya Sweety
 
SPSS PRESENTATION.PPT.pptx
SPSS PRESENTATION.PPT.pptxSPSS PRESENTATION.PPT.pptx
SPSS PRESENTATION.PPT.pptx
BMmugal
 
spss-anintroduction-150704135929-lva1-app6892.ppt
spss-anintroduction-150704135929-lva1-app6892.pptspss-anintroduction-150704135929-lva1-app6892.ppt
spss-anintroduction-150704135929-lva1-app6892.ppt
FlorArquillano3
 
Spps training presentation 1
Spps training presentation 1Spps training presentation 1
Spps training presentation 1
Hassen Mohammed
 
SPSS :Introduction for beginners
SPSS :Introduction for beginners SPSS :Introduction for beginners
SPSS :Introduction for beginners
PRAKASAM C P
 
111249-140817070204-phpapp02.pdf
111249-140817070204-phpapp02.pdf111249-140817070204-phpapp02.pdf
111249-140817070204-phpapp02.pdf
BMmugal
 
Building a Regression Model using SPSS
Building a Regression Model using SPSSBuilding a Regression Model using SPSS
Building a Regression Model using SPSSZac Bodner
 
data analysis techniques and statistical softwares
data analysis techniques and statistical softwaresdata analysis techniques and statistical softwares
data analysis techniques and statistical softwares
Dr.ammara khakwani
 
Spss intro for engineering
Spss intro for engineeringSpss intro for engineering
Spss intro for engineering
Mahendra Poudel
 
Lecture 1
Lecture 1Lecture 1
Lecture 1
Konpal Darakshan
 
SPSS software
SPSS software SPSS software
SPSS software
VinodBaithaVinodSir
 
Spss basics tutorial
Spss basics tutorialSpss basics tutorial
Spss basics tutorial
santoshranjan77
 
spss intro.ppt
spss intro.pptspss intro.ppt
spss intro.ppt
KENNEDY GITHAIGA
 
DATA HANDLING FOR SPSS
DATA HANDLING FOR SPSSDATA HANDLING FOR SPSS
DATA HANDLING FOR SPSS
IAEME Publication
 
Spss tutorial 1
Spss tutorial 1Spss tutorial 1
Spss tutorial 1debataraja
 
Pas wv18 spssv18-slides
Pas wv18 spssv18-slidesPas wv18 spssv18-slides
Pas wv18 spssv18-slides
bik erbrom
 
Introduction to spss 1
Introduction to spss 1Introduction to spss 1
Introduction to spss 1
Michael Taiwo
 
spss presentation.pdf
spss presentation.pdfspss presentation.pdf
spss presentation.pdf
AbebeNega
 

Similar to introduction to spss (20)

Spss by vijay ambast
Spss by vijay ambastSpss by vijay ambast
Spss by vijay ambast
 
5116427.ppt
5116427.ppt5116427.ppt
5116427.ppt
 
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
 
SPSS PRESENTATION.PPT.pptx
SPSS PRESENTATION.PPT.pptxSPSS PRESENTATION.PPT.pptx
SPSS PRESENTATION.PPT.pptx
 
spss-anintroduction-150704135929-lva1-app6892.ppt
spss-anintroduction-150704135929-lva1-app6892.pptspss-anintroduction-150704135929-lva1-app6892.ppt
spss-anintroduction-150704135929-lva1-app6892.ppt
 
Spps training presentation 1
Spps training presentation 1Spps training presentation 1
Spps training presentation 1
 
SPSS :Introduction for beginners
SPSS :Introduction for beginners SPSS :Introduction for beginners
SPSS :Introduction for beginners
 
111249-140817070204-phpapp02.pdf
111249-140817070204-phpapp02.pdf111249-140817070204-phpapp02.pdf
111249-140817070204-phpapp02.pdf
 
Building a Regression Model using SPSS
Building a Regression Model using SPSSBuilding a Regression Model using SPSS
Building a Regression Model 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 intro for engineering
Spss intro for engineeringSpss intro for engineering
Spss intro for engineering
 
Lecture 1
Lecture 1Lecture 1
Lecture 1
 
SPSS software
SPSS software SPSS software
SPSS software
 
Spss basics tutorial
Spss basics tutorialSpss basics tutorial
Spss basics tutorial
 
spss intro.ppt
spss intro.pptspss intro.ppt
spss intro.ppt
 
DATA HANDLING FOR SPSS
DATA HANDLING FOR SPSSDATA HANDLING FOR SPSS
DATA HANDLING FOR SPSS
 
Spss tutorial 1
Spss tutorial 1Spss tutorial 1
Spss tutorial 1
 
Pas wv18 spssv18-slides
Pas wv18 spssv18-slidesPas wv18 spssv18-slides
Pas wv18 spssv18-slides
 
Introduction to spss 1
Introduction to spss 1Introduction to spss 1
Introduction to spss 1
 
spss presentation.pdf
spss presentation.pdfspss presentation.pdf
spss presentation.pdf
 

More from Omid Minooee

bio-energy Profitability of Jatropha Curcas L. cultivation as bio-diesel sou...
bio-energy Profitability of Jatropha Curcas L. cultivation  as bio-diesel sou...bio-energy Profitability of Jatropha Curcas L. cultivation  as bio-diesel sou...
bio-energy Profitability of Jatropha Curcas L. cultivation as bio-diesel sou...
Omid Minooee
 
Talent management
Talent managementTalent management
Talent management
Omid Minooee
 
INTERNATIONAL ENCYCLOPEDIA OF PUBLIC POLICY
INTERNATIONAL ENCYCLOPEDIA OF PUBLIC POLICYINTERNATIONAL ENCYCLOPEDIA OF PUBLIC POLICY
INTERNATIONAL ENCYCLOPEDIA OF PUBLIC POLICY
Omid Minooee
 
profit macimization
profit macimizationprofit macimization
profit macimizationOmid Minooee
 
Risk management in agriculture
Risk management in agricultureRisk management in agriculture
Risk management in agricultureOmid Minooee
 
Agricultural and research information
Agricultural and research informationAgricultural and research information
Agricultural and research informationOmid Minooee
 
sales promotion
sales promotionsales promotion
sales promotion
Omid Minooee
 

More from Omid Minooee (10)

bio-energy Profitability of Jatropha Curcas L. cultivation as bio-diesel sou...
bio-energy Profitability of Jatropha Curcas L. cultivation  as bio-diesel sou...bio-energy Profitability of Jatropha Curcas L. cultivation  as bio-diesel sou...
bio-energy Profitability of Jatropha Curcas L. cultivation as bio-diesel sou...
 
Talent management
Talent managementTalent management
Talent management
 
business law
business lawbusiness law
business law
 
INTERNATIONAL ENCYCLOPEDIA OF PUBLIC POLICY
INTERNATIONAL ENCYCLOPEDIA OF PUBLIC POLICYINTERNATIONAL ENCYCLOPEDIA OF PUBLIC POLICY
INTERNATIONAL ENCYCLOPEDIA OF PUBLIC POLICY
 
project planning
project planningproject planning
project planning
 
profit macimization
profit macimizationprofit macimization
profit macimization
 
Ecrm
EcrmEcrm
Ecrm
 
Risk management in agriculture
Risk management in agricultureRisk management in agriculture
Risk management in agriculture
 
Agricultural and research information
Agricultural and research informationAgricultural and research information
Agricultural and research information
 
sales promotion
sales promotionsales promotion
sales promotion
 

Recently uploaded

Tata Group Dials Taiwan for Its Chipmaking Ambition in Gujarat’s Dholera
Tata Group Dials Taiwan for Its Chipmaking Ambition in Gujarat’s DholeraTata Group Dials Taiwan for Its Chipmaking Ambition in Gujarat’s Dholera
Tata Group Dials Taiwan for Its Chipmaking Ambition in Gujarat’s Dholera
Avirahi City Dholera
 
BeMetals Presentation_May_22_2024 .pdf
BeMetals Presentation_May_22_2024   .pdfBeMetals Presentation_May_22_2024   .pdf
BeMetals Presentation_May_22_2024 .pdf
DerekIwanaka1
 
Affordable Stationery Printing Services in Jaipur | Navpack n Print
Affordable Stationery Printing Services in Jaipur | Navpack n PrintAffordable Stationery Printing Services in Jaipur | Navpack n Print
Affordable Stationery Printing Services in Jaipur | Navpack n Print
Navpack & Print
 
RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...
RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...
RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...
BBPMedia1
 
Enterprise Excellence is Inclusive Excellence.pdf
Enterprise Excellence is Inclusive Excellence.pdfEnterprise Excellence is Inclusive Excellence.pdf
Enterprise Excellence is Inclusive Excellence.pdf
KaiNexus
 
Putting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptxPutting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptx
Cynthia Clay
 
Kseniya Leshchenko: Shared development support service model as the way to ma...
Kseniya Leshchenko: Shared development support service model as the way to ma...Kseniya Leshchenko: Shared development support service model as the way to ma...
Kseniya Leshchenko: Shared development support service model as the way to ma...
Lviv Startup Club
 
20240425_ TJ Communications Credentials_compressed.pdf
20240425_ TJ Communications Credentials_compressed.pdf20240425_ TJ Communications Credentials_compressed.pdf
20240425_ TJ Communications Credentials_compressed.pdf
tjcomstrang
 
ikea_woodgreen_petscharity_dog-alogue_digital.pdf
ikea_woodgreen_petscharity_dog-alogue_digital.pdfikea_woodgreen_petscharity_dog-alogue_digital.pdf
ikea_woodgreen_petscharity_dog-alogue_digital.pdf
agatadrynko
 
5 Things You Need To Know Before Hiring a Videographer
5 Things You Need To Know Before Hiring a Videographer5 Things You Need To Know Before Hiring a Videographer
5 Things You Need To Know Before Hiring a Videographer
ofm712785
 
The Parable of the Pipeline a book every new businessman or business student ...
The Parable of the Pipeline a book every new businessman or business student ...The Parable of the Pipeline a book every new businessman or business student ...
The Parable of the Pipeline a book every new businessman or business student ...
awaisafdar
 
Digital Transformation and IT Strategy Toolkit and Templates
Digital Transformation and IT Strategy Toolkit and TemplatesDigital Transformation and IT Strategy Toolkit and Templates
Digital Transformation and IT Strategy Toolkit and Templates
Aurelien Domont, MBA
 
The Influence of Marketing Strategy and Market Competition on Business Perfor...
The Influence of Marketing Strategy and Market Competition on Business Perfor...The Influence of Marketing Strategy and Market Competition on Business Perfor...
The Influence of Marketing Strategy and Market Competition on Business Perfor...
Adam Smith
 
Project File Report BBA 6th semester.pdf
Project File Report BBA 6th semester.pdfProject File Report BBA 6th semester.pdf
Project File Report BBA 6th semester.pdf
RajPriye
 
Introduction to Amazon company 111111111111
Introduction to Amazon company 111111111111Introduction to Amazon company 111111111111
Introduction to Amazon company 111111111111
zoyaansari11365
 
falcon-invoice-discounting-a-premier-platform-for-investors-in-india
falcon-invoice-discounting-a-premier-platform-for-investors-in-indiafalcon-invoice-discounting-a-premier-platform-for-investors-in-india
falcon-invoice-discounting-a-premier-platform-for-investors-in-india
Falcon Invoice Discounting
 
Premium MEAN Stack Development Solutions for Modern Businesses
Premium MEAN Stack Development Solutions for Modern BusinessesPremium MEAN Stack Development Solutions for Modern Businesses
Premium MEAN Stack Development Solutions for Modern Businesses
SynapseIndia
 
ikea_woodgreen_petscharity_cat-alogue_digital.pdf
ikea_woodgreen_petscharity_cat-alogue_digital.pdfikea_woodgreen_petscharity_cat-alogue_digital.pdf
ikea_woodgreen_petscharity_cat-alogue_digital.pdf
agatadrynko
 
Buy Verified PayPal Account | Buy Google 5 Star Reviews
Buy Verified PayPal Account | Buy Google 5 Star ReviewsBuy Verified PayPal Account | Buy Google 5 Star Reviews
Buy Verified PayPal Account | Buy Google 5 Star Reviews
usawebmarket
 
What is the TDS Return Filing Due Date for FY 2024-25.pdf
What is the TDS Return Filing Due Date for FY 2024-25.pdfWhat is the TDS Return Filing Due Date for FY 2024-25.pdf
What is the TDS Return Filing Due Date for FY 2024-25.pdf
seoforlegalpillers
 

Recently uploaded (20)

Tata Group Dials Taiwan for Its Chipmaking Ambition in Gujarat’s Dholera
Tata Group Dials Taiwan for Its Chipmaking Ambition in Gujarat’s DholeraTata Group Dials Taiwan for Its Chipmaking Ambition in Gujarat’s Dholera
Tata Group Dials Taiwan for Its Chipmaking Ambition in Gujarat’s Dholera
 
BeMetals Presentation_May_22_2024 .pdf
BeMetals Presentation_May_22_2024   .pdfBeMetals Presentation_May_22_2024   .pdf
BeMetals Presentation_May_22_2024 .pdf
 
Affordable Stationery Printing Services in Jaipur | Navpack n Print
Affordable Stationery Printing Services in Jaipur | Navpack n PrintAffordable Stationery Printing Services in Jaipur | Navpack n Print
Affordable Stationery Printing Services in Jaipur | Navpack n Print
 
RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...
RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...
RMD24 | Debunking the non-endemic revenue myth Marvin Vacquier Droop | First ...
 
Enterprise Excellence is Inclusive Excellence.pdf
Enterprise Excellence is Inclusive Excellence.pdfEnterprise Excellence is Inclusive Excellence.pdf
Enterprise Excellence is Inclusive Excellence.pdf
 
Putting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptxPutting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptx
 
Kseniya Leshchenko: Shared development support service model as the way to ma...
Kseniya Leshchenko: Shared development support service model as the way to ma...Kseniya Leshchenko: Shared development support service model as the way to ma...
Kseniya Leshchenko: Shared development support service model as the way to ma...
 
20240425_ TJ Communications Credentials_compressed.pdf
20240425_ TJ Communications Credentials_compressed.pdf20240425_ TJ Communications Credentials_compressed.pdf
20240425_ TJ Communications Credentials_compressed.pdf
 
ikea_woodgreen_petscharity_dog-alogue_digital.pdf
ikea_woodgreen_petscharity_dog-alogue_digital.pdfikea_woodgreen_petscharity_dog-alogue_digital.pdf
ikea_woodgreen_petscharity_dog-alogue_digital.pdf
 
5 Things You Need To Know Before Hiring a Videographer
5 Things You Need To Know Before Hiring a Videographer5 Things You Need To Know Before Hiring a Videographer
5 Things You Need To Know Before Hiring a Videographer
 
The Parable of the Pipeline a book every new businessman or business student ...
The Parable of the Pipeline a book every new businessman or business student ...The Parable of the Pipeline a book every new businessman or business student ...
The Parable of the Pipeline a book every new businessman or business student ...
 
Digital Transformation and IT Strategy Toolkit and Templates
Digital Transformation and IT Strategy Toolkit and TemplatesDigital Transformation and IT Strategy Toolkit and Templates
Digital Transformation and IT Strategy Toolkit and Templates
 
The Influence of Marketing Strategy and Market Competition on Business Perfor...
The Influence of Marketing Strategy and Market Competition on Business Perfor...The Influence of Marketing Strategy and Market Competition on Business Perfor...
The Influence of Marketing Strategy and Market Competition on Business Perfor...
 
Project File Report BBA 6th semester.pdf
Project File Report BBA 6th semester.pdfProject File Report BBA 6th semester.pdf
Project File Report BBA 6th semester.pdf
 
Introduction to Amazon company 111111111111
Introduction to Amazon company 111111111111Introduction to Amazon company 111111111111
Introduction to Amazon company 111111111111
 
falcon-invoice-discounting-a-premier-platform-for-investors-in-india
falcon-invoice-discounting-a-premier-platform-for-investors-in-indiafalcon-invoice-discounting-a-premier-platform-for-investors-in-india
falcon-invoice-discounting-a-premier-platform-for-investors-in-india
 
Premium MEAN Stack Development Solutions for Modern Businesses
Premium MEAN Stack Development Solutions for Modern BusinessesPremium MEAN Stack Development Solutions for Modern Businesses
Premium MEAN Stack Development Solutions for Modern Businesses
 
ikea_woodgreen_petscharity_cat-alogue_digital.pdf
ikea_woodgreen_petscharity_cat-alogue_digital.pdfikea_woodgreen_petscharity_cat-alogue_digital.pdf
ikea_woodgreen_petscharity_cat-alogue_digital.pdf
 
Buy Verified PayPal Account | Buy Google 5 Star Reviews
Buy Verified PayPal Account | Buy Google 5 Star ReviewsBuy Verified PayPal Account | Buy Google 5 Star Reviews
Buy Verified PayPal Account | Buy Google 5 Star Reviews
 
What is the TDS Return Filing Due Date for FY 2024-25.pdf
What is the TDS Return Filing Due Date for FY 2024-25.pdfWhat is the TDS Return Filing Due Date for FY 2024-25.pdf
What is the TDS Return Filing Due Date for FY 2024-25.pdf
 

introduction to spss

  • 1. Introduction to SPSS (Version 16) OMID MINOOEE MBA (ABM),second semester Institute of development study Mysore university
  • 2. content: Spss SPSS at a glance Basic Structure of SPSS Cleaning your data Descriptive Statistics Charts Data manipulation Other Resources
  • 3. spss SPSS is a computer program used for survey authoring  and deployment (IBM SPSS Data Collection), data  mining (IBM SPSS Modeler), text analytics, statistical  analysis, and collaboration and deployment (batch and  automated scoring services).
  • 4. Ownership history:  Between 2009 and 2010, the premier vendor for SPSS was called PASW  (Predictive Analytics Software) Statistics. The company announced on  July 28, 2009 that it was being acquired by IBM for US$1.2 billion.[2] As of  January 2010, it became "SPSS: An IBM Company". Complete transfer of  business to IBM was done by October 1, 2010. By that date, SPSS: An IBM  Company ceased to exist. IBM SPSS is now fully integrated into the IBM  Corporation, and is one of the brands under IBM Software Group's  Business Analytics Portfolio, together with IBM Cognos.
  • 5. Statistics program:  SPSS (originally, Statistical Package for the Social Sciences)  was released in its first version in 1968 after being developed  bynoH. Nie and C. Hadlai Hull. SPSS is among the most widely  used programs for statistical analysis in social science. It is  used by market researchers, health researchers, survey  companies, government, education researchers, marketing  organizations and others. The original SPSS manual (Nie,  Bent & Hull, 1970) has been described as one of "sociology's  most influential books
  • 6. SPSS at a glance  SPSS stands for Statistical Package for the Social Sciences  SPSS was made to be easier to use then other statistical software like S- Plus, R, or SAS.   The newest version of SPSS is SPSS 17.0.  Today we will be working on  SPSS 16.0.
  • 7. How to open SPSS Go to START Click on PROGRAMS Click on SPSS INC Click on SPSS 16.0
  • 8. Opening a data file Click on FILE  OPEN  DATA Click MY COMPUTER  LOCAL DISK C:/ Click PROGRAM FILES  SPSS Click TUTORIAL  SAMPLE FILES Select CATALOG.SAV
  • 9. Basic structure of SPSS There are two different windows in SPSS 1st – Data Editor Window - shows data in two forms  Data view  Variable view 2nd – Output viewer Window – shows results of data analysis  *You must save the data editor window and output viewer window separately. Make sure to save both if you want to save your changes in data or analysis.*
  • 10. Data view vs. Variable view Data view  Rows are cases  Columns are variables Variable view  Rows define the variables  Name, Type, Width, Decimals, Label, Missing, etc.  Scale – age, weight, income  Nominal – categories that cannot be ranked (ID number)  Ordinal – categories that can be ranked (level of satisfaction)
  • 11. Cleaning your data – missing data There are two types of missing values in SPSS: system-missing and user-defined. System-missing data is assigned by SPSS when a function cannot be performed.  For example, dividing a number by zero. SPSS indicates that a value is system-missing by one period in the data cell.
  • 12. Cleaning your data – missing data  User-defined missing data are values that the researcher can tell SPSS to recognize as missing. For example, 9999 is a common user-defined missing value. To define a variable’s user-defined missing value… Look at your variables in VARIABLE VIEW Find the column labeled MISSING Find the variable that you would like to work with. Select that variable’s missing cell by clicking on the gray box in the right corner. click DISCRETE MISSING VALUES enter 9999 to define this variable’s missing value A range can also be used if you only want to use half of a scale.
  • 13. Cleaning your data – missing data cont. When you have missing data in your data set, you can fill in the missing data with surrounding information so it does not affect your analysis.  click TRANSFORM  click REPLACE MISSING VALUES  select the variable with missing values and move it to the right using the arrow  SPSS will rename and create a new variable with your filled in data.  click METHOD to select what type of method you would like SPSS to use when replacing missing values.  click OK and view your new data in data view
  • 14. Descriptive Statistics  Lets say we are interested in learning more about the number of customer service representatives (service).  Click ANALYZE  Click DESCRIPTIVE STATISTICS  Click FREQUENCIES  Choose service from the list.
  • 15. Descriptive Statistics continued  Lets learn more about the number of catalogs mailed (mail).  Click ANALYZE  Click DESCRIPTIVE STATISTICS  Click DESCRIPTIVES  Move MAIL over with the arrow  Click OPTIONS – we can choose which statistics we are interested in looking at  We should remember that these descriptive statistics will not always make sense for every variable. For example, we should not be asking for the mean of nominal variables like gender or race.
  • 16. Graphing Data  Click GRAPH  Click CHART BUILDER  Click HISTOGRAM  Put MEN on the X axis.  Click ELEMENT PROPERTIES. Check the box labeled DISPLAY NORMAL CURVE. This will impose a normal curve onto your graph. You can also change the style of your graph in this element properties window.  You can copy and paste these graphs into word and excel files.
  • 17. Graphing Continued  There are other ways to make graphs.  Click ANALYZE  Click DESCRIPTIVE STATISTICS  Click FREQUENCIES  Click services  Click CHART  Click BAR CHART  Click PERCENTAGES
  • 18. Data manipulation – select cases By selecting cases, the researcher can select only certain cases for analysis click DATA click SELECT CASES click RANDOM SAMPLE OF CASES select your preferences
  • 19. Data manipulation – compute new variable  Computing new variables – create a new variable from multiple variables  click TRANSFORM  click COMPUTE  fill in the new target variable TOTALSALES  fill in numeric expression = men+women+jewel  create an IF statement by clicking on the IF button  click INCLUDE IF CASE SATISFIES CONDITION  enter condition MAIL>10000  This new variable TOTALSALES tells us what the total sales are for catalogs which mailed over 10,000 catalogs.
  • 20. Data manipulation in action! Try creating another variable for TOTALSALES2 for catalogs which mailed under 10,000 catalogs. Try comparing the descriptive statistics of TOTALSALES and TOTALSALES2. What did you find?
  • 21. Data manipulation – recode a variable Recoding allows a researcher to create a new variable with a different set of parameters click TRANSFORM click RECODE INTO DIFFERENT VARIABLE move mail over to the right create a name for the new variable mailcategories click OLD AND NEW VALUES
  • 22. Data manipulation – recode a variable cont. click RANGE to create ranges of old values click VALUE to create a new value for that range
  • 23. Data manipulation in action! Try recoding another variable on your own. Try finding the descriptive statistics of your new variable.
  • 24. Data manipulation – create a dummy variable Dummy variables is a variable that has a value of either 0 or 1 to show the absence or presence of some categorical effect  To create a dummy variable…  click TRANSFORM  click RECODE INTO DIFFERENT VARIABLE  click OLD AND NEW VALUES  click RANGE to create range of old values  click VALUE to set new value to 0 or 1
  • 25. What we have learned! SPSS at a glance Basic Structure of SPSS Cleaning your data – missing data Descriptive Statistics – frequencies, descriptive statistics Charts Data manipulation – select cases, recoding, dummy variables