SlideShare une entreprise Scribd logo
1  sur  26
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

Contenu connexe

Tendances

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 spsszeeshanwrch
 
Descriptive statistics
Descriptive statisticsDescriptive statistics
Descriptive statisticsAileen Balbido
 
SPSS How to use Spss software
SPSS How to use Spss softwareSPSS How to use Spss software
SPSS How to use Spss softwareDebashis Baidya
 
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 spssShahbaz Alam
 
Spss lecture notes
Spss lecture notesSpss lecture notes
Spss lecture notesDavid mbwiga
 
Descriptive statistics
Descriptive statisticsDescriptive statistics
Descriptive statisticsSarfraz Ahmad
 
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 SPSSRayman Soe
 
Descriptive Statistics and Data Visualization
Descriptive Statistics and Data VisualizationDescriptive Statistics and Data Visualization
Descriptive Statistics and Data VisualizationDouglas Joubert
 

Tendances (20)

Software packages for statistical analysis - SPSS
Software packages for statistical analysis - SPSSSoftware packages for statistical analysis - SPSS
Software packages for statistical analysis - SPSS
 
An introduction to spss
An introduction to spssAn introduction to spss
An introduction to spss
 
Spss an introduction
Spss  an introductionSpss  an introduction
Spss an introduction
 
Descriptive statistics
Descriptive statisticsDescriptive statistics
Descriptive statistics
 
SPSS How to use Spss software
SPSS How to use Spss softwareSPSS How to use Spss software
SPSS How to use Spss software
 
Introduction To SPSS
Introduction To SPSSIntroduction To SPSS
Introduction To SPSS
 
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
 
Spss lecture notes
Spss lecture notesSpss lecture notes
Spss lecture notes
 
Descriptive statistics
Descriptive statisticsDescriptive statistics
Descriptive statistics
 
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
 
Introduction to spss
Introduction to spssIntroduction to spss
Introduction to spss
 
SPSS
SPSSSPSS
SPSS
 
An Introduction to SPSS
An Introduction to SPSSAn Introduction to SPSS
An Introduction to SPSS
 
Data analysis using spss
Data analysis using spssData analysis using spss
Data analysis using spss
 
Data management through spss
Data management through spssData management through spss
Data management through spss
 
Spss tutorial 1
Spss tutorial 1Spss tutorial 1
Spss tutorial 1
 
Descriptive Statistics and Data Visualization
Descriptive Statistics and Data VisualizationDescriptive Statistics and Data Visualization
Descriptive Statistics and Data Visualization
 
Data Analysis Using Spss T Test
Data Analysis Using Spss   T TestData Analysis Using Spss   T Test
Data Analysis Using Spss T Test
 
Data analysis
Data analysisData analysis
Data analysis
 

En vedette (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
 
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
 
Spss
SpssSpss
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,
 

Similaire à introduction to spss

Spss by vijay ambast
Spss by vijay ambastSpss by vijay ambast
Spss by vijay ambastVijay Ambast
 
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
 
SPSS PRESENTATION.PPT.pptx
SPSS PRESENTATION.PPT.pptxSPSS PRESENTATION.PPT.pptx
SPSS PRESENTATION.PPT.pptxBMmugal
 
Spps training presentation 1
Spps training presentation 1Spps training presentation 1
Spps training presentation 1Hassen 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.pdfBMmugal
 
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 softwaresDr.ammara khakwani
 
Spss intro for engineering
Spss intro for engineeringSpss intro for engineering
Spss intro for engineeringMahendra Poudel
 
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-slidesbik erbrom
 
Introduction to spss 1
Introduction to spss 1Introduction to spss 1
Introduction to spss 1Michael Taiwo
 
spss presentation.pdf
spss presentation.pdfspss presentation.pdf
spss presentation.pdfAbebeNega
 

Similaire à 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
 
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
 
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
 
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
 

Plus de 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
 
INTERNATIONAL ENCYCLOPEDIA OF PUBLIC POLICY
INTERNATIONAL ENCYCLOPEDIA OF PUBLIC POLICYINTERNATIONAL ENCYCLOPEDIA OF PUBLIC POLICY
INTERNATIONAL ENCYCLOPEDIA OF PUBLIC POLICYOmid 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
 

Plus de 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
 

Dernier

FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607dollysharma2066
 
Organizational Structure Running A Successful Business
Organizational Structure Running A Successful BusinessOrganizational Structure Running A Successful Business
Organizational Structure Running A Successful BusinessSeta Wicaksana
 
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City GurgaonCall Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaoncallgirls2057
 
Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024Kirill Klimov
 
Market Sizes Sample Report - 2024 Edition
Market Sizes Sample Report - 2024 EditionMarket Sizes Sample Report - 2024 Edition
Market Sizes Sample Report - 2024 EditionMintel Group
 
8447779800, Low rate Call girls in Rohini Delhi NCR
8447779800, Low rate Call girls in Rohini Delhi NCR8447779800, Low rate Call girls in Rohini Delhi NCR
8447779800, Low rate Call girls in Rohini Delhi NCRashishs7044
 
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCRashishs7044
 
8447779800, Low rate Call girls in Tughlakabad Delhi NCR
8447779800, Low rate Call girls in Tughlakabad Delhi NCR8447779800, Low rate Call girls in Tughlakabad Delhi NCR
8447779800, Low rate Call girls in Tughlakabad Delhi NCRashishs7044
 
Future Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted VersionFuture Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted VersionMintel Group
 
IoT Insurance Observatory: summary 2024
IoT Insurance Observatory:  summary 2024IoT Insurance Observatory:  summary 2024
IoT Insurance Observatory: summary 2024Matteo Carbone
 
Ms Motilal Padampat Sugar Mills vs. State of Uttar Pradesh & Ors. - A Milesto...
Ms Motilal Padampat Sugar Mills vs. State of Uttar Pradesh & Ors. - A Milesto...Ms Motilal Padampat Sugar Mills vs. State of Uttar Pradesh & Ors. - A Milesto...
Ms Motilal Padampat Sugar Mills vs. State of Uttar Pradesh & Ors. - A Milesto...ShrutiBose4
 
International Business Environments and Operations 16th Global Edition test b...
International Business Environments and Operations 16th Global Edition test b...International Business Environments and Operations 16th Global Edition test b...
International Business Environments and Operations 16th Global Edition test b...ssuserf63bd7
 
Innovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdfInnovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdfrichard876048
 
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCRashishs7044
 
Global Scenario On Sustainable and Resilient Coconut Industry by Dr. Jelfina...
Global Scenario On Sustainable  and Resilient Coconut Industry by Dr. Jelfina...Global Scenario On Sustainable  and Resilient Coconut Industry by Dr. Jelfina...
Global Scenario On Sustainable and Resilient Coconut Industry by Dr. Jelfina...ictsugar
 
Annual General Meeting Presentation Slides
Annual General Meeting Presentation SlidesAnnual General Meeting Presentation Slides
Annual General Meeting Presentation SlidesKeppelCorporation
 
Intro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdfIntro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdfpollardmorgan
 
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort ServiceCall US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Servicecallgirls2057
 
Ten Organizational Design Models to align structure and operations to busines...
Ten Organizational Design Models to align structure and operations to busines...Ten Organizational Design Models to align structure and operations to busines...
Ten Organizational Design Models to align structure and operations to busines...Seta Wicaksana
 
MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?Olivia Kresic
 

Dernier (20)

FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
 
Organizational Structure Running A Successful Business
Organizational Structure Running A Successful BusinessOrganizational Structure Running A Successful Business
Organizational Structure Running A Successful Business
 
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City GurgaonCall Us 📲8800102216📞 Call Girls In DLF City Gurgaon
Call Us 📲8800102216📞 Call Girls In DLF City Gurgaon
 
Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024
 
Market Sizes Sample Report - 2024 Edition
Market Sizes Sample Report - 2024 EditionMarket Sizes Sample Report - 2024 Edition
Market Sizes Sample Report - 2024 Edition
 
8447779800, Low rate Call girls in Rohini Delhi NCR
8447779800, Low rate Call girls in Rohini Delhi NCR8447779800, Low rate Call girls in Rohini Delhi NCR
8447779800, Low rate Call girls in Rohini Delhi NCR
 
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
 
8447779800, Low rate Call girls in Tughlakabad Delhi NCR
8447779800, Low rate Call girls in Tughlakabad Delhi NCR8447779800, Low rate Call girls in Tughlakabad Delhi NCR
8447779800, Low rate Call girls in Tughlakabad Delhi NCR
 
Future Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted VersionFuture Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted Version
 
IoT Insurance Observatory: summary 2024
IoT Insurance Observatory:  summary 2024IoT Insurance Observatory:  summary 2024
IoT Insurance Observatory: summary 2024
 
Ms Motilal Padampat Sugar Mills vs. State of Uttar Pradesh & Ors. - A Milesto...
Ms Motilal Padampat Sugar Mills vs. State of Uttar Pradesh & Ors. - A Milesto...Ms Motilal Padampat Sugar Mills vs. State of Uttar Pradesh & Ors. - A Milesto...
Ms Motilal Padampat Sugar Mills vs. State of Uttar Pradesh & Ors. - A Milesto...
 
International Business Environments and Operations 16th Global Edition test b...
International Business Environments and Operations 16th Global Edition test b...International Business Environments and Operations 16th Global Edition test b...
International Business Environments and Operations 16th Global Edition test b...
 
Innovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdfInnovation Conference 5th March 2024.pdf
Innovation Conference 5th March 2024.pdf
 
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
 
Global Scenario On Sustainable and Resilient Coconut Industry by Dr. Jelfina...
Global Scenario On Sustainable  and Resilient Coconut Industry by Dr. Jelfina...Global Scenario On Sustainable  and Resilient Coconut Industry by Dr. Jelfina...
Global Scenario On Sustainable and Resilient Coconut Industry by Dr. Jelfina...
 
Annual General Meeting Presentation Slides
Annual General Meeting Presentation SlidesAnnual General Meeting Presentation Slides
Annual General Meeting Presentation Slides
 
Intro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdfIntro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdf
 
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort ServiceCall US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
Call US-88OO1O2216 Call Girls In Mahipalpur Female Escort Service
 
Ten Organizational Design Models to align structure and operations to busines...
Ten Organizational Design Models to align structure and operations to busines...Ten Organizational Design Models to align structure and operations to busines...
Ten Organizational Design Models to align structure and operations to busines...
 
MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?MAHA Global and IPR: Do Actions Speak Louder Than Words?
MAHA Global and IPR: Do Actions Speak Louder Than Words?
 

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