Top Banner
By B. Anand Network Engineer Bharathidasan University A TRAINING PROGRAMME ON SOFTWARE PACKAGES FOR STATISTICAL ANALYSIS (SPSS) Two-day workshop on Frontier areas in Symbolic Computing and Cloud Computing Day 1 – Session 2
57

Software packages for statistical analysis - SPSS

Nov 15, 2014

Download

Education

Anand Balaji

Basic Introduction to SPSS packagelll
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Software packages for statistical analysis - SPSS

ByB. Anand

Network EngineerBharathidasan University

A TRAINING PROGRAMME ON SOFTWARE PACKAGES FOR STATISTICAL ANALYSIS (SPSS)

Two-day workshop on Frontier areas in Symbolic Computing and

Cloud Computing

Day 1 – Session 2

Page 2: Software packages for statistical analysis - SPSS

What is SPSS?

•SPSS is an acronym of Statistical Package for Social Sciences

•One of the most popular statistical packages which can perform highly complex data manipulation and analysis with simple instructions

Page 3: Software packages for statistical analysis - SPSS

What is SPSS?

•SPSS is an acronym of Statistical Package for Social Sciences

•One of the most popular statistical packages which can perform highly complex data manipulation and analysis with simple instructions

Page 4: Software packages for statistical analysis - SPSS

Variable

Variable is the name of the field in the dataset.Data

Data is the value given to the field.

Measuring the Variables

Ordinal - region, zip code, or religious affiliation

Nominal - Levels of service satisfaction from highly dissatisfied to highly satisfied

Scale - age in years and income in thousands of dollars

Page 5: Software packages for statistical analysis - SPSS

The Four Windows:

• Data editor

• Output viewer

• Syntax editor

• Script window

Page 6: Software packages for statistical analysis - SPSS

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.”

Page 7: Software packages for statistical analysis - SPSS

The Four Windows: Output Viewer Output Viewer

Displays output and errors. Extension of the saved file will be “spv.”

Page 8: Software packages for statistical analysis - SPSS

The Four Windows: Syntax editor Syntax Editor

Text editor for syntax composition. Extension of the saved file will be “sps.”

Page 9: Software packages for statistical analysis - SPSS

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.”

Page 10: Software packages for statistical analysis - SPSS

Opening SPSSThe default window will have the data editorThere are two sheets in the window: 1. Data view 2. Variable view

Page 11: Software packages for statistical analysis - SPSS

Data View windowThe 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

Page 12: Software packages for statistical analysis - SPSS

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 alphabeticVariable names must be unique, and have to be less than 64

characters. Spaces are NOT allowed.

Page 13: Software packages for statistical analysis - SPSS

Variable View window: TypeType

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.

Page 14: Software packages for statistical analysis - SPSS

Variable View window: WidthWidth

Width allows you to determine the number of characters SPSS will allow to be entered for the variable

Page 15: Software packages for statistical analysis - SPSS

Variable View window: DecimalsDecimals

Number of decimalsIt has to be less than or equal to 16

3.14159265

Page 16: Software packages for statistical analysis - SPSS

Variable View window: LabelLabel

You can specify the details of the variableYou can write characters with spaces up to 256

characters

Page 17: Software packages for statistical analysis - SPSS

Variable View window: ValuesValues

This is used and to suggest which numbers represent which categories when the variable represents a category

Page 18: Software packages for statistical analysis - SPSS

Defining the value labelsClick the cell in the values column as shown belowFor the value, and the label, you can put up to 60

characters.After defining the values click add and then click

OK.

Click

Page 19: Software packages for statistical analysis - SPSS

Practice 1How would you put the following information into

SPSS?

Value = 1 represents Male and Value = 2 represents Female

Name Gender HeightJAUNITA 2 5.4SALLY 2 5.3DONNA 2 5.6SABRINA 2 5.7JOHN 1 5.7MARK 1 6ERIC 1 6.4BRUCE 1 5.9

Page 20: Software packages for statistical analysis - SPSS

Practice 1 (Solution Sample)

Click

Page 21: Software packages for statistical analysis - SPSS

Click

Page 22: Software packages for statistical analysis - SPSS

Saving the dataTo 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

Page 23: Software packages for statistical analysis - SPSS

Sorting the data Click ‘Data’ and then click Sort Cases

Page 24: Software packages for statistical analysis - SPSS

Sorting the data (cont’d)Double Click ‘Name of the students.’ Then click ok.

Click

Click

Page 25: Software packages for statistical analysis - SPSS

Practice 2How 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.

Page 26: Software packages for statistical analysis - SPSS

Transforming dataClick ‘Transform’ and then click ‘Compute

Variable…’

Page 27: Software packages for statistical analysis - SPSS

Transforming data (cont’d) Example: Adding a new variable named ‘lnheight’ which is

the natural log of height Type lnheight in the ‘Target Variable’ box. Then type in

‘ln(height)’ in the ‘Numeric Expression’ box. Click OK

Click

Page 28: Software packages for statistical analysis - SPSS

Transforming data (cont’d)A new variable ‘lnheight’ is added to the table

Page 29: Software packages for statistical analysis - SPSS

Practice 3Create a new variable named “sqrtheight”

which is the square root of height.Answer

Page 30: Software packages for statistical analysis - SPSS

The basic analysis

Page 31: Software packages for statistical analysis - SPSS

The basic analysis of SPSS that will be introduced in this chapter

FrequenciesThis analysis produces frequency tables showing

frequency counts and percentages of the values of individual variables.

DescriptivesThis analysis shows the maximum, minimum, mean,

and standard deviation of the variables

Linear regression analysisLinear Regression estimates the coefficients of the

linear equation

Page 32: Software packages for statistical analysis - SPSS

Opening the sample data Open ‘Employee data.sav’ from the SPSS

Go to “File,” “Open,” and Click Data

Page 33: Software packages for statistical analysis - SPSS

Opening the sample dataGo to Program Files,” “SPSSInc,” “SPSS17,” and

“Samples” folder.Open “Employee Data.sav” file

Page 34: Software packages for statistical analysis - SPSS

FrequenciesClick ‘Analyze,’ ‘Descriptive statistics,’ then

click ‘Frequencies’

Page 35: Software packages for statistical analysis - SPSS

FrequenciesClick gender and put it into the variable box.Click ‘Charts.’ Then click ‘Bar charts’ and click ‘Continue.’

Click Click

Page 36: Software packages for statistical analysis - SPSS

FrequenciesFinally Click OK in the Frequencies box.

Click

Page 37: Software packages for statistical analysis - SPSS
Page 38: Software packages for statistical analysis - SPSS

Using the Syntax editorClick ‘Analyze,’ ‘Descriptive statistics,’ then

click ‘Frequencies.’Put ‘Gender’ in the Variable(s) box.Then click ‘Charts,’ ‘Bar charts,’ and click

‘Continue.’Click ‘Paste.’

Click

Page 39: Software packages for statistical analysis - SPSS

Using the Syntax editorHighlight 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’

ClickRight Click!

Page 40: Software packages for statistical analysis - SPSS

Practice 4Do a frequency analysis on the variable

“minority”

Create pie charts for it

Do the same analysis using the syntax editor

Page 41: Software packages for statistical analysis - SPSS
Page 42: Software packages for statistical analysis - SPSS

Answer

Click

Page 43: Software packages for statistical analysis - SPSS

DescriptivesClick ‘Analyze,’ ‘Descriptive statistics,’ then

click ‘Descriptives…’Click ‘Educational level’ and ‘Beginning

Salary,’ and put it into the variable box.Click Options

Click

Page 44: Software packages for statistical analysis - SPSS

DescriptivesThe options allows you to analyze other

descriptive statistics besides the mean and Std.Click ‘variance’ and ‘kurtosis’Finally click ‘Continue’

Click

Click

Page 45: Software packages for statistical analysis - SPSS

DescriptivesFinally Click OK in the Descriptives box. You

will be able to see the result of the analysis.

Page 46: Software packages for statistical analysis - SPSS

Regression AnalysisClick ‘Analyze,’ ‘Regression,’ then click ‘Linear’

from the main menu.

Page 47: Software packages for statistical analysis - SPSS

Regression Analysis For example let’s analyze the model Put ‘Beginning Salary’ as Dependent and ‘Educational Level’ as

Independent.

edusalbegin 10

ClickClick

Page 48: Software packages for statistical analysis - SPSS

Regression Analysis Clicking OK gives the result

Page 49: Software packages for statistical analysis - SPSS

Plotting the regression lineClick ‘Graphs,’ ‘Legacy Dialogs,’ ‘Interactive,’

and ‘Scatterplot’ from the main menu.

Page 50: Software packages for statistical analysis - SPSS

Plotting the regression lineDrag ‘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’.

ClickSet this to Regression!

Page 51: Software packages for statistical analysis - SPSS
Page 52: Software packages for statistical analysis - SPSS

Practice 5Find 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.

Page 53: Software packages for statistical analysis - SPSS

Answer

Click

Page 54: Software packages for statistical analysis - SPSS
Page 55: Software packages for statistical analysis - SPSS

Click on the “fit” tab to make sure the method is regression

Page 56: Software packages for statistical analysis - SPSS
Page 57: Software packages for statistical analysis - SPSS