logging in or signing up spss.introduction bilalmalakandi Download Post to : URL : Related Presentations : Share Add to Flag Embed Email Send to Blogs and Networks Add to Channel Uploaded from authorPOINT lite Insert YouTube videos in PowerPont slides with aS Desktop Copy embed code: Embed: Flash iPad Copy Does not support media & animations WordPress Embed Customize Embed URL: Copy Thumbnail: Copy The presentation is successfully added In Your Favorites. Views: 495 Category: Entertainment License: All Rights Reserved Like it (0) Dislike it (0) Added: June 03, 2011 This Presentation is Public Favorites: 2 Presentation Description No description available. Comments Posting comment... Premium member Presentation Transcript Introduction to SPSS: Introduction to SPSS Dr Zafar Mahmood PhD Biostatistics zafarjan90@yahoo.comObject of the Course: Object of the Course About the four-windows in SPSS The basics of managing data files The basic analysis in SPSSIntroduction: What is 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 Output viewer Syntax editor Script window: The Four Windows: Data editor Output viewer Syntax editor Script windowThe Four Windows: Data Editor: 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: The Four Windows: Output Viewer Output Viewer Displays output and errors. Extension of the saved file will be “spv.”The Four Windows: Syntax editor: 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: 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.”The basics of managing data files: The basics of managing data filesOpening SPSS: Opening SPSS Start → All Programs → SPSS Inc→ SPSS 16.0 → SPSS 16.0Opening SPSS: Opening SPSS The default window will have the data editor There are two sheets in the window: 1. Data view 2. Variable viewData View window: 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 ClickVariable View window: 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: 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: Variable View window: Width Width Width allows you to determine the number of characters SPSS will allow to be entered for the variableVariable View window: Decimals: Variable View window: Decimals Decimals Number of decimals It has to be less than or equal to 16Variable View window: Label: Variable View window: Label Label You can specify the details of the variable You can write characters with spaces up to 256 charactersVariable View window: Values: Variable View window: Values Values This is used and to suggest which numbers represent which categories when the variable represents a categoryDefining the value labels: 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. ClickPractice 1: Practice 1 How would you put the following information into SPSS? Value = 1 represents Male and Value = 2 represents FemalePractice 1 (Solution Sample): Practice 1 (Solution Sample) ClickSlide 22: ClickSaving the data: 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.” ClickSorting the data: Sorting the data Click ‘Data’ and then click Sort CasesSorting the data (cont’d): Sorting the data (cont’d) Double Click ‘Name of the students.’ Then click ok. Click ClickPractice 2: 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: Transforming data Click ‘Transform’ and then click ‘Compute Variable…’Transforming data (cont’d): 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 ClickTransforming data (cont’d): Transforming data (cont’d) A new variable ‘lnheight’ is added to the tablePractice 3: Practice 3 Create a new variable named “sqrtheight” which is the square root of height. AnswerThe basic analysis : The basic analysisThe basic analysis of SPSS that will be introduced in this class : 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: Opening the sample data Open ‘Employee data.sav’ from the SPSS Go to “File,” “Open,” and Click DataOpening the sample data: Opening the sample data Go to Program Files,” “SPSSInc,” “SPSS16,” and “Samples” folder. Open “Employee Data.sav” fileFrequencies: Frequencies Click ‘Analyze,’ ‘Descriptive statistics,’ then click ‘Frequencies’Frequencies: Frequencies Click gender and put it into the variable box. Click ‘Charts.’ Then click ‘Bar charts’ and click ‘Continue.’ Click ClickFrequencies: Frequencies Finally Click OK in the Frequencies box. ClickUsing the Syntax editor: 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.’ ClickUsing the Syntax editor: 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: Practice 4 Do a frequency analysis on the variable “minority” Create pie charts for it Do the same analysis using the syntax editorAnswer: Answer ClickDescriptives: Descriptives Click ‘Analyze,’ ‘Descriptive statistics,’ then click ‘Descriptives…’ Click ‘Educational level’ and ‘Beginning Salary,’ and put it into the variable box. Click Options ClickDescriptives: Descriptives The options allows you to analyze other descriptive statistics besides the mean and Std. Click ‘variance’ and ‘kurtosis’ Finally click ‘Continue’ Click ClickDescriptives: Descriptives Finally Click OK in the Descriptives box. You will be able to see the result of the analysis.Regression Analysis: Regression Analysis Click ‘Analyze,’ ‘Regression,’ then click ‘Linear’ from the main menu.Regression Analysis: Regression Analysis For example let’s analyze the model Put ‘Beginning Salary’ as Dependent and ‘Educational Level’ as Independent. Click ClickRegression Analysis: Regression Analysis Clicking OK gives the resultPlotting the regression line: Plotting the regression line Click ‘Graphs,’ ‘Legacy Dialogs,’ ‘Interactive,’ and ‘Scatterplot’ from the main menu.Plotting the regression line: 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: 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: Answer ClickSlide 56: Click on the “fit” tab to make sure the method is regressionSlide 58: For further Questions: zafarjan90@yahoo.com You do not have the permission to view this presentation. In order to view it, please contact the author of the presentation.
spss.introduction bilalmalakandi Download Post to : URL : Related Presentations : Share Add to Flag Embed Email Send to Blogs and Networks Add to Channel Uploaded from authorPOINT lite Insert YouTube videos in PowerPont slides with aS Desktop Copy embed code: Embed: Flash iPad Copy Does not support media & animations WordPress Embed Customize Embed URL: Copy Thumbnail: Copy The presentation is successfully added In Your Favorites. Views: 495 Category: Entertainment License: All Rights Reserved Like it (0) Dislike it (0) Added: June 03, 2011 This Presentation is Public Favorites: 2 Presentation Description No description available. Comments Posting comment... Premium member Presentation Transcript Introduction to SPSS: Introduction to SPSS Dr Zafar Mahmood PhD Biostatistics zafarjan90@yahoo.comObject of the Course: Object of the Course About the four-windows in SPSS The basics of managing data files The basic analysis in SPSSIntroduction: What is 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 Output viewer Syntax editor Script window: The Four Windows: Data editor Output viewer Syntax editor Script windowThe Four Windows: Data Editor: 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: The Four Windows: Output Viewer Output Viewer Displays output and errors. Extension of the saved file will be “spv.”The Four Windows: Syntax editor: 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: 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.”The basics of managing data files: The basics of managing data filesOpening SPSS: Opening SPSS Start → All Programs → SPSS Inc→ SPSS 16.0 → SPSS 16.0Opening SPSS: Opening SPSS The default window will have the data editor There are two sheets in the window: 1. Data view 2. Variable viewData View window: 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 ClickVariable View window: 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: 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: Variable View window: Width Width Width allows you to determine the number of characters SPSS will allow to be entered for the variableVariable View window: Decimals: Variable View window: Decimals Decimals Number of decimals It has to be less than or equal to 16Variable View window: Label: Variable View window: Label Label You can specify the details of the variable You can write characters with spaces up to 256 charactersVariable View window: Values: Variable View window: Values Values This is used and to suggest which numbers represent which categories when the variable represents a categoryDefining the value labels: 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. ClickPractice 1: Practice 1 How would you put the following information into SPSS? Value = 1 represents Male and Value = 2 represents FemalePractice 1 (Solution Sample): Practice 1 (Solution Sample) ClickSlide 22: ClickSaving the data: 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.” ClickSorting the data: Sorting the data Click ‘Data’ and then click Sort CasesSorting the data (cont’d): Sorting the data (cont’d) Double Click ‘Name of the students.’ Then click ok. Click ClickPractice 2: 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: Transforming data Click ‘Transform’ and then click ‘Compute Variable…’Transforming data (cont’d): 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 ClickTransforming data (cont’d): Transforming data (cont’d) A new variable ‘lnheight’ is added to the tablePractice 3: Practice 3 Create a new variable named “sqrtheight” which is the square root of height. AnswerThe basic analysis : The basic analysisThe basic analysis of SPSS that will be introduced in this class : 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: Opening the sample data Open ‘Employee data.sav’ from the SPSS Go to “File,” “Open,” and Click DataOpening the sample data: Opening the sample data Go to Program Files,” “SPSSInc,” “SPSS16,” and “Samples” folder. Open “Employee Data.sav” fileFrequencies: Frequencies Click ‘Analyze,’ ‘Descriptive statistics,’ then click ‘Frequencies’Frequencies: Frequencies Click gender and put it into the variable box. Click ‘Charts.’ Then click ‘Bar charts’ and click ‘Continue.’ Click ClickFrequencies: Frequencies Finally Click OK in the Frequencies box. ClickUsing the Syntax editor: 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.’ ClickUsing the Syntax editor: 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: Practice 4 Do a frequency analysis on the variable “minority” Create pie charts for it Do the same analysis using the syntax editorAnswer: Answer ClickDescriptives: Descriptives Click ‘Analyze,’ ‘Descriptive statistics,’ then click ‘Descriptives…’ Click ‘Educational level’ and ‘Beginning Salary,’ and put it into the variable box. Click Options ClickDescriptives: Descriptives The options allows you to analyze other descriptive statistics besides the mean and Std. Click ‘variance’ and ‘kurtosis’ Finally click ‘Continue’ Click ClickDescriptives: Descriptives Finally Click OK in the Descriptives box. You will be able to see the result of the analysis.Regression Analysis: Regression Analysis Click ‘Analyze,’ ‘Regression,’ then click ‘Linear’ from the main menu.Regression Analysis: Regression Analysis For example let’s analyze the model Put ‘Beginning Salary’ as Dependent and ‘Educational Level’ as Independent. Click ClickRegression Analysis: Regression Analysis Clicking OK gives the resultPlotting the regression line: Plotting the regression line Click ‘Graphs,’ ‘Legacy Dialogs,’ ‘Interactive,’ and ‘Scatterplot’ from the main menu.Plotting the regression line: 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: 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: Answer ClickSlide 56: Click on the “fit” tab to make sure the method is regressionSlide 58: For further Questions: zafarjan90@yahoo.com