Crash Course in Statistics

Size: px
Start display at page:

Download "Crash Course in Statistics"

Transcription

1 Neuroscience Center Zurich Crash Course in Statistics Introduction to SPSS July 2014 Dr. Jürg Schwarz Slide 2 Program 8 July 2014: Morning Lessons ( ) First Part Introduction - A typical example - Resources - First steps Exercises Program 8 July 2014: Afternoon Lessons ( ) Second Part Additional Topics - Analysis functions - Charts Exercises

2 Table of Contents Slide 3 Introduction 5 A typical example... 5 "How-to" in SPSS First Impression Resources 11 Manuals Sample Files Using the Help System (Core System User s Guide) Online-Resources First Steps 18 Change the Application Language Starting SPSS & Opening a Data File Data Editor & Data Organization Running an Analysis & Viewing Results Intermezzo: Alphabetical view of the variables in the dialog boxes Working with Syntax Modifying Data Values Select Cases & Split File Data Entry Data Editor: Defining Variables, Entering Data & Missing Values Importing Data Exercise 01: First Part Introduction 52 Slide 4 Analysis functions: Analyze 53 Descriptive Statistics Inferential Statistics Creating charts 70 Manuals Creating and Editing Charts Bar Chart Self-Study 45 minutes Exercise 02: Second Part Additional Topics 73

3 Introduction Slide 5 A typical example Medical research: What are the factors affecting body weight? Data set (EXAMPLE00.SAV) Sample of n = 198 men and women Body weight [kg] Typical questions Is there an impact of the factors K body size [cm] age [years] sex [0/ 1] K on body weight? Body size [cm] How can this impact be modeled? How strong is the impact of each factor? Slide 6 A closer look: Joint representation of the relationships between the variables Body weight Body size Age Age Body size Body weight

4 Questions Slide 7 Question in everyday language: How do individual characteristics influence body weight? Research question: Is there an impact of the factors K body size age sex K on body weight? How strong is the impact of the factors? Is there a model? Is linear regression analysis the right model? Statistical question: H 0 :"No model" (= No overall model and no significant coefficients) H A :"Model"(= Overall model and significant coefficients) Can we reject H 0? Solution Multiple linear regression model with body weight as the dependent variable body weight = β 0 +β1 age+β2 body size+β3 sex+ u body weight= dependent variable age,... sex= independent variables β,... β = coefficients 0 3 u= error term Slide 8 "How-to" in SPSS Scales Dependent variable: metric Independent variables: metric, categorical (coded as dummy variables) SPSS: AnalyzeRegressionLinear... Method: Enter (All variables are entered into the model simultaneously) Method: Stepwise (Each variable is individually tested for fitness and included) Method: Blockwise (Variables are entered in a predefined sequences of blocks)

5 Slide 9 Result Significant overall model (table not shown) High value for "Adjusted R Square" (R 2 adj. 1) Significant coefficients (Sig. <.05) SPSS Output age has highest impact: Standardized Beta =.596 weight = size age gender_d Example interpretation: One more year of age increases body weight by.476 kilograms, holding all the other independent variables constant. "How-to" in SPSS First Impression Structure of SPSS Slide 10 Data File (in Data Editor) Output Syntax File (in Syntax Editor)

6 Resources Slide 11 Manuals This introduction refers to the manual "IBM SPSS Statistics 22 Brief Guide" Find this manual and also "IBM SPSS Statistics 22 Core System User s Guide" here: www-01.ibm.com/support/docview.wss?uid=swg #en Sample Files Slide 12 This introduction uses the data file demo.sav Find it here: Data View Variable View

7 Slide 13 The data file demo.sav is a fictional survey of several thousand people (n = 6400), containing basic demographic and consumer information. Name age marital address income inccat car carcat ed employ retire empcat jobsat gender reside wireless multline voice pager internet callid callwait owntv ownvcr owncd ownpda ownpc ownfax news response Label Age in years Marital status Years at current address Household income in thousands Income category in thousands Price of primary vehicle Primary vehicle price category Level of education Years with current employer Retired Years with current employer Job satisfaction Gender Number of people in household Wireless service Multiple lines Voice mail Paging service Internet Caller ID Call waiting Owns TV Owns VCR Owns stereo/cd player Owns PDA Owns computer Owns fax machine Newspaper subscription Response Using the Help System (Core System User s Guide) Slide 14 Help is provided in many different forms: Help menu (the most important) Topics: Provides access to the Contents, Index, and Search tabs, which you can use to find specific Help topics. Tutorial: Illustrated, step-by-step instructions on how to use many of the basic features. Case Studies: Hands-on examples of how to create various types of statistical analyses and how to interpret the results. Statistics Coach: A wizard-like approach to guide you through the process of finding the procedure that you want to use. Command Syntax Reference: Detailed command syntax reference information is available in two forms: integrated into the Help system and as a separate document in PDF form. Context-sensitive Help Dialog box Help buttons: Most dialog boxes have a Help button that takes you directly to a Help topic for that dialog box. Pivot table context menu Help: Right-click on terms in an activated pivot table in the Viewer and choose What s This? from the context menu to display definitions of the terms. Command syntax: In a command syntax window, position the cursor anywhere within a syntax block for a command and press F1 on the keyboard.

8 Help menu Slide 15 : => Dialog box Help buttons => Tutorials Slide 16 :

9 Online-Resources SPSS Solutions for Education www-01.ibm.com/software/analytics/spss/academic/students/resources.html IBM-ID Password 7mydevelopper Slide 17 SPSS Support (especially Knowledgebase Search) User spssswitzerland Password spssswitzerland SPSS Support (resources for all levels of users and application developers) User Password 7mydevelopper Other Resources / Forum / Discussion => First Steps Slide 18 Change the Application Language The language can be selected through the Language tab under EditOptions:

10 Starting SPSS & Opening a Data File Slide 19 From the Start menu choose: IBM SPSS Statistics IBM SPSS Statistics 21 Find data file demo.sav here: Other possibility: Double click on SPSS data file Data Editor & Data Organization Slide 20 The Data Editor displays the contents of the active data file Data View Columns represent variables and rows represent cases (observations) Variable View Each row is a variable, each column is an attribute of that variable

11 Slide 21 SPSS data is organized by cases (rows) and variables (columns) Data View Cases (rows) For a survey of individuals, each row would represent a respondent. In an experiment, each row might correspond to a single recorded observation. Variables (columns) Each column in the data editor corresponds to a specific measurement. In many areas of research, these measurements are called variables. Running an Analysis & Viewing Results The "Analyze" menu contains different methods of analysis. For example a simple frequency table with histogram: AnalyzeDescriptive StatisticsFrequenciesK Slide 22

12 Intermezzo: Alphabetical view of the variables in the dialog boxes The default settings of SPSS show labels for the variables in the dialog fields: Slide 23 Variables are shown with a label. This could make the search for particular variables difficult. Slide 24 SPSS can be adjusted so that variables are displayed with their names and in alphabetical order. To do so, select the following setting under the General tab of EditOptions: Variables are displayed alphabetically by names. Place the cursor in the box that contains the variables, and enter a character from the keyboard. The first variable beginning with this character will appear. This allows you to quickly search through the variable box to find a variable.

13 Slide 25 Create an additional histogram Slide 26

14 Working with Syntax Slide 27 Open a new syntax file through the menu: FileNewSyntax Data Editor Output Syntax-Editor *.sav files *.spv files *.sps files Slide 28 How do you get the command syntax? Option I: Perform an analysis through the menu Example: AnalyzeDescriptive StatisticsFrequencies Data Editor Output

15 Slide 29 Where is the syntax for this analysis? => The syntax is displayed in the output. Double-click the syntax part in the log, highlight and copy the syntax. Paste the syntax into the Syntax Editor. Slide 30 Option II: Paste the syntax directly from the dialog box ("Paste" button). Option III: Write the syntax yourself. Executing the Syntax Place the cursor inside the syntax in the syntax editor and run the analysis through the menu RunSelection.

16 Slide 31 Typical Syntax File Why should you use syntax? Rapidly leads to greater efficiency. Documentation Reproducing the results Automatically process many commands Allows access to all commands Communication with other persons Opens the world of macros What if the syntax is not displayed in the output? Through the menu EditOptionsKViewer, choose Display commands in the log Slide 32 The syntax is now displayed in the output.

17 Modifying Data Values Slide 33 The data may not always exist in a form that can be used for analysis or reporting. For example, you may want to: convert a scale variable into a categorical variable. merge different response categories into a single category. calculate a new variable from the difference between two existing variables. Slide 34 Computing a new variable New variables can be computed based on existing ones, for example by averaging scores, summing them up etc. For example you may want to compute the equivalence income (based on the household income and the number of persons in the household). TransformCompute VariableK Syntax COMPUTE income_equiv = income / SQRT(reside).

18 Slide 35 Recoding a variable Example: creating a categorical variable from a scale variable. For example, based on age in years we could build age categories. Menu: TransformRecode into Different VariablesK Syntax Slide 36 RECODE age (Lowest thru 24=1) (25 thru 44=2) (45 thru 60=3) (61 thru Highest=4) INTO age_r. FREQUENCIES VARIABLES=age age_r /ORDER ANALYSIS. Result Scale values (age) Categorical values (age_r) ==> : Categories 1: up to 24 years 2: years 3: years 4: over 60 years

19 Select Cases & Split File Select cases A particular subset of the data can be analyzed by selecting specific cases. Through this, all undesired cases of your data set are either temporarily or permanently deleted. For example, you may want to analyze only respondents who are older than 45 years. Menu: DataSelect CasesK Slide 37 Slide 38 Syntax Result USE ALL. COMPUTE filter_$=(age > 45). FILTER BY filter_$. EXECUTE. FREQUENCIES VARIABLES=age /FORMAT=NOTABLE /HISTOGRAM /ORDER=ANALYSIS. FILTER OFF. USE ALL. EXECUTE. These lines remove the "filter" for all analyses to come.

20 Split File Slide 39 Sometimes data in different categories should be analyzed separately. To do this, the data can be split up, and the same analysis can be performed on two or more datasets. For example, we could split the dataset by means of the variable age_r which means we are conducting separate analyses for each of the age categories. Menu: DataSplit FileK Syntax Result Slide 40 SORT CASES BY age_r. SPLIT FILE SEPARATE BY age_r. EXECUTE. FREQUENCIES VARIABLES=income /FORMAT=NOTABLE /HISTOGRAM /ORDER=ANALYSIS. SPLIT FILE OFF. This line removes the split for all analyses to come.

21 Data Entry Slide 41 There are different ways to enter data into SPSS. Data can be directly entered into SPSS or can be imported from many different sources: Direct: SPSS Data Editor From a spreadsheet program (such as Excel) From a database program (such as Access) From other applications (such as a text editor) Scanners may be efficient for entering large amounts of data. Data Editor: Defining Variables, Entering Data & Missing Values Slide 42 Entering (new) numerical data Open a new data file (through the menu FileNewData) At the bottom of the Data Editor window, switch to Variable View. Enter age in the first row of the first column. Enter marital in the second row. Enter income in the third row. New variables are automatically assigned the "Numeric" data type.

22 Slide 43 Switch to the Data View in order to enter values. To suppress the decimal place for the variables age, marital and income: At the bottom of the Data Editor window, switch to Variable View. Select the Decimals column and enter a 0 for age. Select the Decimals column and enter a 0 for marital. Adding variable labels and value labels Enter "Age in years" into the age cell of the "Labels" column. Do the same for "Marital Status", and so on. Slide 44 Select the Values cell for marital and open the dialog box. For Value, enter 1. For Label, enter "single". Click on Add so that this designation is registered.

23 Handling missing values In general, missing or invalid data should not be ignored. Sometimes survey participants refuse to answer particular questions. They may not know an answer, or may respond in an unexpected way. If these data are not identified or filtered out, your analysis may not yield correct results. Slide 45 Empty data cells, or cells that contain invalid input, are converted to missing values, which are displayed as a period. Slide 46 The reason why data is missing could be important for your analysis. For example, for a particular question, it could be useful to distinguish between those who refused to answer and those for whom the question was not applicable. In "Variable View" select the Missing cell for income and open the dialog box. In this dialog box you can specify up to three different missing values, either by defining a range of values, or particular single values.

24 Importing Data Slide 47 Data can be imported from different sources. Reading an SPSS Data File SPSS data files have a file extension of *.sav. Importing data from a spreadsheet In addition to entering data into the data editor, you can import from programs such as Microsoft Excel. The column headings serve as variable names. Importing data from a text file Text files are common sources of data. Many spreadsheet programs and databases can save their contents in text file format. For example, in CSV files, variables are separated with commas or tabs. Importing data from a database (not in this course) Data from a database can be imported with the help of a database wizard. Importing data from Spreadsheets Find the Excel file "demo.xls" in Slide 48 Column headings are variable names.

25 Slide 49 Open the Excel file through the SPSS File menu (Excel file must be closed) Importing data from a text file Find the text file "demo.txt" in Slide 50 Open the text file through the SPSS File menu (text file must be closed)

26 Slide 51 Exercise 01: First Part Introduction Slide 52 Ressources => => Exercises SPSS => Exercise 01

27 Analysis functions: Analyze Slide 53 Descriptive Statistics Summary information about the distribution, variability, and central tendency of variables. FrequenciesI Provides statistics and graphical displays for describing many types of variables. For a frequency report and bar chart, you can arrange the distinct values in ascending or descending order or order the categories by their frequencies. The frequencies report can be suppressed when a variable has many distinct values. You can label charts with frequencies (the default) or percentages. Statistics and plots: Frequency counts, percentages, cumulative percentages, mean, median, mode, sum, standard deviation, variance, range, minimum and maximum values, standard error of the mean, skewness and kurtosis (both with standard errors), quartiles, user-specified percentiles, bar charts, pie charts, and histograms. Menu FrequenciesI Slide 54

28 Example FrequenciesI FREQUENCIES VARIABLES=age /FORMAT=NOTABLE /STATISTICS=STDDEV VARIANCE MINIMUM MAXIMUM MEAN MEDIAN SKEWNESS SESKEW KURTOSIS SEKURT /HISTOGRAM /ORDER=ANALYSIS. Slide 55 DescriptivesI Displays univariate summary statistics for several variables in a single table Calculates standardized values (z scores). Variables can be ordered by the size of their means (in ascending or descending order), alphabetically, or by the order in which you select the variables (the default). When z scores are saved, they are added to the data in the data editor Statistics: Sample size, mean, minimum, maximum, standard deviation, variance, range, sum, standard error of the mean, and kurtosis and skewness with their standard errors. Slide 56

29 Example DescriptivesI DESCRIPTIVES VARIABLES=age /SAVE /STATISTICS=MEAN STDDEV MIN MAX. Slide 57 z scores are saved in the data editor ExploreI Produces summary statistics and graphical displays either for all of your cases or separately for groups of cases Use for: data screening, outlier identification, description, assumption checking, and characterizing differences among subpopulations (groups of cases). Slide 58

30 Example ExploreI EXAMINE VARIABLES=income BY gender /PLOT BOXPLOT /COMPARE GROUPS /STATISTICS DESCRIPTIVES /CINTERVAL 95 /MISSING LISTWISE /NOTOTAL. Slide 59 : Example ExploreI Numbers indicate cases in the dataset Slide 60

31 CrosstabsI Forms two-way and multiway tables and provides a variety of tests and measures of association Slide 61 Example CrosstabsI CROSSTABS /TABLES=gender BY inccat /FORMAT=AVALUE TABLES /CELLS=COUNT ROW /COUNT ROUND CELL. Slide 62

32 Inferential Statistics Slide 63 SPSS offers univariate and multivariate analysis techniques, including (among many others): General linear models (GLM) Survival analysis procedures Non-parametric procedures One-Sample t-test Use to test the claim that a population mean is equal to a specific value. Example: Test the hypothesis that in the population the mean age is 45 years. Hypothesis structure H 0 : µ = 45 years H A : µ 45 years Slide 64 SPSS output Mean of sample age = years The probability of the t-test is p =.000, assuming the null hypothesis H 0 can be rejected: The mean age in the population is significantly different than 45 years.

33 Two-Sample t-test Slide 65 Comparing two independent Means. Example: Test the hypothesis that the mean income of men and woman is different. Slide 66 Hypothesis structure H 0 : µ men = µ women H A : µ men µ women SPSS output Mean of men's income = [1000 $] Mean of women's income = [1000 $] When comparing groups, their variances must be relatively similar for the t-test to be used. Levene's test checks for this. If the significance for Levene's test is 0.05, then the row "Equal variances not assumed" is used > 0.05, then row "Equal variances assumed" is used Men and women in the population do not differ significantly in terms of their mean income. (t-test: df = 6398, t =.702, p =.483).

34 Slide 67 Paired Samples t-test Very often the two samples to be compared are not randomly selected: The second sample is the same as the first after some treatment has been applied. Example: Influence of diet on body weight of overweight men. Data set: body_weight.sav weight_0 = weight at beginning of diet weight_1 = weight after ¼ year Slide 68 Hypothesis structure H 0 : µ beginning = µ after H A : µ beginning µ after SPSS output Mean weight at beginning = [kg] Mean weight after ¼ year = [kg The mean weight at beginning of the diet is not significantly different from the mean weight after ¼ year of diet. (t-test: df = 98, t = , p =.229).

35 How to choose a statistical test? Use an inferential statistics decision-making tree! Slide 69 Tree from UZH (German) Creating charts Slide 70 Manuals This introduction refers to the manual "IBM SPSS Statistics 22 Brief Guide" Find this manual and also "GPL Reference Guide for IBM SPSS Statistics" here: www-01.ibm.com/support/docview.wss?uid=swg #en

36 Creating and Editing Charts SPSS provides a large number of options for producing charts and diagrams. The graphics options are available on the Graphs menu. Slide 71 Either use Chart Builder or Legacy Dialogs which are the old styled commands Bar Chart Self-Study 45 minutes Create a bar chart of mean income for different levels of job satisfaction. Slide 72 From the menus choose: GraphsChart Builder... Click OK

37 Exercise 02: Second Part Additional Topics Slide 73 Ressources => => Exercises SPSS => Exercise 02 Notes: Slide 74

IBM SPSS Statistics 22 Brief Guide

IBM SPSS Statistics 22 Brief Guide IBM SPSS Statistics 22 Brief Guide Note Before using this information and the product it supports, read the information in Notices on page 77. Product Information This edition applies to version 22, release

More information

Basic Medical Statistics Course

Basic Medical Statistics Course Basic Medical Statistics Course S0 SPSS Intro November 2013 Wilma Heemsbergen w.heemsbergen@nki.nl 1 13.00 ~ 15.30 Database (20 min) SPSS (40 min) Short break Exercise (60 min) This Afternoon During the

More information

INTRODUCTORY SPSS. Dr Feroz Mahomed Swalaha x2689

INTRODUCTORY SPSS. Dr Feroz Mahomed Swalaha x2689 INTRODUCTORY SPSS Dr Feroz Mahomed Swalaha fswalaha@dut.ac.za x2689 1 Statistics (the systematic collection and display of numerical data) is the most abused area of numeracy. 97% of statistics are made

More information

Basic Medical Statistics Course

Basic Medical Statistics Course Basic Medical Statistics Course S0 SPSS Intro December 2014 Wilma Heemsbergen w.heemsbergen@nki.nl This Afternoon 13.00 ~ 15.00 SPSS lecture Short break Exercise 2 Database Example 3 Types of data Type

More information

SPSS. (Statistical Packages for the Social Sciences)

SPSS. (Statistical Packages for the Social Sciences) Inger Persson SPSS (Statistical Packages for the Social Sciences) SHORT INSTRUCTIONS This presentation contains only relatively short instructions on how to perform basic statistical calculations in SPSS.

More information

1. Basic Steps for Data Analysis Data Editor. 2.4.To create a new SPSS file

1. Basic Steps for Data Analysis Data Editor. 2.4.To create a new SPSS file 1 SPSS Guide 2009 Content 1. Basic Steps for Data Analysis. 3 2. Data Editor. 2.4.To create a new SPSS file 3 4 3. Data Analysis/ Frequencies. 5 4. Recoding the variable into classes.. 5 5. Data Analysis/

More information

- 1 - Fig. A5.1 Missing value analysis dialog box

- 1 - Fig. A5.1 Missing value analysis dialog box WEB APPENDIX Sarstedt, M. & Mooi, E. (2019). A concise guide to market research. The process, data, and methods using SPSS (3 rd ed.). Heidelberg: Springer. Missing Value Analysis and Multiple Imputation

More information

Research Methods for Business and Management. Session 8a- Analyzing Quantitative Data- using SPSS 16 Andre Samuel

Research Methods for Business and Management. Session 8a- Analyzing Quantitative Data- using SPSS 16 Andre Samuel Research Methods for Business and Management Session 8a- Analyzing Quantitative Data- using SPSS 16 Andre Samuel A Simple Example- Gym Purpose of Questionnaire- to determine the participants involvement

More information

SPSS for Survey Analysis

SPSS for Survey Analysis STC: SPSS for Survey Analysis 1 SPSS for Survey Analysis STC: SPSS for Survey Analysis 2 SPSS for Surveys: Contents Background Information... 4 Opening and creating new documents... 5 Starting SPSS...

More information

Creating a data file and entering data

Creating a data file and entering data 4 Creating a data file and entering data There are a number of stages in the process of setting up a data file and analysing the data. The flow chart shown on the next page outlines the main steps that

More information

IBMSPSSSTATL1P: IBM SPSS Statistics Level 1

IBMSPSSSTATL1P: IBM SPSS Statistics Level 1 SPSS IBMSPSSSTATL1P IBMSPSSSTATL1P: IBM SPSS Statistics Level 1 Version: 4.4 QUESTION NO: 1 Which statement concerning IBM SPSS Statistics application windows is correct? A. At least one Data Editor window

More information

Statistical Package for the Social Sciences INTRODUCTION TO SPSS SPSS for Windows Version 16.0: Its first version in 1968 In 1975.

Statistical Package for the Social Sciences INTRODUCTION TO SPSS SPSS for Windows Version 16.0: Its first version in 1968 In 1975. Statistical Package for the Social Sciences INTRODUCTION TO SPSS SPSS for Windows Version 16.0: Its first version in 1968 In 1975. SPSS Statistics were designed INTRODUCTION TO SPSS Objective About the

More information

INTRODUCTION TO SPSS OUTLINE 6/17/2013. Assoc. Prof. Dr. Md. Mujibur Rahman Room No. BN Phone:

INTRODUCTION TO SPSS OUTLINE 6/17/2013. Assoc. Prof. Dr. Md. Mujibur Rahman Room No. BN Phone: INTRODUCTION TO SPSS Assoc. Prof. Dr. Md. Mujibur Rahman Room No. BN-0-024 Phone: 89287269 E-mail: mujibur@uniten.edu.my OUTLINE About the four-windows in SPSS The basics of managing data files The basic

More information

User Services Spring 2008 OBJECTIVES Introduction Getting Help Instructors

User Services Spring 2008 OBJECTIVES  Introduction Getting Help  Instructors User Services Spring 2008 OBJECTIVES Use the Data Editor of SPSS 15.0 to to import data. Recode existing variables and compute new variables Use SPSS utilities and options Conduct basic statistical tests.

More information

4. Descriptive Statistics: Measures of Variability and Central Tendency

4. Descriptive Statistics: Measures of Variability and Central Tendency 4. Descriptive Statistics: Measures of Variability and Central Tendency Objectives Calculate descriptive for continuous and categorical data Edit output tables Although measures of central tendency and

More information

Applied Regression Modeling: A Business Approach

Applied Regression Modeling: A Business Approach i Applied Regression Modeling: A Business Approach Computer software help: SPSS SPSS (originally Statistical Package for the Social Sciences ) is a commercial statistical software package with an easy-to-use

More information

SPSS QM II. SPSS Manual Quantitative methods II (7.5hp) SHORT INSTRUCTIONS BE CAREFUL

SPSS QM II. SPSS Manual Quantitative methods II (7.5hp) SHORT INSTRUCTIONS BE CAREFUL SPSS QM II SHORT INSTRUCTIONS This presentation contains only relatively short instructions on how to perform some statistical analyses in SPSS. Details around a certain function/analysis method not covered

More information

Intermediate SPSS. If you have an SPSS dataset (*.sav), you can open it in the following way:

Intermediate SPSS. If you have an SPSS dataset (*.sav), you can open it in the following way: Center for Teaching, Research & Learning Research Support Group at the Social Science Research lab American University, Washington, D.C. http://www.american.edu/provost/ctrl/ 202-885-3862 Intermediate

More information

WORKSHOP: Using the Health Survey for England, 2014

WORKSHOP: Using the Health Survey for England, 2014 WORKSHOP: Using the Health Survey for England, 2014 There are three sections to this workshop, each with a separate worksheet. The worksheets are designed to be accessible to those who have no prior experience

More information

One does not necessarily have special statistical software to perform statistical analyses.

One does not necessarily have special statistical software to perform statistical analyses. Appendix F How to Use a Data Spreadsheet Excel One does not necessarily have special statistical software to perform statistical analyses. Microsoft Office Excel can be used to run statistical procedures.

More information

Data Analysis using SPSS

Data Analysis using SPSS Data Analysis using SPSS 2073/03/05 03/07 Bijay Lal Pradhan, Ph.D. Ground Rule Mobile Penalty Participation Involvement Introduction to SPSS Day 1 2073/03/05 Session I Bijay Lal Pradhan, Ph.D. Object of

More information

Introduction. About this Document. What is SPSS. ohow to get SPSS. oopening Data

Introduction. About this Document. What is SPSS. ohow to get SPSS. oopening Data Introduction About this Document This manual was written by members of the Statistical Consulting Program as an introduction to SPSS 12.0. It is designed to assist new users in familiarizing themselves

More information

SPSS Instructions and Guidelines PSCI 2300 Intro to Political Science Research Dr. Paul Hensel Last updated 10 March 2018

SPSS Instructions and Guidelines PSCI 2300 Intro to Political Science Research Dr. Paul Hensel Last updated 10 March 2018 SPSS Instructions and Guidelines PSCI 2300 Intro to Political Science Research Dr. Paul Hensel Last updated 10 March 2018 Table of Contents Introduction... 1 Accessing SPSS... 2 Possible Alternative: PSPP...

More information

How to Use a Statistical Package

How to Use a Statistical Package APPENDIX D How to Use a Statistical Package Candace M. Evans, Lisa M. Gilman, Jeffrey Xavier, Joan Saxton Weber Computers and statistical software such as the Statistical Package for the Social Sciences

More information

Brief Guide on Using SPSS 10.0

Brief Guide on Using SPSS 10.0 Brief Guide on Using SPSS 10.0 (Use student data, 22 cases, studentp.dat in Dr. Chang s Data Directory Page) (Page address: http://www.cis.ysu.edu/~chang/stat/) I. Processing File and Data To open a new

More information

An introduction to SPSS

An introduction to SPSS An introduction to SPSS To open the SPSS software using U of Iowa Virtual Desktop... Go to https://virtualdesktop.uiowa.edu and choose SPSS 24. Contents NOTE: Save data files in a drive that is accessible

More information

How to Use a Statistical Package

How to Use a Statistical Package APPENDIX F How to Use a Statistical Package With the assistance of Lisa M. Gilman and Jeffrey Xavier and with contributions by Joan Saxton Weber Computers and statistical software such as the Statistical

More information

WINKS SDA 7. Version 7

WINKS SDA 7. Version 7 WINKS SDA 7 Version 7 (For BASIC and PROFESSIONAL Editions of WINKS SDA) PowerPoint Slides for this Guide are svailable at the website Click Instructors. www.texasoft.com TexaSoft, 2015 Do these tutorials

More information

2016 SPSS Workshop UBC Research Commons

2016 SPSS Workshop UBC Research Commons " 2016 SPSS Workshop #2 @ UBC Research Commons Part 1: Data Management The Select Cases Command Menu: Data Select Cases 1. Option 1- randomly selecting cases Select Random sample of cases, click on Sample,

More information

Computers and statistical software such as the Statistical Package for the Social Sciences (SPSS) make complex statistical

Computers and statistical software such as the Statistical Package for the Social Sciences (SPSS) make complex statistical Appendix C How to Use a Statistical Package With The Assistance of Lisa M. Gilman and with Contributions By Joan Saxton Weber Computers and statistical software such as the Statistical Package for the

More information

SPSS TRAINING SPSS VIEWS

SPSS TRAINING SPSS VIEWS SPSS TRAINING SPSS VIEWS Dataset Data file Data View o Full data set, structured same as excel (variable = column name, row = record) Variable View o Provides details for each variable (column in Data

More information

Basic concepts and terms

Basic concepts and terms CHAPTER ONE Basic concepts and terms I. Key concepts Test usefulness Reliability Construct validity Authenticity Interactiveness Impact Practicality Assessment Measurement Test Evaluation Grading/marking

More information

Dr. Barbara Morgan Quantitative Methods

Dr. Barbara Morgan Quantitative Methods Dr. Barbara Morgan Quantitative Methods 195.650 Basic Stata This is a brief guide to using the most basic operations in Stata. Stata also has an on-line tutorial. At the initial prompt type tutorial. In

More information

Statistical Analysis Using SPSS for Windows Getting Started (Ver. 2018/10/30) The numbers of figures in the SPSS_screenshot.pptx are shown in red.

Statistical Analysis Using SPSS for Windows Getting Started (Ver. 2018/10/30) The numbers of figures in the SPSS_screenshot.pptx are shown in red. Statistical Analysis Using SPSS for Windows Getting Started (Ver. 2018/10/30) The numbers of figures in the SPSS_screenshot.pptx are shown in red. 1. How to display English messages from IBM SPSS Statistics

More information

Data Analysis and Solver Plugins for KSpread USER S MANUAL. Tomasz Maliszewski

Data Analysis and Solver Plugins for KSpread USER S MANUAL. Tomasz Maliszewski Data Analysis and Solver Plugins for KSpread USER S MANUAL Tomasz Maliszewski tmaliszewski@wp.pl Table of Content CHAPTER 1: INTRODUCTION... 3 1.1. ABOUT DATA ANALYSIS PLUGIN... 3 1.3. ABOUT SOLVER PLUGIN...

More information

WINKS SDA Windows KwikStat Statistical Data Analysis and Graphs Getting Started Guide

WINKS SDA Windows KwikStat Statistical Data Analysis and Graphs Getting Started Guide WINKS SDA Windows KwikStat Statistical Data Analysis and Graphs Getting Started Guide 2011 Version 6A Do these tutorials first This series of tutorials provides a quick start to using WINKS. Feel free

More information

How to Use a Statistical Package

How to Use a Statistical Package E App-Bachman-45191.qxd 1/31/2007 3:32 PM Page E-1 A P P E N D I X E How to Use a Statistical Package WITH THE ASSISTANCE OF LISA M. GILMAN AND WITH CONTRIBUTIONS BY JOAN SAXTON WEBER Computers and statistical

More information

Frequency Distributions and Descriptive Statistics in SPS

Frequency Distributions and Descriptive Statistics in SPS 230 Combs Building 859.622.3050 studentcomputing.eku.edu studentcomputing@eku.edu Frequency Distributions and Descriptive Statistics in SPSS In this tutorial, we re going to work through a sample problem

More information

UNIT 4. Research Methods in Business

UNIT 4. Research Methods in Business UNIT 4 Preparing Data for Analysis:- After data are obtained through questionnaires, interviews, observation or through secondary sources, they need to be edited. The blank responses, if any have to be

More information

After opening Stata for the first time: set scheme s1mono, permanently

After opening Stata for the first time: set scheme s1mono, permanently Stata 13 HELP Getting help Type help command (e.g., help regress). If you don't know the command name, type lookup topic (e.g., lookup regression). Email: tech-support@stata.com. Put your Stata serial

More information

Digital literacy training

Digital literacy training Digital literacy training SPSS Introduction 2018 ANU Library anulib.anu.edu.au/training digital.literacy@anu.edu.au Table of Contents To start SPSS... 1 Import Excel files... 1 The Data View window...

More information

Chapter 5: The beast of bias

Chapter 5: The beast of bias Chapter 5: The beast of bias Self-test answers SELF-TEST Compute the mean and sum of squared error for the new data set. First we need to compute the mean: + 3 + + 3 + 2 5 9 5 3. Then the sum of squared

More information

Introduction (SPSS) Opening SPSS Start All Programs SPSS Inc SPSS 21. SPSS Menus

Introduction (SPSS) Opening SPSS Start All Programs SPSS Inc SPSS 21. SPSS Menus Introduction (SPSS) SPSS is the acronym of Statistical Package for the Social Sciences. SPSS is one of the most popular statistical packages which can perform highly complex data manipulation and analysis

More information

22/10/16. Data Coding in SPSS. Data Coding in SPSS. Data Coding in SPSS. Data Coding in SPSS

22/10/16. Data Coding in SPSS. Data Coding in SPSS. Data Coding in SPSS. Data Coding in SPSS DATA CODING IN SPSS STAFF TRAINING WORKSHOP March 28, 2017 Delivered by Dr. Director of Applied Economics Unit African Heritage Institution Enugu Nigeria To code data in SPSS, Lunch the SPSS The Data Editor

More information

Copyright 2015 by Sean Connolly

Copyright 2015 by Sean Connolly 1 Copyright 2015 by Sean Connolly All rights reserved. No part of this publication may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other

More information

Math 227 EXCEL / MEGASTAT Guide

Math 227 EXCEL / MEGASTAT Guide Math 227 EXCEL / MEGASTAT Guide Introduction Introduction: Ch2: Frequency Distributions and Graphs Construct Frequency Distributions and various types of graphs: Histograms, Polygons, Pie Charts, Stem-and-Leaf

More information

GETTING STARTED. A Step-by-Step Guide to Using MarketSight

GETTING STARTED. A Step-by-Step Guide to Using MarketSight GETTING STARTED A Step-by-Step Guide to Using MarketSight Analyze any dataset Run crosstabs Test statistical significance Create charts and dashboards Share results online Introduction MarketSight is a

More information

Measures of Dispersion

Measures of Dispersion Measures of Dispersion 6-3 I Will... Find measures of dispersion of sets of data. Find standard deviation and analyze normal distribution. Day 1: Dispersion Vocabulary Measures of Variation (Dispersion

More information

DEPARTMENT OF HEALTH AND HUMAN SCIENCES HS900 RESEARCH METHODS

DEPARTMENT OF HEALTH AND HUMAN SCIENCES HS900 RESEARCH METHODS DEPARTMENT OF HEALTH AND HUMAN SCIENCES HS900 RESEARCH METHODS Using SPSS Topics addressed today: 1. Accessing data from CMR 2. Starting SPSS 3. Getting familiar with SPSS 4. Entering data 5. Saving data

More information

FREQUENCIES VARIABLES=CAT_MSDS /STATISTICS=STDDEV MINIMUM MAXIMUM MEAN MEDIAN MODE /ORDER=ANALYSIS.

FREQUENCIES VARIABLES=CAT_MSDS /STATISTICS=STDDEV MINIMUM MAXIMUM MEAN MEDIAN MODE /ORDER=ANALYSIS. 1. Uji Univariat FREQUENCIES VARIABLES=CAT_MSDS /STATISTICS=STDDEV MINIMUM MAXIMUM MEAN MEDIAN MODE /ORDER=ANALYSIS. Frequencies Notes Output Created 31-MAY-2017 20:53:29 Comments Input Data Active Dataset

More information

Opening a Data File in SPSS. Defining Variables in SPSS

Opening a Data File in SPSS. Defining Variables in SPSS Opening a Data File in SPSS To open an existing SPSS file: 1. Click File Open Data. Go to the appropriate directory and find the name of the appropriate file. SPSS defaults to opening SPSS data files with

More information

Chapter One: Getting Started With IBM SPSS for Windows

Chapter One: Getting Started With IBM SPSS for Windows Chapter One: Getting Started With IBM SPSS for Windows Using Windows The Windows start-up screen should look something like Figure 1-1. Several standard desktop icons will always appear on start up. Note

More information

Univariate Statistics Summary

Univariate Statistics Summary Further Maths Univariate Statistics Summary Types of Data Data can be classified as categorical or numerical. Categorical data are observations or records that are arranged according to category. For example:

More information

Example how not to do it: JMP in a nutshell 1 HR, 17 Apr Subject Gender Condition Turn Reactiontime. A1 male filler

Example how not to do it: JMP in a nutshell 1 HR, 17 Apr Subject Gender Condition Turn Reactiontime. A1 male filler JMP in a nutshell 1 HR, 17 Apr 2018 The software JMP Pro 14 is installed on the Macs of the Phonetics Institute. Private versions can be bought from

More information

SPSS Statistics Patch Description

SPSS Statistics Patch Description SPSS Statistics 18.0.1 Patch Description Product: SPSS Statistics 18.0.1 Date: December 8, 2009 Description: This patch resolves the following issues: 1. A problem with reading large SAS data files was

More information

MHPE 494: Data Analysis. Welcome! The Analytic Process

MHPE 494: Data Analysis. Welcome! The Analytic Process MHPE 494: Data Analysis Alan Schwartz, PhD Department of Medical Education Memoona Hasnain,, MD, PhD, MHPE Department of Family Medicine College of Medicine University of Illinois at Chicago Welcome! Your

More information

Dr Wan Nor Arifin Unit of Biostatistics and Research Methodology, Universiti Sains Malaysia.

Dr Wan Nor Arifin Unit of Biostatistics and Research Methodology, Universiti Sains Malaysia. Introduction to SPSS Dr Wan Nor Arifin Unit of Biostatistics and Research Methodology, Universiti Sains Malaysia. wnarifin@usm.my Outlines Introduction Data Editor Data View Variable View Menus Shortcut

More information

There are 3 main windows, and 3 main types of files, in SPSS: Data, Syntax, and Output.

There are 3 main windows, and 3 main types of files, in SPSS: Data, Syntax, and Output. U6310 Quantitative Techniques Lab - September 2001 Intro to SPSS SPSS works like this: You have a data set (either you create one or use an existing file such as the GSS). You choose analysis techniques

More information

Data Mining. SPSS Clementine k-means Algorithm. Spring 2010 Instructor: Dr. Masoud Yaghini. Clementine

Data Mining. SPSS Clementine k-means Algorithm. Spring 2010 Instructor: Dr. Masoud Yaghini. Clementine Data Mining SPSS 12.0 6. k-means Algorithm Spring 2010 Instructor: Dr. Masoud Yaghini Outline K-Means Algorithm in K-Means Node References K-Means Algorithm in Overview The k-means method is a clustering

More information

STAT 311 (3 CREDITS) VARIANCE AND REGRESSION ANALYSIS ELECTIVE: ALL STUDENTS. CONTENT Introduction to Computer application of variance and regression

STAT 311 (3 CREDITS) VARIANCE AND REGRESSION ANALYSIS ELECTIVE: ALL STUDENTS. CONTENT Introduction to Computer application of variance and regression STAT 311 (3 CREDITS) VARIANCE AND REGRESSION ANALYSIS ELECTIVE: ALL STUDENTS. CONTENT Introduction to Computer application of variance and regression analysis. Analysis of Variance: one way classification,

More information

Have you experienced any adverse health effects from the sun? Yes 1 No 2 Unsure 3

Have you experienced any adverse health effects from the sun? Yes 1 No 2 Unsure 3 This session takes you through some more of the statistical tests available in SPSS, as well as the use of syntax. It uses the Health 2011 data file. The questionnaire from which the data file was created

More information

Measures of Central Tendency. A measure of central tendency is a value used to represent the typical or average value in a data set.

Measures of Central Tendency. A measure of central tendency is a value used to represent the typical or average value in a data set. Measures of Central Tendency A measure of central tendency is a value used to represent the typical or average value in a data set. The Mean the sum of all data values divided by the number of values in

More information

Data analysis using Microsoft Excel

Data analysis using Microsoft Excel Introduction to Statistics Statistics may be defined as the science of collection, organization presentation analysis and interpretation of numerical data from the logical analysis. 1.Collection of Data

More information

Right-click on whatever it is you are trying to change Get help about the screen you are on Help Help Get help interpreting a table

Right-click on whatever it is you are trying to change Get help about the screen you are on Help Help Get help interpreting a table Q Cheat Sheets What to do when you cannot figure out how to use Q What to do when the data looks wrong Right-click on whatever it is you are trying to change Get help about the screen you are on Help Help

More information

Basic Commands. Consider the data set: {15, 22, 32, 31, 52, 41, 11}

Basic Commands. Consider the data set: {15, 22, 32, 31, 52, 41, 11} Entering Data: Basic Commands Consider the data set: {15, 22, 32, 31, 52, 41, 11} Data is stored in Lists on the calculator. Locate and press the STAT button on the calculator. Choose EDIT. The calculator

More information

Create Custom Tables in No Time

Create Custom Tables in No Time PASW Custom Tables 18 Create Custom Tables in No Time Easily analyze data and communicate your results with PASW Custom Tables Show the results of analyses clearly and quickly You often report the results

More information

A Simple Guide to Using SPSS (Statistical Package for the. Introduction. Steps for Analyzing Data. Social Sciences) for Windows

A Simple Guide to Using SPSS (Statistical Package for the. Introduction. Steps for Analyzing Data. Social Sciences) for Windows A Simple Guide to Using SPSS (Statistical Package for the Social Sciences) for Windows Introduction ٢ Steps for Analyzing Data Enter the data Select the procedure and options Select the variables Run the

More information

Course Code: SPSS19 Introduction to IBM SPSS Statistics

Course Code: SPSS19 Introduction to IBM SPSS Statistics Centre for Learning and Academic Development (CLAD) Technology Skills Development Team Course Code: SPSS19 Introduction to IBM SPSS Statistics www.intranet.birmingham.ac.uk/itskills An Introduction to

More information

MKTG 460 Winter 2019 Solutions #1

MKTG 460 Winter 2019 Solutions #1 MKTG 460 Winter 2019 Solutions #1 Short Answer: Data Analysis 1. What is a data table and how are the data values organized? A data table stores the data values for variables across different observations,

More information

What s New in Spotfire DXP 1.1. Spotfire Product Management January 2007

What s New in Spotfire DXP 1.1. Spotfire Product Management January 2007 What s New in Spotfire DXP 1.1 Spotfire Product Management January 2007 Spotfire DXP Version 1.1 This document highlights the new capabilities planned for release in version 1.1 of Spotfire DXP. In this

More information

Multivariate Capability Analysis

Multivariate Capability Analysis Multivariate Capability Analysis Summary... 1 Data Input... 3 Analysis Summary... 4 Capability Plot... 5 Capability Indices... 6 Capability Ellipse... 7 Correlation Matrix... 8 Tests for Normality... 8

More information

Data to Story Project: SPSS Cheat Sheet for Analyzing General Social Survey Data

Data to Story Project: SPSS Cheat Sheet for Analyzing General Social Survey Data Data to Story Project: SPSS Cheat Sheet for Analyzing General Social Survey Data This guide is intended to help you explore and analyze the variables you have selected for your group project. Conducting

More information

Statistical Good Practice Guidelines. 1. Introduction. Contents. SSC home Using Excel for Statistics - Tips and Warnings

Statistical Good Practice Guidelines. 1. Introduction. Contents. SSC home Using Excel for Statistics - Tips and Warnings Statistical Good Practice Guidelines SSC home Using Excel for Statistics - Tips and Warnings On-line version 2 - March 2001 This is one in a series of guides for research and support staff involved in

More information

Lab #9: ANOVA and TUKEY tests

Lab #9: ANOVA and TUKEY tests Lab #9: ANOVA and TUKEY tests Objectives: 1. Column manipulation in SAS 2. Analysis of variance 3. Tukey test 4. Least Significant Difference test 5. Analysis of variance with PROC GLM 6. Levene test for

More information

Measures of Central Tendency

Measures of Central Tendency Page of 6 Measures of Central Tendency A measure of central tendency is a value used to represent the typical or average value in a data set. The Mean The sum of all data values divided by the number of

More information

Quantitative - One Population

Quantitative - One Population Quantitative - One Population The Quantitative One Population VISA procedures allow the user to perform descriptive and inferential procedures for problems involving one population with quantitative (interval)

More information

Introductions Overview of SPSS

Introductions Overview of SPSS Introductions Overview of SPSS Welcome to our SPSS tutorials. This first tutorial will provide a basic overview of the SPSS environment. We will be using SPSS version 22 for these tutorials, however, versions

More information

Table of Contents (As covered from textbook)

Table of Contents (As covered from textbook) Table of Contents (As covered from textbook) Ch 1 Data and Decisions Ch 2 Displaying and Describing Categorical Data Ch 3 Displaying and Describing Quantitative Data Ch 4 Correlation and Linear Regression

More information

Mean Tests & X 2 Parametric vs Nonparametric Errors Selection of a Statistical Test SW242

Mean Tests & X 2 Parametric vs Nonparametric Errors Selection of a Statistical Test SW242 Mean Tests & X 2 Parametric vs Nonparametric Errors Selection of a Statistical Test SW242 Creation & Description of a Data Set * 4 Levels of Measurement * Nominal, ordinal, interval, ratio * Variable Types

More information

Statistics with a Hemacytometer

Statistics with a Hemacytometer Statistics with a Hemacytometer Overview This exercise incorporates several different statistical analyses. Data gathered from cell counts with a hemacytometer is used to explore frequency distributions

More information

Getting Started With. A Step-by-Step Guide to Using WorldAPP Analytics to Analyze Survey Data, Create Charts, & Share Results Online

Getting Started With. A Step-by-Step Guide to Using WorldAPP Analytics to Analyze Survey Data, Create Charts, & Share Results Online Getting Started With A Step-by-Step Guide to Using WorldAPP Analytics to Analyze Survey, Create Charts, & Share Results Online Variables Crosstabs Charts PowerPoint Tables Introduction WorldAPP Analytics

More information

WELCOME! Lecture 3 Thommy Perlinger

WELCOME! Lecture 3 Thommy Perlinger Quantitative Methods II WELCOME! Lecture 3 Thommy Perlinger Program Lecture 3 Cleaning and transforming data Graphical examination of the data Missing Values Graphical examination of the data It is important

More information

7.4 Tutorial #4: Profiling LC Segments Using the CHAID Option

7.4 Tutorial #4: Profiling LC Segments Using the CHAID Option 7.4 Tutorial #4: Profiling LC Segments Using the CHAID Option DemoData = gss82.sav After an LC model is estimated, it is often desirable to describe (profile) the resulting latent classes in terms of demographic

More information

Minitab Study Card J ENNIFER L EWIS P RIESTLEY, PH.D.

Minitab Study Card J ENNIFER L EWIS P RIESTLEY, PH.D. Minitab Study Card J ENNIFER L EWIS P RIESTLEY, PH.D. Introduction to Minitab The interface for Minitab is very user-friendly, with a spreadsheet orientation. When you first launch Minitab, you will see

More information

Applied Regression Modeling: A Business Approach

Applied Regression Modeling: A Business Approach i Applied Regression Modeling: A Business Approach Computer software help: SAS SAS (originally Statistical Analysis Software ) is a commercial statistical software package based on a powerful programming

More information

IENG484 Quality Engineering Lab 1 RESEARCH ASSISTANT SHADI BOLOUKIFAR

IENG484 Quality Engineering Lab 1 RESEARCH ASSISTANT SHADI BOLOUKIFAR IENG484 Quality Engineering Lab 1 RESEARCH ASSISTANT SHADI BOLOUKIFAR SPSS (Statistical package for social science) Originally is acronym of Statistical Package for the Social Science but, now it stands

More information

Enterprise Miner Tutorial Notes 2 1

Enterprise Miner Tutorial Notes 2 1 Enterprise Miner Tutorial Notes 2 1 ECT7110 E-Commerce Data Mining Techniques Tutorial 2 How to Join Table in Enterprise Miner e.g. we need to join the following two tables: Join1 Join 2 ID Name Gender

More information

Research Data Analysis using SPSS. By Dr.Anura Karunarathne Senior Lecturer, Department of Accountancy University of Kelaniya

Research Data Analysis using SPSS. By Dr.Anura Karunarathne Senior Lecturer, Department of Accountancy University of Kelaniya Research Data Analysis using SPSS By Dr.Anura Karunarathne Senior Lecturer, Department of Accountancy University of Kelaniya MBA 61013- Business Statistics and Research Methodology Learning outcomes At

More information

15 Wyner Statistics Fall 2013

15 Wyner Statistics Fall 2013 15 Wyner Statistics Fall 2013 CHAPTER THREE: CENTRAL TENDENCY AND VARIATION Summary, Terms, and Objectives The two most important aspects of a numerical data set are its central tendencies and its variation.

More information

เพ มภาพตามเน อหาของแต ละบท. Microsoft Excel Benjamas Panyangam and Dr. Dussadee Praserttitipong. Adapted in English by Prakarn Unachak

เพ มภาพตามเน อหาของแต ละบท. Microsoft Excel Benjamas Panyangam and Dr. Dussadee Praserttitipong. Adapted in English by Prakarn Unachak เพ มภาพตามเน อหาของแต ละบท Microsoft Excel 2016 Benjamas Panyangam and Dr. Dussadee Praserttitipong Adapted in English by Prakarn Unachak 204100 IT AND MODERN LIFE 1. Excel Basics 2. Calculation and Formula

More information

SPSS INSTRUCTION CHAPTER 9

SPSS INSTRUCTION CHAPTER 9 SPSS INSTRUCTION CHAPTER 9 Chapter 9 does no more than introduce the repeated-measures ANOVA, the MANOVA, and the ANCOVA, and discriminant analysis. But, you can likely envision how complicated it can

More information

Ivy s Business Analytics Foundation Certification Details (Module I + II+ III + IV + V)

Ivy s Business Analytics Foundation Certification Details (Module I + II+ III + IV + V) Ivy s Business Analytics Foundation Certification Details (Module I + II+ III + IV + V) Based on Industry Cases, Live Exercises, & Industry Executed Projects Module (I) Analytics Essentials 81 hrs 1. Statistics

More information

SPSS: AN OVERVIEW. V.K. Bhatia Indian Agricultural Statistics Research Institute, New Delhi

SPSS: AN OVERVIEW. V.K. Bhatia Indian Agricultural Statistics Research Institute, New Delhi SPSS: AN OVERVIEW V.K. Bhatia Indian Agricultural Statistics Research Institute, New Delhi-110012 The abbreviation SPSS stands for Statistical Package for the Social Sciences and is a comprehensive system

More information

CHAPTER 1. Introduction. Statistics: Statistics is the science of collecting, organizing, analyzing, presenting and interpreting data.

CHAPTER 1. Introduction. Statistics: Statistics is the science of collecting, organizing, analyzing, presenting and interpreting data. 1 CHAPTER 1 Introduction Statistics: Statistics is the science of collecting, organizing, analyzing, presenting and interpreting data. Variable: Any characteristic of a person or thing that can be expressed

More information

Chapter 2. Descriptive Statistics: Organizing, Displaying and Summarizing Data

Chapter 2. Descriptive Statistics: Organizing, Displaying and Summarizing Data Chapter 2 Descriptive Statistics: Organizing, Displaying and Summarizing Data Objectives Student should be able to Organize data Tabulate data into frequency/relative frequency tables Display data graphically

More information

EXST SAS Lab Lab #8: More data step and t-tests

EXST SAS Lab Lab #8: More data step and t-tests EXST SAS Lab Lab #8: More data step and t-tests Objectives 1. Input a text file in column input 2. Output two data files from a single input 3. Modify datasets with a KEEP statement or option 4. Prepare

More information

Analysis of Complex Survey Data with SAS

Analysis of Complex Survey Data with SAS ABSTRACT Analysis of Complex Survey Data with SAS Christine R. Wells, Ph.D., UCLA, Los Angeles, CA The differences between data collected via a complex sampling design and data collected via other methods

More information

2.1: Frequency Distributions and Their Graphs

2.1: Frequency Distributions and Their Graphs 2.1: Frequency Distributions and Their Graphs Frequency Distribution - way to display data that has many entries - table that shows classes or intervals of data entries and the number of entries in each

More information

DATA DEFINITION PHASE

DATA DEFINITION PHASE Twoway Analysis of Variance Unlike previous problems in the manual, the present problem involves two independent variables (gender of juror and type of crime committed by defendant). There are two levels

More information

CHAPTER 2 DESCRIPTIVE STATISTICS

CHAPTER 2 DESCRIPTIVE STATISTICS CHAPTER 2 DESCRIPTIVE STATISTICS 1. Stem-and-Leaf Graphs, Line Graphs, and Bar Graphs The distribution of data is how the data is spread or distributed over the range of the data values. This is one of

More information