SlideShare une entreprise Scribd logo
1  sur  58
Prepared
By Bundala, N.H
The course content
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
Data Editor
Spreadsheet-like system for defining, entering, editing,
and displaying data. Extension of the saved file will be
“sav.”
The Four Windows: Output Viewer
Output Viewer
Displays output and errors. Extension of the saved file will
be “spv.”
The Four Windows: Syntax editor
Syntax Editor
Text editor for syntax composition. Extension of the
saved file will be “sps.”
The Four Windows: Script Window
Script Window
Provides the opportunity to write full-blown programs,
in a BASIC-like language. Text editor for syntax
composition. Extension of the saved file will be “sbs.”
Opening SPSS
Start → All Programs → SPSS Inc→ SPSS 16.0 →
SPSS 16.0
Opening SPSS
The default window will have the data editor
There are two sheets in the window:
1. Data view 2. Variable view
Data View window
The Data View window
This sheet is visible when you first open the Data Editor
and this sheet contains the data
Click on the tab labeled Variable View
Click
Variable View window
This sheet contains information about the data set that is stored
with the dataset
Name
 The first character of the variable name must be alphabetic
 Variable names must be unique, and have to be less than 64
characters.
 Spaces are NOT allowed.
Variable View window: Type
Type
 Click on the ‘type’ box. The two basic types of variables
that you will use are numeric and string. This column
enables you to specify the type of variable.
Variable View window: Width
Width
Width allows you to determine the number of
characters SPSS will allow to be entered for the
variable
Variable View window: Decimals
Decimals
Number of decimals
It has to be less than or equal to 16
3.14159265
Variable View window:
Label
Label
You can specify the details of the variable
You can write characters with spaces up to 256
characters
Variable View window: Values
Values
This is used and to suggest which numbers
represent which categories when the
variable represents a category
Defining the value labels
Click the cell in the values column as shown below
For the value, and the label, you can put up to 60
characters.
After defining the values click add and then click OK.
Click
Practice 1
How would you put the following information into SPSS?
Value = 1 represents Male and Value = 2 represents Female
Name Gender Height
JAUNITA 2 5.4
SALLY 2 5.3
DONNA 2 5.6
SABRINA 2 5.7
JOHN 1 5.7
MARK 1 6
ERIC 1 6.4
BRUCE 1 5.9
Practice 1 (Solution Sample)
Click
Click
Saving the data
To save the data file you created simply click ‘file’ and
click ‘save as.’ You can save the file in different forms
by clicking “Save as type.”
Click
Sorting the data
Click ‘Data’ and then click Sort Cases
Sorting the data (cont’d)
Double Click ‘Name of the students.’ Then click
ok.
Click
Click
Practice 2
How would you sort the data by the
‘Height’ of students in descending order?
Answer
Click data, sort cases, double click ‘height of
students,’ click ‘descending,’ and finally click ok.
Transforming data
Click ‘Transform’ and then click ‘Compute Variable…’
Transforming data (cont’d)
Example: Adding a new variable named ‘lnheight’ which is
the natural log of height
 Type in lnheight in the ‘Target Variable’ box. Then type in
‘ln(height)’ in the ‘Numeric Expression’ box. Click OK
Click
Transforming data (cont’d)
A new variable ‘lnheight’ is added to the table
Practice 3
Create a new variable named “sqrtheight”
which is the square root of height.
Answer
The basic analysis of SPSS that will
be introduced in this class
Frequencies
This analysis produces frequency tables showing
frequency counts and percentages of the values of
individual variables.
Descriptives
This analysis shows the maximum, minimum,
mean, and standard deviation of the variables
Linear regression analysis
Linear Regression estimates the coefficients of the
linear equation
Opening the sample data
Open ‘Employee data.sav’ from the SPSS
Go to “File,” “Open,” and Click Data
Opening the sample data
Go to Program Files,” “SPSSInc,” “SPSS16,” and
“Samples” folder.
Open “Employee Data.sav” file
Frequencies
Click ‘Analyze,’ ‘Descriptive statistics,’ then
click ‘Frequencies’
Frequencies
Click gender and put it into the variable box.
Click ‘Charts.’
Then click ‘Bar charts’ and click ‘Continue.’
Click Click
Frequencies
Finally Click OK in the Frequencies box.
Click
Using the Syntax editor
Click ‘Analyze,’ ‘Descriptive statistics,’ then
click ‘Frequencies.’
Put ‘Gender’ in the Variable(s) box.
Then click ‘Charts,’ ‘Bar charts,’ and click
‘Continue.’
Click ‘Paste.’
Click
Using the Syntax editor
Highlight the commands in the Syntax editor
and then click the run icon.
You can do the same thing by right clicking the
highlighted area and then by clicking ‘Run
Current’
Click
Right
Click!
Practice 4
Do a frequency analysis on the
variable “minority”
Create pie charts for it
Do the same analysis using the
syntax editor
Answer
Click
Descriptives
Click ‘Analyze,’ ‘Descriptive statistics,’ then
click ‘Descriptives…’
Click ‘Educational level’ and ‘Beginning
Salary,’ and put it into the variable box.
Click Options
Click
Descriptives
The options allows you to analyze other
descriptive statistics besides the mean and Std.
Click ‘variance’ and ‘kurtosis’
Finally click ‘Continue’
Click
Click
Descriptives
Finally Click OK in the Descriptives box. You will
be able to see the result of the analysis.
Regression Analysis
Click ‘Analyze,’ ‘Regression,’ then click
‘Linear’ from the main menu.
Regression Analysis
For example let’s analyze the model
Put ‘Beginning Salary’ as Dependent and ‘Educational Level’ as
Independent.
εββ ++= edusalbegin 10
Click
Click
Regression Analysis
Clicking OK gives the result
Plotting the regression line
Click ‘Graphs,’ ‘Legacy Dialogs,’
‘Interactive,’ and ‘Scatterplot’ from the
main menu.
Plotting the regression line
Drag ‘Current Salary’ into the vertical axis box
and ‘Beginning Salary’ in the horizontal axis box.
Click ‘Fit’ bar. Make sure the Method is
regression in the Fit box. Then click ‘OK’.
Click
Set this to
Regression!
Practice 5Find out whether or not the previous experience
of workers has any affect on their beginning
salary?
Take the variable “salbegin,” and “prevexp” as
dependent and independent variables
respectively.
Plot the regression line for the above analysis
using the “scatter plot” menu.
Answer
Click
Click on the “fit” tab to make
sure the method is regression
THE END

Contenu connexe

Tendances (20)

Data entry in Excel and SPSS
Data entry in Excel and SPSS Data entry in Excel and SPSS
Data entry in Excel and SPSS
 
"A basic guide to SPSS"
"A basic guide to SPSS""A basic guide to SPSS"
"A basic guide to SPSS"
 
Spss training notes
Spss training notesSpss training notes
Spss training notes
 
Skewness and kurtosis
Skewness and kurtosisSkewness and kurtosis
Skewness and kurtosis
 
Parametric and nonparametric test
Parametric and nonparametric testParametric and nonparametric test
Parametric and nonparametric test
 
Data management through spss
Data management through spssData management through spss
Data management through spss
 
Classification of data
Classification of dataClassification of data
Classification of data
 
(Manual spss)
(Manual spss)(Manual spss)
(Manual spss)
 
Data
DataData
Data
 
introduction to spss
introduction to spssintroduction to spss
introduction to spss
 
Basics of SPSS, Part 2
Basics of SPSS, Part 2Basics of SPSS, Part 2
Basics of SPSS, Part 2
 
Introduction to statistics
Introduction to statisticsIntroduction to statistics
Introduction to statistics
 
Regression analysis ppt
Regression analysis pptRegression analysis ppt
Regression analysis ppt
 
SPSS introduction Presentation
SPSS introduction Presentation SPSS introduction Presentation
SPSS introduction Presentation
 
Application of Univariate, Bi-variate and Multivariate analysis Pooja k shetty
Application of Univariate, Bi-variate and Multivariate analysis Pooja k shettyApplication of Univariate, Bi-variate and Multivariate analysis Pooja k shetty
Application of Univariate, Bi-variate and Multivariate analysis Pooja k shetty
 
descriptive and inferential statistics
descriptive and inferential statisticsdescriptive and inferential statistics
descriptive and inferential statistics
 
Type of data
Type of dataType of data
Type of data
 
Introduction to Stata
Introduction to Stata Introduction to Stata
Introduction to Stata
 
Measurement of scales
Measurement of scalesMeasurement of scales
Measurement of scales
 
Statistics "Descriptive & Inferential"
Statistics "Descriptive & Inferential"Statistics "Descriptive & Inferential"
Statistics "Descriptive & Inferential"
 

En vedette

Sampling Methods in Qualitative and Quantitative Research
Sampling Methods in Qualitative and Quantitative ResearchSampling Methods in Qualitative and Quantitative Research
Sampling Methods in Qualitative and Quantitative ResearchSam Ladner
 
24880150 chapter11-qualitative-research-methodology
24880150 chapter11-qualitative-research-methodology24880150 chapter11-qualitative-research-methodology
24880150 chapter11-qualitative-research-methodologyHazem Azmy
 
Statistical software packages
Statistical software packagesStatistical software packages
Statistical software packagesKm Ashif
 
Ethics in qualitative research
Ethics in qualitative researchEthics in qualitative research
Ethics in qualitative researchIrina Bobeică
 
Software for Qualitative and Quantitative Data Analysis
Software for Qualitative and Quantitative Data AnalysisSoftware for Qualitative and Quantitative Data Analysis
Software for Qualitative and Quantitative Data AnalysisAlexandru Caratas Ghenea
 
Collecting Qualitative Data
Collecting Qualitative DataCollecting Qualitative Data
Collecting Qualitative Datahighness85
 
Measurement and scales
Measurement and scalesMeasurement and scales
Measurement and scalesKaran Khaneja
 
Data editing ( In research methodology )
Data editing ( In research methodology )Data editing ( In research methodology )
Data editing ( In research methodology )Np Shakeel
 
Presentation on spss
Presentation on spssPresentation on spss
Presentation on spssalfiyajamalcj
 
Lec 13 Traffic Light Signals (Transportation Engineering Dr.Lina Shbeeb)
Lec 13 Traffic Light Signals (Transportation Engineering Dr.Lina Shbeeb)Lec 13 Traffic Light Signals (Transportation Engineering Dr.Lina Shbeeb)
Lec 13 Traffic Light Signals (Transportation Engineering Dr.Lina Shbeeb)Hossam Shafiq I
 
Indicateur d'arrivée de d'eau/ Détecteur de pluie
Indicateur  d'arrivée de d'eau/ Détecteur de pluie  Indicateur  d'arrivée de d'eau/ Détecteur de pluie
Indicateur d'arrivée de d'eau/ Détecteur de pluie Adad Med Chérif
 
Analyse de régression linéaire
Analyse de régression linéaire Analyse de régression linéaire
Analyse de régression linéaire Adad Med Chérif
 
Lecture 02 Traffic Flow Characteristics (Traffic Engineering هندسة المرور & D...
Lecture 02 Traffic Flow Characteristics (Traffic Engineering هندسة المرور & D...Lecture 02 Traffic Flow Characteristics (Traffic Engineering هندسة المرور & D...
Lecture 02 Traffic Flow Characteristics (Traffic Engineering هندسة المرور & D...Hossam Shafiq I
 
Ch04 General Issues in Research Design
Ch04 General Issues in Research DesignCh04 General Issues in Research Design
Ch04 General Issues in Research Designyxl007
 
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
 
Mixed methods research
Mixed methods researchMixed methods research
Mixed methods researchKhalid Mahmood
 

En vedette (20)

Sampling Methods in Qualitative and Quantitative Research
Sampling Methods in Qualitative and Quantitative ResearchSampling Methods in Qualitative and Quantitative Research
Sampling Methods in Qualitative and Quantitative Research
 
24880150 chapter11-qualitative-research-methodology
24880150 chapter11-qualitative-research-methodology24880150 chapter11-qualitative-research-methodology
24880150 chapter11-qualitative-research-methodology
 
Statistical software packages
Statistical software packagesStatistical software packages
Statistical software packages
 
Ethics in qualitative research
Ethics in qualitative researchEthics in qualitative research
Ethics in qualitative research
 
Statistical software
Statistical softwareStatistical software
Statistical software
 
Software for Qualitative and Quantitative Data Analysis
Software for Qualitative and Quantitative Data AnalysisSoftware for Qualitative and Quantitative Data Analysis
Software for Qualitative and Quantitative Data Analysis
 
Collecting Qualitative Data
Collecting Qualitative DataCollecting Qualitative Data
Collecting Qualitative Data
 
Measurement and scales
Measurement and scalesMeasurement and scales
Measurement and scales
 
Data editing ( In research methodology )
Data editing ( In research methodology )Data editing ( In research methodology )
Data editing ( In research methodology )
 
Presentation on spss
Presentation on spssPresentation on spss
Presentation on spss
 
Lec 13 Traffic Light Signals (Transportation Engineering Dr.Lina Shbeeb)
Lec 13 Traffic Light Signals (Transportation Engineering Dr.Lina Shbeeb)Lec 13 Traffic Light Signals (Transportation Engineering Dr.Lina Shbeeb)
Lec 13 Traffic Light Signals (Transportation Engineering Dr.Lina Shbeeb)
 
Indicateur d'arrivée de d'eau/ Détecteur de pluie
Indicateur  d'arrivée de d'eau/ Détecteur de pluie  Indicateur  d'arrivée de d'eau/ Détecteur de pluie
Indicateur d'arrivée de d'eau/ Détecteur de pluie
 
Analyse de régression linéaire
Analyse de régression linéaire Analyse de régression linéaire
Analyse de régression linéaire
 
Lecture 02 Traffic Flow Characteristics (Traffic Engineering هندسة المرور & D...
Lecture 02 Traffic Flow Characteristics (Traffic Engineering هندسة المرور & D...Lecture 02 Traffic Flow Characteristics (Traffic Engineering هندسة المرور & D...
Lecture 02 Traffic Flow Characteristics (Traffic Engineering هندسة المرور & D...
 
Le codage de huffman
Le codage de huffmanLe codage de huffman
Le codage de huffman
 
Ch04 General Issues in Research Design
Ch04 General Issues in Research DesignCh04 General Issues in Research Design
Ch04 General Issues in Research Design
 
Presenting statistics in social media
Presenting statistics in social mediaPresenting statistics in social media
Presenting statistics in social media
 
Data analysis using spss
Data analysis using spssData analysis using spss
Data analysis using spss
 
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
 
Mixed methods research
Mixed methods researchMixed methods research
Mixed methods research
 

Similaire à Spss lecture notes (20)

Introduction To SPSS
Introduction To SPSSIntroduction To SPSS
Introduction To SPSS
 
spss intro.ppt
spss intro.pptspss intro.ppt
spss intro.ppt
 
SPS intro
SPS introSPS intro
SPS intro
 
Spss intro for engineering
Spss intro for engineeringSpss intro for engineering
Spss intro for engineering
 
Spss (1)
Spss (1)Spss (1)
Spss (1)
 
Data analysis using spss
Data analysis using spssData analysis using spss
Data analysis 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
 
Pas wv18 spssv18-slides
Pas wv18 spssv18-slidesPas wv18 spssv18-slides
Pas wv18 spssv18-slides
 
An introduction to spss
An introduction to spssAn introduction to spss
An introduction to spss
 
SPSS: Quick Look
SPSS: Quick LookSPSS: Quick Look
SPSS: Quick Look
 
SPSS GUIDE
SPSS GUIDESPSS GUIDE
SPSS GUIDE
 
Digital tools
Digital toolsDigital tools
Digital tools
 
Spss notes
Spss notesSpss notes
Spss notes
 
Spps training presentation 1
Spps training presentation 1Spps training presentation 1
Spps training presentation 1
 
SPSS PRESENTATION.PPT.pptx
SPSS PRESENTATION.PPT.pptxSPSS PRESENTATION.PPT.pptx
SPSS PRESENTATION.PPT.pptx
 
one-way-rm-anova-DE300.pdf
one-way-rm-anova-DE300.pdfone-way-rm-anova-DE300.pdf
one-way-rm-anova-DE300.pdf
 
Spss software
Spss softwareSpss software
Spss software
 
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 guidelines
Spss guidelinesSpss guidelines
Spss guidelines
 
Spss by vijay ambast
Spss by vijay ambastSpss by vijay ambast
Spss by vijay ambast
 

Plus de David mbwiga

Lecture 5 chemical preservation of food
Lecture 5 chemical preservation of foodLecture 5 chemical preservation of food
Lecture 5 chemical preservation of foodDavid mbwiga
 
Lecture 4 browning reaction
Lecture 4 browning reactionLecture 4 browning reaction
Lecture 4 browning reactionDavid mbwiga
 
Lecture 3 intrinsic and extrinsic factors
Lecture 3 intrinsic and extrinsic factorsLecture 3 intrinsic and extrinsic factors
Lecture 3 intrinsic and extrinsic factorsDavid mbwiga
 
Nutritional software
Nutritional software Nutritional software
Nutritional software David mbwiga
 
Steps in designing nutrition programme
Steps in designing nutrition programmeSteps in designing nutrition programme
Steps in designing nutrition programmeDavid mbwiga
 
Logframework and swort thursday
Logframework and swort thursdayLogframework and swort thursday
Logframework and swort thursdayDavid mbwiga
 
Project development new1
Project development new1Project development new1
Project development new1David mbwiga
 
semester ya 3 Designing and planning nutrition programmes
semester ya 3 Designing and planning nutrition programmessemester ya 3 Designing and planning nutrition programmes
semester ya 3 Designing and planning nutrition programmesDavid mbwiga
 

Plus de David mbwiga (10)

Lecture 5 chemical preservation of food
Lecture 5 chemical preservation of foodLecture 5 chemical preservation of food
Lecture 5 chemical preservation of food
 
Lecture 4 browning reaction
Lecture 4 browning reactionLecture 4 browning reaction
Lecture 4 browning reaction
 
Lecture 3 intrinsic and extrinsic factors
Lecture 3 intrinsic and extrinsic factorsLecture 3 intrinsic and extrinsic factors
Lecture 3 intrinsic and extrinsic factors
 
Lecture 2
Lecture 2Lecture 2
Lecture 2
 
Lecture 1
Lecture 1Lecture 1
Lecture 1
 
Nutritional software
Nutritional software Nutritional software
Nutritional software
 
Steps in designing nutrition programme
Steps in designing nutrition programmeSteps in designing nutrition programme
Steps in designing nutrition programme
 
Logframework and swort thursday
Logframework and swort thursdayLogframework and swort thursday
Logframework and swort thursday
 
Project development new1
Project development new1Project development new1
Project development new1
 
semester ya 3 Designing and planning nutrition programmes
semester ya 3 Designing and planning nutrition programmessemester ya 3 Designing and planning nutrition programmes
semester ya 3 Designing and planning nutrition programmes
 

Dernier

CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 

Dernier (20)

DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 

Spss lecture notes

  • 2. The course content 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.
  • 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.
  • 10. Opening SPSS Start → All Programs → SPSS Inc→ SPSS 16.0 → SPSS 16.0
  • 11. Opening SPSS The default window will have the data editor There are two sheets in the window: 1. Data view 2. Variable view
  • 12. Data View window The Data View window This sheet is visible when you first open the Data Editor and this sheet contains the data Click on the tab labeled Variable View Click
  • 13. Variable View window This sheet contains information about the data set that is stored with the dataset Name  The first character of the variable name must be alphabetic  Variable names must be unique, and have to be less than 64 characters.  Spaces are NOT allowed.
  • 14. Variable View window: Type Type  Click on the ‘type’ box. The two basic types of variables that you will use are numeric and string. This column enables you to specify the type of variable.
  • 15. Variable View window: Width Width Width allows you to determine the number of characters SPSS will allow to be entered for the variable
  • 16. Variable View window: Decimals Decimals Number of decimals It has to be less than or equal to 16 3.14159265
  • 17. Variable View window: Label Label You can specify the details of the variable You can write characters with spaces up to 256 characters
  • 18. Variable View window: Values Values This is used and to suggest which numbers represent which categories when the variable represents a category
  • 19. Defining the value labels Click the cell in the values column as shown below For the value, and the label, you can put up to 60 characters. After defining the values click add and then click OK. Click
  • 20. Practice 1 How would you put the following information into SPSS? Value = 1 represents Male and Value = 2 represents Female Name Gender Height JAUNITA 2 5.4 SALLY 2 5.3 DONNA 2 5.6 SABRINA 2 5.7 JOHN 1 5.7 MARK 1 6 ERIC 1 6.4 BRUCE 1 5.9
  • 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
  • 31.
  • 32. The basic analysis of SPSS that will be introduced in this class Frequencies This analysis produces frequency tables showing frequency counts and percentages of the values of individual variables. Descriptives This analysis shows the maximum, minimum, mean, and standard deviation of the variables Linear regression analysis Linear Regression estimates the coefficients of the linear equation
  • 33. Opening the sample data Open ‘Employee data.sav’ from the SPSS Go to “File,” “Open,” and Click Data
  • 34. Opening the sample data Go to Program Files,” “SPSSInc,” “SPSS16,” and “Samples” folder. Open “Employee Data.sav” file
  • 35. Frequencies Click ‘Analyze,’ ‘Descriptive statistics,’ then click ‘Frequencies’
  • 36. Frequencies Click gender and put it into the variable box. Click ‘Charts.’ Then click ‘Bar charts’ and click ‘Continue.’ Click Click
  • 37. Frequencies Finally Click OK in the Frequencies box. Click
  • 38.
  • 39. Using the Syntax editor Click ‘Analyze,’ ‘Descriptive statistics,’ then click ‘Frequencies.’ Put ‘Gender’ in the Variable(s) box. Then click ‘Charts,’ ‘Bar charts,’ and click ‘Continue.’ Click ‘Paste.’ Click
  • 40. Using the Syntax editor Highlight the commands in the Syntax editor and then click the run icon. You can do the same thing by right clicking the highlighted area and then by clicking ‘Run Current’ Click Right Click!
  • 41. Practice 4 Do a frequency analysis on the variable “minority” Create pie charts for it Do the same analysis using the syntax editor
  • 42.
  • 44. Descriptives Click ‘Analyze,’ ‘Descriptive statistics,’ then click ‘Descriptives…’ Click ‘Educational level’ and ‘Beginning Salary,’ and put it into the variable box. Click Options Click
  • 45. Descriptives The options allows you to analyze other descriptive statistics besides the mean and Std. Click ‘variance’ and ‘kurtosis’ Finally click ‘Continue’ Click Click
  • 46. Descriptives Finally Click OK in the Descriptives box. You will be able to see the result of the analysis.
  • 47. Regression Analysis Click ‘Analyze,’ ‘Regression,’ then click ‘Linear’ from the main menu.
  • 48. Regression Analysis For example let’s analyze the model Put ‘Beginning Salary’ as Dependent and ‘Educational Level’ as Independent. εββ ++= edusalbegin 10 Click Click
  • 50. Plotting the regression line Click ‘Graphs,’ ‘Legacy Dialogs,’ ‘Interactive,’ and ‘Scatterplot’ from the main menu.
  • 51. Plotting the regression line Drag ‘Current Salary’ into the vertical axis box and ‘Beginning Salary’ in the horizontal axis box. Click ‘Fit’ bar. Make sure the Method is regression in the Fit box. Then click ‘OK’. Click Set this to Regression!
  • 52.
  • 53. Practice 5Find out whether or not the previous experience of workers has any affect on their beginning salary? Take the variable “salbegin,” and “prevexp” as dependent and independent variables respectively. Plot the regression line for the above analysis using the “scatter plot” menu.
  • 55.
  • 56. Click on the “fit” tab to make sure the method is regression
  • 57.

Notes de l'éditeur

  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.