58
Prepared By Bundala, N.H

Spss lecture notes

Embed Size (px)

Citation preview

Page 1: Spss lecture notes

PreparedBy Bundala, N.H

Page 2: Spss lecture notes

The course content

About the four-windows in SPSS

The basics of managing data files

The basic analysis in SPSS

Page 3: Spss lecture notes

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

Page 4: Spss lecture notes
Page 5: Spss lecture notes

The Four Windows: Data EditorData Editor

Spreadsheet-like system for defining, entering, editing, and displaying data. Extension of the saved file will be “sav.”

Page 6: Spss lecture notes

The Four Windows: Output ViewerOutput Viewer

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

Page 7: Spss lecture notes

The Four Windows: Syntax editorSyntax Editor

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

Page 8: Spss lecture notes

The Four Windows: Script WindowScript 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 9: Spss lecture notes
Page 10: Spss lecture notes

Opening SPSSStart → All Programs → SPSS Inc→ SPSS 16.0 →

SPSS 16.0

Page 11: Spss lecture notes

Opening SPSSThe default window will have the data editorThere are two sheets in the window:

1. Data view 2. Variable view

Page 12: Spss lecture notes

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 13: Spss lecture notes

Variable View windowThis 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.

Page 14: Spss lecture notes

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 15: Spss lecture notes

Variable View window: WidthWidth

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

Page 16: Spss lecture notes

Variable View window: DecimalsDecimals

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

3.14159265

Page 17: Spss lecture notes

Variable View window: Label

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

characters

Page 18: Spss lecture notes

Variable View window: ValuesValues

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

Page 19: Spss lecture notes

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 20: Spss lecture notes

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 21: Spss lecture notes

Practice 1 (Solution Sample)

Click

Page 22: Spss lecture notes

Click

Page 23: Spss lecture notes

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 24: Spss lecture notes

Sorting the dataClick ‘Data’ and then click Sort Cases

Page 25: Spss lecture notes

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

ok.

Click

Click

Page 26: Spss lecture notes

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 27: Spss lecture notes

Transforming dataClick ‘Transform’ and then click ‘Compute Variable…’

Page 28: Spss lecture notes

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

Page 29: Spss lecture notes

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

Page 30: Spss lecture notes

Practice 3Create a new variable named “sqrtheight”

which is the square root of height.Answer

Page 31: Spss lecture notes
Page 32: Spss lecture notes

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.

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 33: Spss lecture notes

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

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

Page 34: Spss lecture notes

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

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

Page 35: Spss lecture notes

FrequenciesClick ‘Analyze,’ ‘Descriptive statistics,’ then

click ‘Frequencies’

Page 36: Spss lecture notes

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

Click Click

Page 37: Spss lecture notes

FrequenciesFinally Click OK in the Frequencies box.

Click

Page 38: Spss lecture notes
Page 39: Spss lecture notes

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 40: Spss lecture notes

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 41: Spss lecture notes

Practice 4Do a frequency analysis on the

variable “minority”

Create pie charts for it

Do the same analysis using the syntax editor

Page 42: Spss lecture notes
Page 43: Spss lecture notes

Answer

Click

Page 44: Spss lecture notes

DescriptivesClick ‘Analyze,’ ‘Descriptive statistics,’ then

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

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

Click

Page 45: Spss lecture notes

DescriptivesThe options allows you to analyze other

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

Click

Click

Page 46: Spss lecture notes

DescriptivesFinally Click OK in the Descriptives box. You will

be able to see the result of the analysis.

Page 47: Spss lecture notes

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

‘Linear’ from the main menu.

Page 48: Spss lecture notes

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

Independent.

edusalbegin 10

ClickClick

Page 49: Spss lecture notes

Regression AnalysisClicking OK gives the result

Page 50: Spss lecture notes

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

‘Interactive,’ and ‘Scatterplot’ from the main menu.

Page 51: Spss lecture notes

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 52: Spss lecture notes
Page 53: Spss lecture notes

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 54: Spss lecture notes

Answer

Click

Page 55: Spss lecture notes
Page 56: Spss lecture notes

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

Page 57: Spss lecture notes
Page 58: Spss lecture notes

THE END