Analyzing Research Data Using Excel

Size: px
Start display at page:

Download "Analyzing Research Data Using Excel"

Transcription

1 Analyzing Research Data Using Excel Fraser Health Authority, 2012 The Fraser Health Authority ( FH ) authorizes the use, reproduction and/or modification of this publication for purposes other than commercial redistribution. In consideration for this authorization, the user agrees that any unmodified reproduction of this publication shall retain all copyright and proprietary notices. If the user modifies the content of this publication, all FH copyright notices shall be removed, however FH shall be acknowledged as the author of the source publication. Reproduction or storage of this publication in any form by any means for the purpose of commercial redistribution is strictly prohibited. This publication is intended to provide general information only, and should not be relied on as providing specific healthcare, legal or other professional advice. The Fraser Health Authority, and every person involved in the creation of this publication, disclaims any warranty, express or implied, as to its accuracy, completeness or currency, and disclaims all liability in respect of any actions, including the results of any actions, taken or not taken in reliance on the information contained herein.

2 2

3 Objectives To review key concepts and elements of quantitative research To explore the application of Excel in conducting a research project: Creating data files Creating data dictionary Linking research question to appropriate analysis To apply statistics to analytical data 3

4 Workshop Outline 09:00-09:15 Review of Quantitative Research 09:15-09:30 Measurement 09:30-10:30 Excel 101 Excel as database 10:30-10:45 Break 10:45-11:15 Using Excel to Clean/Explore Data 11:15-12:00 Using Excel to Analyze Data 4

5 Excel Pop Quiz How many columns? 2003: & 2010: 16,384 How many rows? 2003: 65, & 2010: 1,048,576 True or False You can conduct statistical analyses in Excel? 5

6 Quick Review of Quantitative Research 6

7 Framework for Quantitative Research Conduct literature review Develop rationale Why do want to do this research? What do others say? What are knowledge gaps? Formulate research question Generate objective(s) and/or hypothesis PICO Method P = population / patient I = intervention C = comparison O = outcome Hypothesis Objective (Usually) statement of anticipated Action statement results Apply methods and conduct the study Measurement Study Design Analysis 7

8 Research Question 8

9 Measurement: Thinking in Numbers From this To this ID Gender Age Disease Outcome ID Gender Age Disease Outcome 1 Male 59 Y Female 52 Y Male 53 N Female 60 N

10 Types of Variables Independent variable (IV) Influences your outcome measure Active (intervention) or Attribute (characteristic) Dependent variable (DV) Influenced by the IV(s) Usually represents outcome studied Confounders Alternative explanation for an association between an exposure (IV) and an outcome (DV) Not a focus of the study Independently associated with the outcome Associated with the exposure under study 10

11 Level of Measurement Nominal Example: gender Data categorized into mutually exclusive and unordered groups Can assign number codes but calculations would be meaningless (male=1; female=2) Ordinal Example: SES level: low, middle and high income Data classified/categorized with implied order Distance between data not always equal Can't measure the magnitude or quantify the difference between data: how much lower is middle from higher income? 11

12 Level of Measurement Interval: attributes measured on interval scales Equal distance between each interval Distance between scale numbers has meaning Arbitrary zero point (e.g., temperature) Ratio: similar to interval scale Has true zero point Clear definition of 0: There is none of the variable Example: weight, salary ($0=$0). Can make assumptions about the ratio of two measurements 6 grams is twice as much as 3 grams 12

13 Level of Measurement & Acceptable Statistical Operations Nominal Ordinal Interval Ratio Frequency distribution Yes Yes Yes Yes Mode Yes Yes Yes Yes Median & percentile No Yes Yes Yes Mean & standard deviation No No Yes Yes 13

14 Excel

15 Objectives How to organize data in an MS Excel spreadsheet How to define variables How to code in preparation for analysis 15

16 Terminologies Data: Information that you collect Dataset Collection of data usually presented in tabular form Columns represents variables Rows represent members of the dataset Spreadsheet Computer application that facilitates use of datasets (enter data, analyses, sharing) MS Excel is a spreadsheet program 16

17 Using Excel for a Research Study To capture data Facilitate data collection, minimize entry errors To clean/explore/describe data Starting point for analyses is cleaning raw data Preliminary descriptive statistics To analyze data Using program add-ins 17

18 Stages in preparing data for analysis Collect data Create data file: Enter & clean data Explore data Analyze data Interpret results 18

19 Stages in preparing data for analysis Good practice Design your spreadsheet keeping your statistical analyses in mind Use logic check to clean data Create data dictionary Consult with analyst 19

20 Creating data file using spreadsheet Each variable (e.g., ID #) represented by a column Each participant is represented by a row All the information for a single case is entered across one row only the data in each column summarizes information on a particular variable 20

21 Defining variables Creating Your Spreadsheet Use descriptive, unique, names for variables Use underscore (_) instead of space Be consistent in naming especially with array variables Variables that capture a pattern Example: measuring blood pressure at regular intervals (e.g., Q30 min for 12 hours) BP_30min BP_1hr BP_final BP_time1 BP_time2 BP_time3 21

22 Creating Your Spreadsheet Each column captures only single piece of information ID Intervention_Used Yes surgery Yes medication No ID Intervention_Used Intervention_Type Yes Yes No Surgery Medication Not applicable 22

23 Creating Your Spreadsheet Use tools to facilitate entry: Add notes for data entry Insert Comments 23

24 Creating Your Spreadsheet Use tools to facilitate entry: Colour-code columns Fill color icon 24

25 Creating Your Spreadsheet For numeric variables, use Format to force entry into specific form Date Number of decimals Highlight entire column to ensure consistent format applied 25

26 Data Dictionaries AKA code books A centralized repository of information about data such as meaning, relationships to other data, origin, usage, and format Develop data dictionary: Before collecting data Components: Variable name Variable label Type: nominal or interval Values/coding for each variable Always assign values for missing or non applicable cases 26

27 Sample Data Dictionary Data Dictionary for Research Consults Database Item Variable Label Type Coding/ entry instruction 1 ID_no ID number Numeric Enter unique number for each record/patient (1.100) 2 Gender Gender of participant String Enter corresponding number: 0= Female 1= Male 999= missing 3 Date_T1 Date at baseline Date Specify format: mm/dd/yy 4 Education Highest level of education Numeric Enter corresponding number: 1= Grade 10 2= Grade 12 3= College Diploma 4= University 27

28 Data Structures Re-emphasize importance of keeping analyses in mind when designing dataset Statistical packages require that data are entered in specific way in order to run analytical steps 28

29 Using Excel to Clean / Explore Data 29

30 Data Cleaning & Data Exploration Data at this stage is raw dataset Need to Clean: any entry errors, duplicate entries convert text variables into numeric variables Explore: any outliers Excel tools to facilitate cleaning and exploring Filter Sort 30

31 Data Cleaning & Data Exploration Sources of data errors: Missing: never leave blank Assign a meaningful number for missing values Consider coding for cases with non-applicable responses Typing errors on data entry (e.g., age= 121) Measurement errors (e.g., height) Identify errors: Descriptive statistics for each variable Minimum and maximum values Means, medians and SD 31

32 Our Dataset for the Remainder of the Workshop 32

33 Gout and AMI Study 33

34 Gout and AMI 2 Study Research Question What clinical factors are associated with the development of AMI among elderly women with gout? Objectives To compare women with gout and no gout on clinical factors including age, BMI, uric acid level To evaluate the correlation between clinical factors among elderly women with gout and without gout 34

35 Gout and AMI 2 Dataset 35

36 Gout and AMI 2 Study Data dictionary (handout) 13 Variables What are the continuous variables? What are the categorical variables? N = 200 subjects 36

37 Excel Tool: Filter Place cursor over the block by A1 Data Filter AutoFilter (2003) Data Sort & Filter Filter (2007) 37

38 Exercise 1 You are the analyst for the Gout and AMI 2 study. A data dictionary was not implemented (GASP!) and there are entry errors. Clean the dataset by locating and finding entry errors using tools in Excel. Sample_worksheet_Exercise1.xls 38

39 Summary Important data considerations while conducting the study Designing the dataset Collecting the data Entering the data Cleaning/exploring raw data Applying statistics to analytical data 39

40 Using Excel to Analyze Data 40

41 Using Excel to Analyze Data Analysis ToolPak: add-in to be installed in Excel Supplemental program that adds custom commands Descriptive statistics Analytical statistics T-tests Correlation 41

42 1. Click Tools Add-Ins Getting Started 2. Select Analysis Tool Pack 42

43 Descriptive Statistics Statistics used to describe characteristics of study population/sample Not used to infer the properties of the population from which the sample was drawn For continuous variables Measures of central tendency: mean, median, mode Measures of variability (standard deviation) Shape of Distribution (skewness, kurtosis) 43

44 Level of Measurement & Acceptable Statistical Operations Nominal Ordinal Interval Ratio Frequency distribution Yes Yes Yes Yes Mode Yes Yes Yes Yes Median & percentile No Yes Yes Yes Mean & standard deviation No No Yes Yes 44

45 Descriptive Statistics 1.Click Tools Data Analysis 2. Select Descriptive Statistics 45

46 Example: Age Input range Select columns $A:$E Group by columns Click on Labels in 1 st row Output options New worksheet Summary statistics 46

47 Output for Descriptive Statistics: Age 47

48 Exercise 2 Data file = sample_worksheet_masterfile.xls Using Descriptive Statistics in Analysis ToolPak, obtain descriptive statistics for: Uric Acid BMI 48

49 Descriptive Statistics by Group Use Pivot Tables Useful to obtain descriptive statistics by group For example, if you wanted to know the average and standard deviation of BMI for men and women 49

50 Pivot Tables Click Data Pivot Table and Pivot Chart 50

51 Step 1 Example Age by Gout Diagnosis Where is data? What kind of report? 51

52 Example Age by Gout Diagnosis Step 2 Where is data you want to use? Drag pointer over entire dataset 52

53 Example Age by Gout Diagnosis Step 3 Where do you want to put the Pivot Table? Layout This is where you tell Excel which groups you want to output your results by and for what variables 53

54 Example Age by Gout Diagnosis Step 3 Layout Row represents your grouping variable (Gout_Dx) Column variable you want to output according to groups May need to drag several times for parameters needed 54

55 Example Age by Gout Diagnosis No gout Gout 55

56 Exercise 3 Using Pivot Tables and Charts, obtain the mean and standard deviation for uric acid according to gout diagnosis 56

57 Analytic Statistics Statistical procedures used to draw conclusions about a population from sample data Compare groups T-tests Evaluate correlation Correlation coefficients Evaluate association Regression models 57

58 Analytic Statistics: Considerations Research question: Describe, compare or predict? Levels of data measurement: nominal, ordinal or interval? Are you comparing same or different subjects? Number of experimental groups? Is your data normally distributed? What are the assumptions of the statistical test you would like to use? 58

59 Check Data Assumptions What are the assumptions of the statistical test you would like to use? Some common assumptions are: The DV and IV will need to be measured on a certain level (e.g. continuous) The population is normally distributed (not skewed) 59

60 Selecting Appropriate Statistical Test Statistical decision tree (handout) 1. Research goal 2. Identify ID and DV 3. Describe level of the data 4. Identify the # & group pairing groups 5. Check data assumptions Goal Describe one group Compare one group to a hypothetical value Compare two unpaired groups Compare two paired groups Compare three or more unmatched groups Compare three or more matched groups Quantify association between two variables Predict value from another measured variable Predict value from several measured or binomial variables Type of Dependent Variable Data Continuous Normal Mean, SD Ordinal Non-normal Median, interquartile range Categorical Proportion One-sample t test Wilcoxon test Chi-square Unpaired t test Mann-Whitney test Fisher's test (chi-square for large samples) Paired t test Wilcoxon test McNemar's test One-way ANOVA Kruskal-Wallis test Chi-square test Repeated-measures ANOVA Friedman test Cochrane Q Pearson correlation Spearman correlation Contingency coefficients Simple linear regression or Nonlinear regression Multiple linear regression or Multiple nonlinear regression Nonparametric regression Simple logistic regression Multiple logistic regression 60

61 Exercise 4 (handout) A pilot experiment designed to test the effectiveness of a new therapy to pain management for patients with chronic pain, conducted over a one year time period. What is the goal? What is the IV? What is the DV? How many groups? Paired/matched or independent? What is the level of measurement? 61

62 Comparing groups: Mean differences Independent Samples T-Test Comparison of the means of 2 non-paired groups Differences in pain levels between 2 groups (standard care and new intervention) Paired Samples T-Test Comparison of means of 2 paired measures Differences in pain levels within groups Pre and post measurement, repeated measurement under different conditions 62

63 Comparing Groups Sort dataset by variable you are comparing Click Tools Data analysis Three options for t-tests 63

64 Is there a difference in age between gout and non-gout patients? Highlight age data for first group (no gout) Highlight age data for second group (gout) Output to new worksheet 64

65 Output No gout Gout 65

66 Paired Samples T-Test Procedure Tools Data Analysis T-test: Paired Two Sample for Means Input 1 Range: DV at time 1 Input 2 Range: DV at time 2 Output Options 66

67 Exercise 5 Using Descriptive Statistics in Analysis ToolPak, compare patients with no gout versus gout according to: Uric Acid levels BMI 67

68 Exercise 6 Using Descriptive Statistics in Analysis ToolPak to answer the following question: Is there a difference in mean pain before and after surgery? 68

69 Associate - Correlation Allows an examination of the association between variables Range: 0 to +1 Information about the strength of association Information about the direction of the association (positive or negative) A correlation coefficient of 0 =no relationship A correlation coefficient of +1= positive relationship A correlation coefficient of -1= negative relationship 69

70 Continuous variables Columns: side-by-side Click Tools Data Analysis Click Correlation Evaluating Correlation 70

71 What is Correlation Between Age and Uric Acid Level? Highlight 2 columns Group by columns Labels in first row Output to new worksheet 71

72 Output 72

73 Exercise 6 Using Descriptive Statistics in Analysis ToolPak, evaluate the correlation between: Uric Acid and BMI 73

74 Thank You! 74

Bill Burton Albert Einstein College of Medicine william.burton@einstein.yu.edu April 28, 2014 EERS: Managing the Tension Between Rigor and Resources 1

Bill Burton Albert Einstein College of Medicine william.burton@einstein.yu.edu April 28, 2014 EERS: Managing the Tension Between Rigor and Resources 1 Bill Burton Albert Einstein College of Medicine william.burton@einstein.yu.edu April 28, 2014 EERS: Managing the Tension Between Rigor and Resources 1 Calculate counts, means, and standard deviations Produce

More information

business statistics using Excel OXFORD UNIVERSITY PRESS Glyn Davis & Branko Pecar

business statistics using Excel OXFORD UNIVERSITY PRESS Glyn Davis & Branko Pecar business statistics using Excel Glyn Davis & Branko Pecar OXFORD UNIVERSITY PRESS Detailed contents Introduction to Microsoft Excel 2003 Overview Learning Objectives 1.1 Introduction to Microsoft Excel

More information

STATISTICAL ANALYSIS WITH EXCEL COURSE OUTLINE

STATISTICAL ANALYSIS WITH EXCEL COURSE OUTLINE STATISTICAL ANALYSIS WITH EXCEL COURSE OUTLINE Perhaps Microsoft has taken pains to hide some of the most powerful tools in Excel. These add-ins tools work on top of Excel, extending its power and abilities

More information

Data exploration with Microsoft Excel: analysing more than one variable

Data exploration with Microsoft Excel: analysing more than one variable Data exploration with Microsoft Excel: analysing more than one variable Contents 1 Introduction... 1 2 Comparing different groups or different variables... 2 3 Exploring the association between categorical

More information

Simple Predictive Analytics Curtis Seare

Simple Predictive Analytics Curtis Seare Using Excel to Solve Business Problems: Simple Predictive Analytics Curtis Seare Copyright: Vault Analytics July 2010 Contents Section I: Background Information Why use Predictive Analytics? How to use

More information

Data Analysis Tools. Tools for Summarizing Data

Data Analysis Tools. Tools for Summarizing Data Data Analysis Tools This section of the notes is meant to introduce you to many of the tools that are provided by Excel under the Tools/Data Analysis menu item. If your computer does not have that tool

More information

Data analysis process

Data analysis process Data analysis process Data collection and preparation Collect data Prepare codebook Set up structure of data Enter data Screen data for errors Exploration of data Descriptive Statistics Graphs Analysis

More information

The Dummy s Guide to Data Analysis Using SPSS

The Dummy s Guide to Data Analysis Using SPSS The Dummy s Guide to Data Analysis Using SPSS Mathematics 57 Scripps College Amy Gamble April, 2001 Amy Gamble 4/30/01 All Rights Rerserved TABLE OF CONTENTS PAGE Helpful Hints for All Tests...1 Tests

More information

Come scegliere un test statistico

Come scegliere un test statistico Come scegliere un test statistico Estratto dal Capitolo 37 of Intuitive Biostatistics (ISBN 0-19-508607-4) by Harvey Motulsky. Copyright 1995 by Oxfd University Press Inc. (disponibile in Iinternet) Table

More information

Introduction to Statistics and Quantitative Research Methods

Introduction to Statistics and Quantitative Research Methods Introduction to Statistics and Quantitative Research Methods Purpose of Presentation To aid in the understanding of basic statistics, including terminology, common terms, and common statistical methods.

More information

Biostatistics: Types of Data Analysis

Biostatistics: Types of Data Analysis Biostatistics: Types of Data Analysis Theresa A Scott, MS Vanderbilt University Department of Biostatistics theresa.scott@vanderbilt.edu http://biostat.mc.vanderbilt.edu/theresascott Theresa A Scott, MS

More information

Bowerman, O'Connell, Aitken Schermer, & Adcock, Business Statistics in Practice, Canadian edition

Bowerman, O'Connell, Aitken Schermer, & Adcock, Business Statistics in Practice, Canadian edition Bowerman, O'Connell, Aitken Schermer, & Adcock, Business Statistics in Practice, Canadian edition Online Learning Centre Technology Step-by-Step - Excel Microsoft Excel is a spreadsheet software application

More information

When to use Excel. When NOT to use Excel 9/24/2014

When to use Excel. When NOT to use Excel 9/24/2014 Analyzing Quantitative Assessment Data with Excel October 2, 2014 Jeremy Penn, Ph.D. Director When to use Excel You want to quickly summarize or analyze your assessment data You want to create basic visual

More information

An introduction to using Microsoft Excel for quantitative data analysis

An introduction to using Microsoft Excel for quantitative data analysis Contents An introduction to using Microsoft Excel for quantitative data analysis 1 Introduction... 1 2 Why use Excel?... 2 3 Quantitative data analysis tools in Excel... 3 4 Entering your data... 6 5 Preparing

More information

Additional sources Compilation of sources: http://lrs.ed.uiuc.edu/tseportal/datacollectionmethodologies/jin-tselink/tselink.htm

Additional sources Compilation of sources: http://lrs.ed.uiuc.edu/tseportal/datacollectionmethodologies/jin-tselink/tselink.htm Mgt 540 Research Methods Data Analysis 1 Additional sources Compilation of sources: http://lrs.ed.uiuc.edu/tseportal/datacollectionmethodologies/jin-tselink/tselink.htm http://web.utk.edu/~dap/random/order/start.htm

More information

Using Excel in Research. Hui Bian Office for Faculty Excellence

Using Excel in Research. Hui Bian Office for Faculty Excellence Using Excel in Research Hui Bian Office for Faculty Excellence Data entry in Excel Directly type information into the cells Enter data using Form Command: File > Options 2 Data entry in Excel Tool bar:

More information

January 26, 2009 The Faculty Center for Teaching and Learning

January 26, 2009 The Faculty Center for Teaching and Learning THE BASICS OF DATA MANAGEMENT AND ANALYSIS A USER GUIDE January 26, 2009 The Faculty Center for Teaching and Learning THE BASICS OF DATA MANAGEMENT AND ANALYSIS Table of Contents Table of Contents... i

More information

Statistics Review PSY379

Statistics Review PSY379 Statistics Review PSY379 Basic concepts Measurement scales Populations vs. samples Continuous vs. discrete variable Independent vs. dependent variable Descriptive vs. inferential stats Common analyses

More information

Advanced Excel for Institutional Researchers

Advanced Excel for Institutional Researchers Advanced Excel for Institutional Researchers Presented by: Sandra Archer Helen Fu University Analysis and Planning Support University of Central Florida September 22-25, 2012 Agenda Sunday, September 23,

More information

Data exploration with Microsoft Excel: univariate analysis

Data exploration with Microsoft Excel: univariate analysis Data exploration with Microsoft Excel: univariate analysis Contents 1 Introduction... 1 2 Exploring a variable s frequency distribution... 2 3 Calculating measures of central tendency... 16 4 Calculating

More information

DATA ANALYSIS. QEM Network HBCU-UP Fundamentals of Education Research Workshop Gerunda B. Hughes, Ph.D. Howard University

DATA ANALYSIS. QEM Network HBCU-UP Fundamentals of Education Research Workshop Gerunda B. Hughes, Ph.D. Howard University DATA ANALYSIS QEM Network HBCU-UP Fundamentals of Education Research Workshop Gerunda B. Hughes, Ph.D. Howard University Quantitative Research What is Statistics? Statistics (as a subject) is the science

More information

II. DISTRIBUTIONS distribution normal distribution. standard scores

II. DISTRIBUTIONS distribution normal distribution. standard scores Appendix D Basic Measurement And Statistics The following information was developed by Steven Rothke, PhD, Department of Psychology, Rehabilitation Institute of Chicago (RIC) and expanded by Mary F. Schmidt,

More information

Using SPSS, Chapter 2: Descriptive Statistics

Using SPSS, Chapter 2: Descriptive Statistics 1 Using SPSS, Chapter 2: Descriptive Statistics Chapters 2.1 & 2.2 Descriptive Statistics 2 Mean, Standard Deviation, Variance, Range, Minimum, Maximum 2 Mean, Median, Mode, Standard Deviation, Variance,

More information

DATA COLLECTION AND ANALYSIS

DATA COLLECTION AND ANALYSIS DATA COLLECTION AND ANALYSIS Quality Education for Minorities (QEM) Network HBCU-UP Fundamentals of Education Research Workshop Gerunda B. Hughes, Ph.D. August 23, 2013 Objectives of the Discussion 2 Discuss

More information

Descriptive Statistics

Descriptive Statistics Descriptive Statistics Primer Descriptive statistics Central tendency Variation Relative position Relationships Calculating descriptive statistics Descriptive Statistics Purpose to describe or summarize

More information

Exploratory data analysis (Chapter 2) Fall 2011

Exploratory data analysis (Chapter 2) Fall 2011 Exploratory data analysis (Chapter 2) Fall 2011 Data Examples Example 1: Survey Data 1 Data collected from a Stat 371 class in Fall 2005 2 They answered questions about their: gender, major, year in school,

More information

UNIVERSITY OF NAIROBI

UNIVERSITY OF NAIROBI UNIVERSITY OF NAIROBI MASTERS IN PROJECT PLANNING AND MANAGEMENT NAME: SARU CAROLYNN ELIZABETH REGISTRATION NO: L50/61646/2013 COURSE CODE: LDP 603 COURSE TITLE: RESEARCH METHODS LECTURER: GAKUU CHRISTOPHER

More information

SPSS Tests for Versions 9 to 13

SPSS Tests for Versions 9 to 13 SPSS Tests for Versions 9 to 13 Chapter 2 Descriptive Statistic (including median) Choose Analyze Descriptive statistics Frequencies... Click on variable(s) then press to move to into Variable(s): list

More information

Instructions for SPSS 21

Instructions for SPSS 21 1 Instructions for SPSS 21 1 Introduction... 2 1.1 Opening the SPSS program... 2 1.2 General... 2 2 Data inputting and processing... 2 2.1 Manual input and data processing... 2 2.2 Saving data... 3 2.3

More information

Introduction Course in SPSS - Evening 1

Introduction Course in SPSS - Evening 1 ETH Zürich Seminar für Statistik Introduction Course in SPSS - Evening 1 Seminar für Statistik, ETH Zürich All data used during the course can be downloaded from the following ftp server: ftp://stat.ethz.ch/u/sfs/spsskurs/

More information

Appendix 2.1 Tabular and Graphical Methods Using Excel

Appendix 2.1 Tabular and Graphical Methods Using Excel Appendix 2.1 Tabular and Graphical Methods Using Excel 1 Appendix 2.1 Tabular and Graphical Methods Using Excel The instructions in this section begin by describing the entry of data into an Excel spreadsheet.

More information

Version 5.0. Statistics Guide. Harvey Motulsky President, GraphPad Software Inc. 2007 GraphPad Software, inc. All rights reserved.

Version 5.0. Statistics Guide. Harvey Motulsky President, GraphPad Software Inc. 2007 GraphPad Software, inc. All rights reserved. Version 5.0 Statistics Guide Harvey Motulsky President, GraphPad Software Inc. All rights reserved. This Statistics Guide is a companion to GraphPad Prism 5. Available for both Mac and Windows, Prism makes

More information

Introduction to Regression and Data Analysis

Introduction to Regression and Data Analysis Statlab Workshop Introduction to Regression and Data Analysis with Dan Campbell and Sherlock Campbell October 28, 2008 I. The basics A. Types of variables Your variables may take several forms, and it

More information

Business Statistics. Successful completion of Introductory and/or Intermediate Algebra courses is recommended before taking Business Statistics.

Business Statistics. Successful completion of Introductory and/or Intermediate Algebra courses is recommended before taking Business Statistics. Business Course Text Bowerman, Bruce L., Richard T. O'Connell, J. B. Orris, and Dawn C. Porter. Essentials of Business, 2nd edition, McGraw-Hill/Irwin, 2008, ISBN: 978-0-07-331988-9. Required Computing

More information

Projects Involving Statistics (& SPSS)

Projects Involving Statistics (& SPSS) Projects Involving Statistics (& SPSS) Academic Skills Advice Starting a project which involves using statistics can feel confusing as there seems to be many different things you can do (charts, graphs,

More information

An SPSS companion book. Basic Practice of Statistics

An SPSS companion book. Basic Practice of Statistics An SPSS companion book to Basic Practice of Statistics SPSS is owned by IBM. 6 th Edition. Basic Practice of Statistics 6 th Edition by David S. Moore, William I. Notz, Michael A. Flinger. Published by

More information

An Introduction to SPSS. Workshop Session conducted by: Dr. Cyndi Garvan Grace-Anne Jackman

An Introduction to SPSS. Workshop Session conducted by: Dr. Cyndi Garvan Grace-Anne Jackman An Introduction to SPSS Workshop Session conducted by: Dr. Cyndi Garvan Grace-Anne Jackman Topics to be Covered Starting and Entering SPSS Main Features of SPSS Entering and Saving Data in SPSS Importing

More information

MASTER COURSE SYLLABUS-PROTOTYPE PSYCHOLOGY 2317 STATISTICAL METHODS FOR THE BEHAVIORAL SCIENCES

MASTER COURSE SYLLABUS-PROTOTYPE PSYCHOLOGY 2317 STATISTICAL METHODS FOR THE BEHAVIORAL SCIENCES MASTER COURSE SYLLABUS-PROTOTYPE THE PSYCHOLOGY DEPARTMENT VALUES ACADEMIC FREEDOM AND THUS OFFERS THIS MASTER SYLLABUS-PROTOTYPE ONLY AS A GUIDE. THE INSTRUCTORS ARE FREE TO ADAPT THEIR COURSE SYLLABI

More information

DESCRIPTIVE STATISTICS. The purpose of statistics is to condense raw data to make it easier to answer specific questions; test hypotheses.

DESCRIPTIVE STATISTICS. The purpose of statistics is to condense raw data to make it easier to answer specific questions; test hypotheses. DESCRIPTIVE STATISTICS The purpose of statistics is to condense raw data to make it easier to answer specific questions; test hypotheses. DESCRIPTIVE VS. INFERENTIAL STATISTICS Descriptive To organize,

More information

Introduction to StatsDirect, 11/05/2012 1

Introduction to StatsDirect, 11/05/2012 1 INTRODUCTION TO STATSDIRECT PART 1... 2 INTRODUCTION... 2 Why Use StatsDirect... 2 ACCESSING STATSDIRECT FOR WINDOWS XP... 4 DATA ENTRY... 5 Missing Data... 6 Opening an Excel Workbook... 6 Moving around

More information

Parametric and Nonparametric: Demystifying the Terms

Parametric and Nonparametric: Demystifying the Terms Parametric and Nonparametric: Demystifying the Terms By Tanya Hoskin, a statistician in the Mayo Clinic Department of Health Sciences Research who provides consultations through the Mayo Clinic CTSA BERD

More information

SPSS ADVANCED ANALYSIS WENDIANN SETHI SPRING 2011

SPSS ADVANCED ANALYSIS WENDIANN SETHI SPRING 2011 SPSS ADVANCED ANALYSIS WENDIANN SETHI SPRING 2011 Statistical techniques to be covered Explore relationships among variables Correlation Regression/Multiple regression Logistic regression Factor analysis

More information

SCHOOL OF HEALTH AND HUMAN SCIENCES DON T FORGET TO RECODE YOUR MISSING VALUES

SCHOOL OF HEALTH AND HUMAN SCIENCES DON T FORGET TO RECODE YOUR MISSING VALUES SCHOOL OF HEALTH AND HUMAN SCIENCES Using SPSS Topics addressed today: 1. Differences between groups 2. Graphing Use the s4data.sav file for the first part of this session. DON T FORGET TO RECODE YOUR

More information

IBM SPSS Direct Marketing 22

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

More information

Survey Research Data Analysis

Survey Research Data Analysis Survey Research Data Analysis Overview Once survey data are collected from respondents, the next step is to input the data on the computer, do appropriate statistical analyses, interpret the data, and

More information

Statistical tests for SPSS

Statistical tests for SPSS Statistical tests for SPSS Paolo Coletti A.Y. 2010/11 Free University of Bolzano Bozen Premise This book is a very quick, rough and fast description of statistical tests and their usage. It is explicitly

More information

STA-201-TE. 5. Measures of relationship: correlation (5%) Correlation coefficient; Pearson r; correlation and causation; proportion of common variance

STA-201-TE. 5. Measures of relationship: correlation (5%) Correlation coefficient; Pearson r; correlation and causation; proportion of common variance Principles of Statistics STA-201-TE This TECEP is an introduction to descriptive and inferential statistics. Topics include: measures of central tendency, variability, correlation, regression, hypothesis

More information

SPSS Manual for Introductory Applied Statistics: A Variable Approach

SPSS Manual for Introductory Applied Statistics: A Variable Approach SPSS Manual for Introductory Applied Statistics: A Variable Approach John Gabrosek Department of Statistics Grand Valley State University Allendale, MI USA August 2013 2 Copyright 2013 John Gabrosek. All

More information

Course Text. Required Computing Software. Course Description. Course Objectives. StraighterLine. Business Statistics

Course Text. Required Computing Software. Course Description. Course Objectives. StraighterLine. Business Statistics Course Text Business Statistics Lind, Douglas A., Marchal, William A. and Samuel A. Wathen. Basic Statistics for Business and Economics, 7th edition, McGraw-Hill/Irwin, 2010, ISBN: 9780077384470 [This

More information

The Big Picture. Describing Data: Categorical and Quantitative Variables Population. Descriptive Statistics. Community Coalitions (n = 175)

The Big Picture. Describing Data: Categorical and Quantitative Variables Population. Descriptive Statistics. Community Coalitions (n = 175) Describing Data: Categorical and Quantitative Variables Population The Big Picture Sampling Statistical Inference Sample Exploratory Data Analysis Descriptive Statistics In order to make sense of data,

More information

TIPS FOR DOING STATISTICS IN EXCEL

TIPS FOR DOING STATISTICS IN EXCEL TIPS FOR DOING STATISTICS IN EXCEL Before you begin, make sure that you have the DATA ANALYSIS pack running on your machine. It comes with Excel. Here s how to check if you have it, and what to do if you

More information

ADD-INS: ENHANCING EXCEL

ADD-INS: ENHANCING EXCEL CHAPTER 9 ADD-INS: ENHANCING EXCEL This chapter discusses the following topics: WHAT CAN AN ADD-IN DO? WHY USE AN ADD-IN (AND NOT JUST EXCEL MACROS/PROGRAMS)? ADD INS INSTALLED WITH EXCEL OTHER ADD-INS

More information

Overview of Non-Parametric Statistics PRESENTER: ELAINE EISENBEISZ OWNER AND PRINCIPAL, OMEGA STATISTICS

Overview of Non-Parametric Statistics PRESENTER: ELAINE EISENBEISZ OWNER AND PRINCIPAL, OMEGA STATISTICS Overview of Non-Parametric Statistics PRESENTER: ELAINE EISENBEISZ OWNER AND PRINCIPAL, OMEGA STATISTICS About Omega Statistics Private practice consultancy based in Southern California, Medical and Clinical

More information

IBM SPSS Direct Marketing 23

IBM SPSS Direct Marketing 23 IBM SPSS Direct Marketing 23 Note Before using this information and the product it supports, read the information in Notices on page 25. Product Information This edition applies to version 23, release

More information

MEASURES OF LOCATION AND SPREAD

MEASURES OF LOCATION AND SPREAD Paper TU04 An Overview of Non-parametric Tests in SAS : When, Why, and How Paul A. Pappas and Venita DePuy Durham, North Carolina, USA ABSTRACT Most commonly used statistical procedures are based on the

More information

Using Excel for Statistics Tips and Warnings

Using Excel for Statistics Tips and Warnings Using Excel for Statistics Tips and Warnings November 2000 University of Reading Statistical Services Centre Biometrics Advisory and Support Service to DFID Contents 1. Introduction 3 1.1 Data Entry and

More information

Statistics for Sports Medicine

Statistics for Sports Medicine Statistics for Sports Medicine Suzanne Hecht, MD University of Minnesota (suzanne.hecht@gmail.com) Fellow s Research Conference July 2012: Philadelphia GOALS Try not to bore you to death!! Try to teach

More information

Introduction to Statistical Computing in Microsoft Excel By Hector D. Flores; hflores@rice.edu, and Dr. J.A. Dobelman

Introduction to Statistical Computing in Microsoft Excel By Hector D. Flores; hflores@rice.edu, and Dr. J.A. Dobelman Introduction to Statistical Computing in Microsoft Excel By Hector D. Flores; hflores@rice.edu, and Dr. J.A. Dobelman Statistics lab will be mainly focused on applying what you have learned in class with

More information

Directions for using SPSS

Directions for using SPSS Directions for using SPSS Table of Contents Connecting and Working with Files 1. Accessing SPSS... 2 2. Transferring Files to N:\drive or your computer... 3 3. Importing Data from Another File Format...

More information

Levels of measurement in psychological research:

Levels of measurement in psychological research: Research Skills: Levels of Measurement. Graham Hole, February 2011 Page 1 Levels of measurement in psychological research: Psychology is a science. As such it generally involves objective measurement of

More information

Analyzing and interpreting data Evaluation resources from Wilder Research

Analyzing and interpreting data Evaluation resources from Wilder Research Wilder Research Analyzing and interpreting data Evaluation resources from Wilder Research Once data are collected, the next step is to analyze the data. A plan for analyzing your data should be developed

More information

Analysis of categorical data: Course quiz instructions for SPSS

Analysis of categorical data: Course quiz instructions for SPSS Analysis of categorical data: Course quiz instructions for SPSS The dataset Please download the Online sales dataset from the Download pod in the Course quiz resources screen. The filename is smr_bus_acd_clo_quiz_online_250.xls.

More information

SPSS The Basics. Jennifer Thach RHS Assessment Office March 3 rd, 2014

SPSS The Basics. Jennifer Thach RHS Assessment Office March 3 rd, 2014 SPSS The Basics Jennifer Thach RHS Assessment Office March 3 rd, 2014 Why use SPSS? - Used heavily in the Social Science & Business world - Ability to perform basic to high-level statistical analysis (i.e.

More information

SPSS Explore procedure

SPSS Explore procedure SPSS Explore procedure One useful function in SPSS is the Explore procedure, which will produce histograms, boxplots, stem-and-leaf plots and extensive descriptive statistics. To run the Explore procedure,

More information

TRAINING PROGRAM INFORMATICS

TRAINING PROGRAM INFORMATICS MEDICAL UNIVERSITY SOFIA MEDICAL FACULTY DEPARTMENT SOCIAL MEDICINE AND HEALTH MANAGEMENT SECTION BIOSTATISTICS AND MEDICAL INFORMATICS TRAINING PROGRAM INFORMATICS FOR DENTIST STUDENTS - I st COURSE,

More information

IBM SPSS Statistics 20 Part 1: Descriptive Statistics

IBM SPSS Statistics 20 Part 1: Descriptive Statistics CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES IBM SPSS Statistics 20 Part 1: Descriptive Statistics Summer 2013, Version 2.0 Table of Contents Introduction...2 Downloading the

More information

Nonparametric Statistics

Nonparametric Statistics Nonparametric Statistics J. Lozano University of Goettingen Department of Genetic Epidemiology Interdisciplinary PhD Program in Applied Statistics & Empirical Methods Graduate Seminar in Applied Statistics

More information

Activity 3.7 Statistical Analysis with Excel

Activity 3.7 Statistical Analysis with Excel Activity 3.7 Statistical Analysis with Excel Introduction Engineers use various tools to make their jobs easier. Spreadsheets can greatly improve the accuracy and efficiency of repetitive and common calculations;

More information

Measurement & Data Analysis. On the importance of math & measurement. Steps Involved in Doing Scientific Research. Measurement

Measurement & Data Analysis. On the importance of math & measurement. Steps Involved in Doing Scientific Research. Measurement Measurement & Data Analysis Overview of Measurement. Variability & Measurement Error.. Descriptive vs. Inferential Statistics. Descriptive Statistics. Distributions. Standardized Scores. Graphing Data.

More information

IBM SPSS Data Preparation 22

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

More information

An introduction to IBM SPSS Statistics

An introduction to IBM SPSS Statistics An introduction to IBM SPSS Statistics Contents 1 Introduction... 1 2 Entering your data... 2 3 Preparing your data for analysis... 10 4 Exploring your data: univariate analysis... 14 5 Generating descriptive

More information

DESCRIPTIVE STATISTICS AND EXPLORATORY DATA ANALYSIS

DESCRIPTIVE STATISTICS AND EXPLORATORY DATA ANALYSIS DESCRIPTIVE STATISTICS AND EXPLORATORY DATA ANALYSIS SEEMA JAGGI Indian Agricultural Statistics Research Institute Library Avenue, New Delhi - 110 012 seema@iasri.res.in 1. Descriptive Statistics Statistics

More information

How to Use a Data Spreadsheet: Excel

How to Use a Data Spreadsheet: Excel 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. Although

More information

LAGUARDIA COMMUNITY COLLEGE CITY UNIVERSITY OF NEW YORK DEPARTMENT OF MATHEMATICS, ENGINEERING, AND COMPUTER SCIENCE

LAGUARDIA COMMUNITY COLLEGE CITY UNIVERSITY OF NEW YORK DEPARTMENT OF MATHEMATICS, ENGINEERING, AND COMPUTER SCIENCE LAGUARDIA COMMUNITY COLLEGE CITY UNIVERSITY OF NEW YORK DEPARTMENT OF MATHEMATICS, ENGINEERING, AND COMPUTER SCIENCE MAT 119 STATISTICS AND ELEMENTARY ALGEBRA 5 Lecture Hours, 2 Lab Hours, 3 Credits Pre-

More information

IBM SPSS Statistics for Beginners for Windows

IBM SPSS Statistics for Beginners for Windows ISS, NEWCASTLE UNIVERSITY IBM SPSS Statistics for Beginners for Windows A Training Manual for Beginners Dr. S. T. Kometa A Training Manual for Beginners Contents 1 Aims and Objectives... 3 1.1 Learning

More information

Once saved, if the file was zipped you will need to unzip it. For the files that I will be posting you need to change the preferences.

Once saved, if the file was zipped you will need to unzip it. For the files that I will be posting you need to change the preferences. 1 Commands in JMP and Statcrunch Below are a set of commands in JMP and Statcrunch which facilitate a basic statistical analysis. The first part concerns commands in JMP, the second part is for analysis

More information

ANALYSING LIKERT SCALE/TYPE DATA, ORDINAL LOGISTIC REGRESSION EXAMPLE IN R.

ANALYSING LIKERT SCALE/TYPE DATA, ORDINAL LOGISTIC REGRESSION EXAMPLE IN R. ANALYSING LIKERT SCALE/TYPE DATA, ORDINAL LOGISTIC REGRESSION EXAMPLE IN R. 1. Motivation. Likert items are used to measure respondents attitudes to a particular question or statement. One must recall

More information

Table of Contents. Preface

Table of Contents. Preface Table of Contents Preface Chapter 1: Introduction 1-1 Opening an SPSS Data File... 2 1-2 Viewing the SPSS Screens... 3 o Data View o Variable View o Output View 1-3 Reading Non-SPSS Files... 6 o Convert

More information

Excel 2010: Create your first spreadsheet

Excel 2010: Create your first spreadsheet Excel 2010: Create your first spreadsheet Goals: After completing this course you will be able to: Create a new spreadsheet. Add, subtract, multiply, and divide in a spreadsheet. Enter and format column

More information

WHO STEPS Surveillance Support Materials. STEPS Epi Info Training Guide

WHO STEPS Surveillance Support Materials. STEPS Epi Info Training Guide STEPS Epi Info Training Guide Department of Chronic Diseases and Health Promotion World Health Organization 20 Avenue Appia, 1211 Geneva 27, Switzerland For further information: www.who.int/chp/steps WHO

More information

EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002

EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002 EXCEL PIVOT TABLE David Geffen School of Medicine, UCLA Dean s Office Oct 2002 Table of Contents Part I Creating a Pivot Table Excel Database......3 What is a Pivot Table...... 3 Creating Pivot Tables

More information

IBM SPSS Statistics 20 Part 4: Chi-Square and ANOVA

IBM SPSS Statistics 20 Part 4: Chi-Square and ANOVA CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES IBM SPSS Statistics 20 Part 4: Chi-Square and ANOVA Summer 2013, Version 2.0 Table of Contents Introduction...2 Downloading the

More information

Mathematics within the Psychology Curriculum

Mathematics within the Psychology Curriculum Mathematics within the Psychology Curriculum Statistical Theory and Data Handling Statistical theory and data handling as studied on the GCSE Mathematics syllabus You may have learnt about statistics and

More information

Working with data: Data analyses April 8, 2014

Working with data: Data analyses April 8, 2014 Working with data: Data analyses April 8, 2014 Housekeeping notes This webinar will be recorded, and will be available on the Centre s website as an educational resource The slides have been sent to participants

More information

EXCEL Analysis TookPak [Statistical Analysis] 1. First of all, check to make sure that the Analysis ToolPak is installed. Here is how you do it:

EXCEL Analysis TookPak [Statistical Analysis] 1. First of all, check to make sure that the Analysis ToolPak is installed. Here is how you do it: EXCEL Analysis TookPak [Statistical Analysis] 1 First of all, check to make sure that the Analysis ToolPak is installed. Here is how you do it: a. From the Tools menu, choose Add-Ins b. Make sure Analysis

More information

Non-parametric Tests Using SPSS

Non-parametric Tests Using SPSS Non-parametric Tests Using SPSS Statistical Package for Social Sciences Jinlin Fu January 2016 Contact Medical Research Consultancy Studio Australia http://www.mrcsau.com.au Contents 1 INTRODUCTION...

More information

STATS8: Introduction to Biostatistics. Data Exploration. Babak Shahbaba Department of Statistics, UCI

STATS8: Introduction to Biostatistics. Data Exploration. Babak Shahbaba Department of Statistics, UCI STATS8: Introduction to Biostatistics Data Exploration Babak Shahbaba Department of Statistics, UCI Introduction After clearly defining the scientific problem, selecting a set of representative members

More information

Using MS Excel to Analyze Data: A Tutorial

Using MS Excel to Analyze Data: A Tutorial Using MS Excel to Analyze Data: A Tutorial Various data analysis tools are available and some of them are free. Because using data to improve assessment and instruction primarily involves descriptive and

More information

[MICROSOFT EXCEL FOR DATA ENTRY] Fernandez Hospital Pvt Ltd. Academics Dept & Clinical Research Unit. Page1

[MICROSOFT EXCEL FOR DATA ENTRY] Fernandez Hospital Pvt Ltd. Academics Dept & Clinical Research Unit. Page1 Page1 2010 Fernandez Hospital Pvt Ltd Academics Dept & Clinical Research Unit [MICROSOFT EXCEL FOR DATA ENTRY] This document is primarily meant as a guide for students who have to create their own data

More information

Description. Textbook. Grading. Objective

Description. Textbook. Grading. Objective EC151.02 Statistics for Business and Economics (MWF 8:00-8:50) Instructor: Chiu Yu Ko Office: 462D, 21 Campenalla Way Phone: 2-6093 Email: kocb@bc.edu Office Hours: by appointment Description This course

More information

QUANTITATIVE METHODS BIOLOGY FINAL HONOUR SCHOOL NON-PARAMETRIC TESTS

QUANTITATIVE METHODS BIOLOGY FINAL HONOUR SCHOOL NON-PARAMETRIC TESTS QUANTITATIVE METHODS BIOLOGY FINAL HONOUR SCHOOL NON-PARAMETRIC TESTS This booklet contains lecture notes for the nonparametric work in the QM course. This booklet may be online at http://users.ox.ac.uk/~grafen/qmnotes/index.html.

More information

Psyc 250 Statistics & Experimental Design. Correlation Exercise

Psyc 250 Statistics & Experimental Design. Correlation Exercise Psyc 250 Statistics & Experimental Design Correlation Exercise Preparation: Log onto Woodle and download the Class Data February 09 dataset and the associated Syntax to create scale scores Class Syntax

More information

Introduction to Quantitative Methods

Introduction to Quantitative Methods Introduction to Quantitative Methods October 15, 2009 Contents 1 Definition of Key Terms 2 2 Descriptive Statistics 3 2.1 Frequency Tables......................... 4 2.2 Measures of Central Tendencies.................

More information

Statistics. Measurement. Scales of Measurement 7/18/2012

Statistics. Measurement. Scales of Measurement 7/18/2012 Statistics Measurement Measurement is defined as a set of rules for assigning numbers to represent objects, traits, attributes, or behaviors A variableis something that varies (eye color), a constant does

More information

Organizing Your Approach to a Data Analysis

Organizing Your Approach to a Data Analysis Biost/Stat 578 B: Data Analysis Emerson, September 29, 2003 Handout #1 Organizing Your Approach to a Data Analysis The general theme should be to maximize thinking about the data analysis and to minimize

More information

Introduction to Statistics Used in Nursing Research

Introduction to Statistics Used in Nursing Research Introduction to Statistics Used in Nursing Research Laura P. Kimble, PhD, RN, FNP-C, FAAN Professor and Piedmont Healthcare Endowed Chair in Nursing Georgia Baptist College of Nursing Of Mercer University

More information

Introduction to Statistics with GraphPad Prism (5.01) Version 1.1

Introduction to Statistics with GraphPad Prism (5.01) Version 1.1 Babraham Bioinformatics Introduction to Statistics with GraphPad Prism (5.01) Version 1.1 Introduction to Statistics with GraphPad Prism 2 Licence This manual is 2010-11, Anne Segonds-Pichon. This manual

More information

Overview What is a PivotTable? Benefits

Overview What is a PivotTable? Benefits Overview What is a PivotTable? Benefits Create a PivotTable Select Row & Column labels & Values Filtering & Sorting Calculations Data Details Refresh Data Design options Create a PivotChart Slicers Charts

More information

Foundation of Quantitative Data Analysis

Foundation of Quantitative Data Analysis Foundation of Quantitative Data Analysis Part 1: Data manipulation and descriptive statistics with SPSS/Excel HSRS #10 - October 17, 2013 Reference : A. Aczel, Complete Business Statistics. Chapters 1

More information