NORTH SOUTH UNIVERSITY TUTORIAL 1

Size: px
Start display at page:

Download "NORTH SOUTH UNIVERSITY TUTORIAL 1"

Transcription

1 NORTH SOUTH UNIVERSITY TUTORIAL 1 REVIEW FROM BIOSTATISTICS I AHMED HOSSAIN,PhD Data Management and Analysis AHMED HOSSAIN,PhD - Data Management and Analysis 1

2 DATA TYPES/ MEASUREMENT SCALES Categorical: Nominal and Ordinal Quantitive (Interval/ Ratio): Discrete data and Continuous NOMINAL ORDINAL DISCRETE DATA Nominal data arises in measurements whose values fall into categories that have no natural numerical value. Nominal data often coded numerically, but the codes are just alternate names. For example, 0 for female and 1 for male. Ordinal data fall into categories that can be qualitatively ordered, but have no intrinsic numerical value. Ordinal data can be ranked. For example, education or economic status. measured quantities that take on specific values, usually integers. For example, number of traffic accidents, number of infant deaths etc. CONTINUOUS DATA measured quantities not restricted to specific values. For example, Birth weight, Cholesterol level, blood pressure etc. AHMED HOSSAIN,PhD - Data Management and Analysis 2

3 DATA SUMMARIES Tabular: Frequencies, relative frequencies etc. Graphical: Bar charts, histograms, scatter plots, box plots etc. FREQUENCY TABLES Frequency Tables used to summarize Nominal or ordinal data having natural categories Discrete or continuous data, usually after data have been grouped into categories AHMED HOSSAIN,PhD - Data Management and Analysis 3

4 DATA SUMMARIES: BIVARIATE TABLE AHMED HOSSAIN,PhD - Data Management and Analysis 4

5 DATA SUMMARIES: BIVARIATE TABLE Variables Complication level 2 -value p.value Categories No Yes Sex F M Marital status Married Unmarried 4 14 Other Health Problems No Yes Family History Negative Positive Smoking No Yes AHMED HOSSAIN,PhD - Data Management and Analysis 5

6 DATA SUMMARIES: BARPLOT Find a limitation of this barplot. It is in terms of interpretation. Studetns with Visual Acuity corresponds to Parents myopia Number of Studetns Fair Good No Yes AHMED HOSSAIN,PhD - Data Management and Analysis 6

7 DATA SUMMARIES: HISTOGRAM AHMED HOSSAIN,PhD - Data Management and Analysis 7

8 DATA SUMMARIES: HISTOGRAM AHMED HOSSAIN,PhD - Data Management and Analysis 8

9 DATA SUMMARIES: HISTOGRAM AHMED HOSSAIN,PhD - Data Management and Analysis 9

10 DATA SUMMARIES: HISTOGRAM AHMED HOSSAIN,PhD - Data Management and Analysis 10

11 DATA SUMMARIES: BOX PLOT AHMED HOSSAIN,PhD - Data Management and Analysis 11

12 DATA SUMMARIES: BOX PLOT AHMED HOSSAIN,PhD - Data Management and Analysis 12

13 DATA SUMMARIES: BOX PLOT AHMED HOSSAIN,PhD - Data Management and Analysis 13

14 DATA SUMMARIES: COMPARING BOX PLOTS Boxplot of Age Boxplot of BMI Age BMI No Yes No Yes Compliance Level Compliance Level AHMED HOSSAIN,PhD - Data Management and Analysis 14

15 DATA SUMMARIES: LOCATION AND SHAPE MEASURES OF CENTRAL TENDENCY Mean, Median and Mode. MEASURES OF SPREAD Range, Interquartile range, variance and standard deviation. AHMED HOSSAIN,PhD - Data Management and Analysis 15

16 DATA SUMMARIES: STANDARD DEVIATION TABLE: Descriptions of Age and BMI corresponds to LBP LBP lasted for 1 day Chronic LBP Intense pain Yes No Yes No Yes No Age 34.72(8.21) 30.37(6.69) 37.79(7.81) 31.55(7.37) 37.79(7.47) 32.26(7.83 BMI 23.95(3.43) 22.00(2.97) 24.36(3.02) 22.99(3.52) 24.98(3.33) 22.92(3.30 AHMED HOSSAIN,PhD - Data Management and Analysis 16

17 PROBABILITY DEFN Have you ever asked what are the chances?, if you have, you were asking a probabiliy question. Remember, the probability of an event is its long run relative frequency. AHMED HOSSAIN,PhD - Data Management and Analysis 17

18 DISCRETE PROBABILITY DISTRIBUTIONS EXAMPLE Hyponatremia (low sodium levels) occurs in a certain proportion of marathon runners. Now the question is, how many cases of hyponatremia are expected during the running of a particular marathon? What do you need to know to answer this question? Suppose there are 200 runners participating in a marathon (n = 200). Suppose historically the proportion of runners who develop hyponatremia is assumed to be 0.12 (p = 0.12). Let X denote the number of these runners who develop hyponatremia. Then X follows binomial random variable. AHMED HOSSAIN,PhD - Data Management and Analysis 18

19 CONTINUOUS: NORMAL DISTRIBUTION Normal (Gaussian) distribution is everywhere: stock market fluctuations, heights, temperatures, IQ scores, etc. Normal density is an accurate approximation to the binomial probability function for large n. AHMED HOSSAIN,PhD - Data Management and Analysis 19

20 DISTRIBUTION OF SAMPLE MEAN AND CONFIDENCE INTERVAL CENTRAL LIMIT THEOREM The Central Limit Theorem states that distribution of X has mean µ and standard error p n which follows normal (Gaussian) as n becomes large, regardless of the distribution of X. CONFIDENCE INTERVAL The 95% confidence interval for the populaiton mean µ is given by X 1.96 p, X p n n Provides an estimate of a population mean along with a margin of error. Has an associated level of confidence, or probability that the interval contains population mean in repeated sampling. Find out the distribution for proportions and its 95% confidence intervals. AHMED HOSSAIN,PhD - Data Management and Analysis 20

21 HYPOTHESIS TESTING Sometimes it is useful to make a statement about whether a population mean has a hypothesized value, with associated probabilities of error. For example, do hypertensive, smoking men have same mean cholesterol level as in general population? or, do children who have experienced cardiac surgery have mean IQ scores the same as population norms (µ = 100)? etc. 1 The null hypothesis for the cholesterol example, H 0 : µ = 211mg/100 ml. and in the IQ example, H 0 : µ = The alternative hypothesis for the cholesterol example, H 0 : µ 6= 211mg/100 ml. (two sided) and in the IQ example, H 0 : µ<100 (one sided). 3 Then choose the significance level which is the acceptable error probability of the test. Typically, is taken to be 0.05, 0.01, or some other small value. 4 Calculate the value of the test statistic on which the test will be based. The test statistic will be either a z-statistic, if the population standard deviation is known or a t-statistic, if the population standard deviation is not known. 5 Calculate the p-value (probability value) of the observed result. The smaller the p-value, the stronger the evidence against the null hypothesis. AHMED HOSSAIN,PhD - Data Management and Analysis 21

22 OTHER IMPORTANT DISTRIBUTIONS POISSON t This discrete distribution helps to find the probability of a given number of events occurring in a fixed interval of time and/or space if these events occur with a known average rate and independently of the time since the last event. For example, the number of phone calls received by a call center per hour. This continous distribution is used where the sample size is small and population standard deviation is unknown. 2 The chi-squared distribution is used in the common 2 tests for goodness of fit of an observed distribution to a theoretical one, the independence of two criteria of classification of qualitative data, and in confidence interval estimation for a population standard deviation of a normal distribution from a sample standard deviation. F The F distribution arises frequently as the null distribution of a test statistic, most notably in the analysis of variance. AHMED HOSSAIN,PhD - Data Management and Analysis 22

23 WHICH STATISTICAL TEST SHOULD I USE? AHMED HOSSAIN,PhD - Data Management and Analysis 23

24

25

26

27

28 R FOR WINDOWS AHMED HOSSAIN,PhD - Data Management and Analysis 24

29 EXPLORATORY ANALYSIS: R AHMED HOSSAIN,PhD - Data Management and Analysis 25

Understandable Statistics

Understandable Statistics Understandable Statistics correlated to the Advanced Placement Program Course Description for Statistics Prepared for Alabama CC2 6/2003 2003 Understandable Statistics 2003 correlated to the Advanced Placement

More information

SPRING GROVE AREA SCHOOL DISTRICT. Course Description. Instructional Strategies, Learning Practices, Activities, and Experiences.

SPRING GROVE AREA SCHOOL DISTRICT. Course Description. Instructional Strategies, Learning Practices, Activities, and Experiences. SPRING GROVE AREA SCHOOL DISTRICT PLANNED COURSE OVERVIEW Course Title: Basic Introductory Statistics Grade Level(s): 11-12 Units of Credit: 1 Classification: Elective Length of Course: 30 cycles Periods

More information

Table of Contents. Plots. Essential Statistics for Nursing Research 1/12/2017

Table of Contents. Plots. Essential Statistics for Nursing Research 1/12/2017 Essential Statistics for Nursing Research Kristen Carlin, MPH Seattle Nursing Research Workshop January 30, 2017 Table of Contents Plots Descriptive statistics Sample size/power Correlations Hypothesis

More information

WDHS Curriculum Map Probability and Statistics. What is Statistics and how does it relate to you?

WDHS Curriculum Map Probability and Statistics. What is Statistics and how does it relate to you? WDHS Curriculum Map Probability and Statistics Time Interval/ Unit 1: Introduction to Statistics 1.1-1.3 2 weeks S-IC-1: Understand statistics as a process for making inferences about population parameters

More information

PRINCIPLES OF STATISTICS

PRINCIPLES OF STATISTICS 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

Unit 1 Exploring and Understanding Data

Unit 1 Exploring and Understanding Data Unit 1 Exploring and Understanding Data Area Principle Bar Chart Boxplot Conditional Distribution Dotplot Empirical Rule Five Number Summary Frequency Distribution Frequency Polygon Histogram Interquartile

More information

POST GRADUATE DIPLOMA IN BIOETHICS (PGDBE) Term-End Examination June, 2016 MHS-014 : RESEARCH METHODOLOGY

POST GRADUATE DIPLOMA IN BIOETHICS (PGDBE) Term-End Examination June, 2016 MHS-014 : RESEARCH METHODOLOGY No. of Printed Pages : 12 MHS-014 POST GRADUATE DIPLOMA IN BIOETHICS (PGDBE) Term-End Examination June, 2016 MHS-014 : RESEARCH METHODOLOGY Time : 2 hours Maximum Marks : 70 PART A Attempt all questions.

More information

Frequency distributions

Frequency distributions Applied Biostatistics distributions Martin Bland Professor of Health Statistics University of York http://www-users.york.ac.uk/~mb55/ Types of data Qualitative data arise when individuals may fall into

More information

bivariate analysis: The statistical analysis of the relationship between two variables.

bivariate analysis: The statistical analysis of the relationship between two variables. bivariate analysis: The statistical analysis of the relationship between two variables. cell frequency: The number of cases in a cell of a cross-tabulation (contingency table). chi-square (χ 2 ) test for

More information

Describe what is meant by a placebo Contrast the double-blind procedure with the single-blind procedure Review the structure for organizing a memo

Describe what is meant by a placebo Contrast the double-blind procedure with the single-blind procedure Review the structure for organizing a memo Business Statistics The following was provided by Dr. Suzanne Delaney, and is a comprehensive review of Business Statistics. The workshop instructor will provide relevant examples during the Skills Assessment

More information

Describe what is meant by a placebo Contrast the double-blind procedure with the single-blind procedure Review the structure for organizing a memo

Describe what is meant by a placebo Contrast the double-blind procedure with the single-blind procedure Review the structure for organizing a memo Please note the page numbers listed for the Lind book may vary by a page or two depending on which version of the textbook you have. Readings: Lind 1 11 (with emphasis on chapters 10, 11) Please note chapter

More information

Business Statistics Probability

Business Statistics Probability Business Statistics The following was provided by Dr. Suzanne Delaney, and is a comprehensive review of Business Statistics. The workshop instructor will provide relevant examples during the Skills Assessment

More information

AP Psych - Stat 1 Name Period Date. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

AP Psych - Stat 1 Name Period Date. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. AP Psych - Stat 1 Name Period Date MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) In a set of incomes in which most people are in the $15,000

More information

2.4.1 STA-O Assessment 2

2.4.1 STA-O Assessment 2 2.4.1 STA-O Assessment 2 Work all the problems and determine the correct answers. When you have completed the assessment, open the Assessment 2 activity and input your responses into the online grading

More information

What you should know before you collect data. BAE 815 (Fall 2017) Dr. Zifei Liu

What you should know before you collect data. BAE 815 (Fall 2017) Dr. Zifei Liu What you should know before you collect data BAE 815 (Fall 2017) Dr. Zifei Liu Zifeiliu@ksu.edu Types and levels of study Descriptive statistics Inferential statistics How to choose a statistical test

More information

Lecture Outline. Biost 517 Applied Biostatistics I. Purpose of Descriptive Statistics. Purpose of Descriptive Statistics

Lecture Outline. Biost 517 Applied Biostatistics I. Purpose of Descriptive Statistics. Purpose of Descriptive Statistics Biost 517 Applied Biostatistics I Scott S. Emerson, M.D., Ph.D. Professor of Biostatistics University of Washington Lecture 3: Overview of Descriptive Statistics October 3, 2005 Lecture Outline Purpose

More information

Chapter 1: Exploring Data

Chapter 1: Exploring Data Chapter 1: Exploring Data Key Vocabulary:! individual! variable! frequency table! relative frequency table! distribution! pie chart! bar graph! two-way table! marginal distributions! conditional distributions!

More information

Data, frequencies, and distributions. Martin Bland. Types of data. Types of data. Clinical Biostatistics

Data, frequencies, and distributions. Martin Bland. Types of data. Types of data. Clinical Biostatistics Clinical Biostatistics Data, frequencies, and distributions Martin Bland Professor of Health Statistics University of York http://martinbland.co.uk/ Types of data Qualitative data arise when individuals

More information

Homework Exercises for PSYC 3330: Statistics for the Behavioral Sciences

Homework Exercises for PSYC 3330: Statistics for the Behavioral Sciences Homework Exercises for PSYC 3330: Statistics for the Behavioral Sciences compiled and edited by Thomas J. Faulkenberry, Ph.D. Department of Psychological Sciences Tarleton State University Version: July

More information

Slide 1 - Introduction to Statistics Tutorial: An Overview Slide notes

Slide 1 - Introduction to Statistics Tutorial: An Overview Slide notes Slide 1 - Introduction to Statistics Tutorial: An Overview Introduction to Statistics Tutorial: An Overview. This tutorial is the first in a series of several tutorials that introduce probability and statistics.

More information

Statistics: A Brief Overview Part I. Katherine Shaver, M.S. Biostatistician Carilion Clinic

Statistics: A Brief Overview Part I. Katherine Shaver, M.S. Biostatistician Carilion Clinic Statistics: A Brief Overview Part I Katherine Shaver, M.S. Biostatistician Carilion Clinic Statistics: A Brief Overview Course Objectives Upon completion of the course, you will be able to: Distinguish

More information

Statistics is a broad mathematical discipline dealing with

Statistics is a broad mathematical discipline dealing with Statistical Primer for Cardiovascular Research Descriptive Statistics and Graphical Displays Martin G. Larson, SD Statistics is a broad mathematical discipline dealing with techniques for the collection,

More information

Introduction & Basics

Introduction & Basics CHAPTER 1 Introduction & Basics 1.1 Statistics the Field... 1 1.2 Probability Distributions... 4 1.3 Study Design Features... 9 1.4 Descriptive Statistics... 13 1.5 Inferential Statistics... 16 1.6 Summary...

More information

Readings: Textbook readings: OpenStax - Chapters 1 11 Online readings: Appendix D, E & F Plous Chapters 10, 11, 12 and 14

Readings: Textbook readings: OpenStax - Chapters 1 11 Online readings: Appendix D, E & F Plous Chapters 10, 11, 12 and 14 Readings: Textbook readings: OpenStax - Chapters 1 11 Online readings: Appendix D, E & F Plous Chapters 10, 11, 12 and 14 Still important ideas Contrast the measurement of observable actions (and/or characteristics)

More information

List of Figures. List of Tables. Preface to the Second Edition. Preface to the First Edition

List of Figures. List of Tables. Preface to the Second Edition. Preface to the First Edition List of Figures List of Tables Preface to the Second Edition Preface to the First Edition xv xxv xxix xxxi 1 What Is R? 1 1.1 Introduction to R................................ 1 1.2 Downloading and Installing

More information

AP Psych - Stat 2 Name Period Date. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

AP Psych - Stat 2 Name Period Date. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. AP Psych - Stat 2 Name Period Date MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) In a set of incomes in which most people are in the $15,000

More information

Still important ideas

Still important ideas Readings: OpenStax - Chapters 1 13 & Appendix D & E (online) Plous Chapters 17 & 18 - Chapter 17: Social Influences - Chapter 18: Group Judgments and Decisions Still important ideas Contrast the measurement

More information

MTH 225: Introductory Statistics

MTH 225: Introductory Statistics Marshall University College of Science Mathematics Department MTH 225: Introductory Statistics Course catalog description Basic probability, descriptive statistics, fundamental statistical inference procedures

More information

On the purpose of testing:

On the purpose of testing: Why Evaluation & Assessment is Important Feedback to students Feedback to teachers Information to parents Information for selection and certification Information for accountability Incentives to increase

More information

Still important ideas

Still important ideas Readings: OpenStax - Chapters 1 11 + 13 & Appendix D & E (online) Plous - Chapters 2, 3, and 4 Chapter 2: Cognitive Dissonance, Chapter 3: Memory and Hindsight Bias, Chapter 4: Context Dependence Still

More information

Statistics. Nur Hidayanto PSP English Education Dept. SStatistics/Nur Hidayanto PSP/PBI

Statistics. Nur Hidayanto PSP English Education Dept. SStatistics/Nur Hidayanto PSP/PBI Statistics Nur Hidayanto PSP English Education Dept. RESEARCH STATISTICS WHAT S THE RELATIONSHIP? RESEARCH RESEARCH positivistic Prepositivistic Postpositivistic Data Initial Observation (research Question)

More information

Biostatistics for Med Students. Lecture 1

Biostatistics for Med Students. Lecture 1 Biostatistics for Med Students Lecture 1 John J. Chen, Ph.D. Professor & Director of Biostatistics Core UH JABSOM JABSOM MD7 February 14, 2018 Lecture note: http://biostat.jabsom.hawaii.edu/education/training.html

More information

Introduction to biostatistics & Levels of measurement

Introduction to biostatistics & Levels of measurement Introduction to biostatistics & Levels of measurement Objectives: Definition of statistics and biostatistics To understand different Levels of measurements To understand different Types of data To use

More information

Describe what is meant by a placebo Contrast the double-blind procedure with the single-blind procedure Review the structure for organizing a memo

Describe what is meant by a placebo Contrast the double-blind procedure with the single-blind procedure Review the structure for organizing a memo Please note the page numbers listed for the Lind book may vary by a page or two depending on which version of the textbook you have. Readings: Lind 1 11 (with emphasis on chapters 5, 6, 7, 8, 9 10 & 11)

More information

Psychology Research Process

Psychology Research Process Psychology Research Process Logical Processes Induction Observation/Association/Using Correlation Trying to assess, through observation of a large group/sample, what is associated with what? Examples:

More information

Medical Statistics 1. Basic Concepts Farhad Pishgar. Defining the data. Alive after 6 months?

Medical Statistics 1. Basic Concepts Farhad Pishgar. Defining the data. Alive after 6 months? Medical Statistics 1 Basic Concepts Farhad Pishgar Defining the data Population and samples Except when a full census is taken, we collect data on a sample from a much larger group called the population.

More information

CHAPTER 3 DATA ANALYSIS: DESCRIBING DATA

CHAPTER 3 DATA ANALYSIS: DESCRIBING DATA Data Analysis: Describing Data CHAPTER 3 DATA ANALYSIS: DESCRIBING DATA In the analysis process, the researcher tries to evaluate the data collected both from written documents and from other sources such

More information

Readings: Textbook readings: OpenStax - Chapters 1 13 (emphasis on Chapter 12) Online readings: Appendix D, E & F

Readings: Textbook readings: OpenStax - Chapters 1 13 (emphasis on Chapter 12) Online readings: Appendix D, E & F Readings: Textbook readings: OpenStax - Chapters 1 13 (emphasis on Chapter 12) Online readings: Appendix D, E & F Plous Chapters 17 & 18 Chapter 17: Social Influences Chapter 18: Group Judgments and Decisions

More information

Math Workshop On-Line Tutorial Judi Manola Paul Catalano. Slide 1. Slide 3

Math Workshop On-Line Tutorial Judi Manola Paul Catalano. Slide 1. Slide 3 Kinds of Numbers and Data First we re going to think about the kinds of numbers you will use in the problems you will encounter in your studies. Then we will expand a bit and think about kinds of data.

More information

CHAPTER 3 Describing Relationships

CHAPTER 3 Describing Relationships CHAPTER 3 Describing Relationships 3.1 Scatterplots and Correlation The Practice of Statistics, 5th Edition Starnes, Tabor, Yates, Moore Bedford Freeman Worth Publishers Reading Quiz 3.1 True/False 1.

More information

9 research designs likely for PSYC 2100

9 research designs likely for PSYC 2100 9 research designs likely for PSYC 2100 1) 1 factor, 2 levels, 1 group (one group gets both treatment levels) related samples t-test (compare means of 2 levels only) 2) 1 factor, 2 levels, 2 groups (one

More information

PRINTABLE VERSION. Quiz 1. True or False: The amount of rainfall in your state last month is an example of continuous data.

PRINTABLE VERSION. Quiz 1. True or False: The amount of rainfall in your state last month is an example of continuous data. Question 1 PRINTABLE VERSION Quiz 1 True or False: The amount of rainfall in your state last month is an example of continuous data. a) True b) False Question 2 True or False: The standard deviation is

More information

Math Workshop On-Line Tutorial Judi Manola Paul Catalano

Math Workshop On-Line Tutorial Judi Manola Paul Catalano Math Workshop On-Line Tutorial Judi Manola Paul Catalano 1 Session 1 Kinds of Numbers and Data, Fractions, Negative Numbers, Rounding, Averaging, Properties of Real Numbers, Exponents and Square Roots,

More information

Level of Measurements

Level of Measurements Level of Measurements Mohammed TA, Omar, Ph.D. PT, CLT, PGDCR Rehabilitation Health Science Department CAMS-KSU, Momarar@ksu.edu.sa Dr.taher_m@yahoo.com 0542115404 Objectives Identify types of variables

More information

HW 1 - Bus Stat. Student:

HW 1 - Bus Stat. Student: HW 1 - Bus Stat Student: 1. An identification of police officers by rank would represent a(n) level of measurement. A. Nominative C. Interval D. Ratio 2. A(n) variable is a qualitative variable such that

More information

Observational studies; descriptive statistics

Observational studies; descriptive statistics Observational studies; descriptive statistics Patrick Breheny August 30 Patrick Breheny University of Iowa Biostatistical Methods I (BIOS 5710) 1 / 38 Observational studies Association versus causation

More information

Designing Psychology Experiments: Data Analysis and Presentation

Designing Psychology Experiments: Data Analysis and Presentation Data Analysis and Presentation Review of Chapter 4: Designing Experiments Develop Hypothesis (or Hypotheses) from Theory Independent Variable(s) and Dependent Variable(s) Operational Definitions of each

More information

Variables and Scale Measurement (Revisited) Lulu Eva Rakhmilla, dr., M.KM Epidemiology and Biostatistics 2013

Variables and Scale Measurement (Revisited) Lulu Eva Rakhmilla, dr., M.KM Epidemiology and Biostatistics 2013 Variables and Scale Measurement (Revisited) Lulu Eva Rakhmilla, dr., M.KM Epidemiology and Biostatistics 2013 The Research Process Selecting research area Report writing Formulating research questions

More information

STATISTICS & PROBABILITY

STATISTICS & PROBABILITY STATISTICS & PROBABILITY LAWRENCE HIGH SCHOOL STATISTICS & PROBABILITY CURRICULUM MAP 2015-2016 Quarter 1 Unit 1 Collecting Data and Drawing Conclusions Unit 2 Summarizing Data Quarter 2 Unit 3 Randomness

More information

2.75: 84% 2.5: 80% 2.25: 78% 2: 74% 1.75: 70% 1.5: 66% 1.25: 64% 1.0: 60% 0.5: 50% 0.25: 25% 0: 0%

2.75: 84% 2.5: 80% 2.25: 78% 2: 74% 1.75: 70% 1.5: 66% 1.25: 64% 1.0: 60% 0.5: 50% 0.25: 25% 0: 0% Capstone Test (will consist of FOUR quizzes and the FINAL test grade will be an average of the four quizzes). Capstone #1: Review of Chapters 1-3 Capstone #2: Review of Chapter 4 Capstone #3: Review of

More information

Applied Statistical Analysis EDUC 6050 Week 4

Applied Statistical Analysis EDUC 6050 Week 4 Applied Statistical Analysis EDUC 6050 Week 4 Finding clarity using data Today 1. Hypothesis Testing with Z Scores (continued) 2. Chapters 6 and 7 in Book 2 Review! = $ & '! = $ & ' * ) 1. Which formula

More information

V. Gathering and Exploring Data

V. Gathering and Exploring Data V. Gathering and Exploring Data With the language of probability in our vocabulary, we re now ready to talk about sampling and analyzing data. Data Analysis We can divide statistical methods into roughly

More information

Chapter 7: Descriptive Statistics

Chapter 7: Descriptive Statistics Chapter Overview Chapter 7 provides an introduction to basic strategies for describing groups statistically. Statistical concepts around normal distributions are discussed. The statistical procedures of

More information

Introduction to Statistical Data Analysis I

Introduction to Statistical Data Analysis I Introduction to Statistical Data Analysis I JULY 2011 Afsaneh Yazdani Preface What is Statistics? Preface What is Statistics? Science of: designing studies or experiments, collecting data Summarizing/modeling/analyzing

More information

Summarizing Data. (Ch 1.1, 1.3, , 2.4.3, 2.5)

Summarizing Data. (Ch 1.1, 1.3, , 2.4.3, 2.5) 1 Summarizing Data (Ch 1.1, 1.3, 1.10-1.13, 2.4.3, 2.5) Populations and Samples An investigation of some characteristic of a population of interest. Example: You want to study the average GPA of juniors

More information

Statistics and Epidemiology Practice Questions

Statistics and Epidemiology Practice Questions 1. Which of the following is not considered a measure of central tendency? a. Median b. Range c. Mode d. Average 2. Given the following set of values, what is the median? 4 5 9 3 8 3 7 1 5 3 a. 3 b. 5

More information

The normal curve and standardisation. Percentiles, z-scores

The normal curve and standardisation. Percentiles, z-scores The normal curve and standardisation Percentiles, z-scores The normal curve Frequencies (histogram) Characterised by: Central tendency Mean Median Mode uni, bi, multi Positively skewed, negatively skewed

More information

Statistical Techniques. Masoud Mansoury and Anas Abulfaraj

Statistical Techniques. Masoud Mansoury and Anas Abulfaraj Statistical Techniques Masoud Mansoury and Anas Abulfaraj What is Statistics? https://www.youtube.com/watch?v=lmmzj7599pw The definition of Statistics The practice or science of collecting and analyzing

More information

Descriptive Statistics Lecture

Descriptive Statistics Lecture Definitions: Lecture Psychology 280 Orange Coast College 2/1/2006 Statistics have been defined as a collection of methods for planning experiments, obtaining data, and then analyzing, interpreting and

More information

Six Sigma Glossary Lean 6 Society

Six Sigma Glossary Lean 6 Society Six Sigma Glossary Lean 6 Society ABSCISSA ACCEPTANCE REGION ALPHA RISK ALTERNATIVE HYPOTHESIS ASSIGNABLE CAUSE ASSIGNABLE VARIATIONS The horizontal axis of a graph The region of values for which the null

More information

Lesson 9 Presentation and Display of Quantitative Data

Lesson 9 Presentation and Display of Quantitative Data Lesson 9 Presentation and Display of Quantitative Data Learning Objectives All students will identify and present data using appropriate graphs, charts and tables. All students should be able to justify

More information

Unit 7 Comparisons and Relationships

Unit 7 Comparisons and Relationships Unit 7 Comparisons and Relationships Objectives: To understand the distinction between making a comparison and describing a relationship To select appropriate graphical displays for making comparisons

More information

Undertaking statistical analysis of

Undertaking statistical analysis of Descriptive statistics: Simply telling a story Laura Delaney introduces the principles of descriptive statistical analysis and presents an overview of the various ways in which data can be presented by

More information

Samples, Sample Size And Sample Error. Research Methodology. How Big Is Big? Estimating Sample Size. Variables. Variables 2/25/2018

Samples, Sample Size And Sample Error. Research Methodology. How Big Is Big? Estimating Sample Size. Variables. Variables 2/25/2018 Research Methodology Samples, Sample Size And Sample Error Sampling error = difference between sample and population characteristics Reducing sampling error is the goal of any sampling technique As sample

More information

Research Designs and Potential Interpretation of Data: Introduction to Statistics. Let s Take it Step by Step... Confused by Statistics?

Research Designs and Potential Interpretation of Data: Introduction to Statistics. Let s Take it Step by Step... Confused by Statistics? Research Designs and Potential Interpretation of Data: Introduction to Statistics Karen H. Hagglund, M.S. Medical Education St. John Hospital & Medical Center Karen.Hagglund@ascension.org Let s Take it

More information

q2_2 MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

q2_2 MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. q2_2 MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. A sporting goods retailer conducted a customer survey to determine its customers primary reason

More information

Measuring the User Experience

Measuring the User Experience Measuring the User Experience Collecting, Analyzing, and Presenting Usability Metrics Chapter 2 Background Tom Tullis and Bill Albert Morgan Kaufmann, 2008 ISBN 978-0123735584 Introduction Purpose Provide

More information

Section 6: Analysing Relationships Between Variables

Section 6: Analysing Relationships Between Variables 6. 1 Analysing Relationships Between Variables Section 6: Analysing Relationships Between Variables Choosing a Technique The Crosstabs Procedure The Chi Square Test The Means Procedure The Correlations

More information

1. Bring your completed exam to class on Monday November 10, 2014, being sure that you have made a copy for safe keeping; OR

1. Bring your completed exam to class on Monday November 10, 2014, being sure that you have made a copy for safe keeping; OR PubHlth 540 Fall 2014 Exam III Choice B (Unit 5 Normal) corrected 10-28-14 Page 1 of 7 PubHlth 540 - Introductory Biostatistics Fall 2014 Examination III Choice B Unit 5 (Normal) Due Monday November 10,

More information

Basic Biostatistics. Dr. Kiran Chaudhary Dr. Mina Chandra

Basic Biostatistics. Dr. Kiran Chaudhary Dr. Mina Chandra Basic Biostatistics Dr. Kiran Chaudhary Dr. Mina Chandra Overview 1.Importance of Biostatistics 2.Biological Variations, Uncertainties and Sources of uncertainties 3.Terms- Population/Sample, Validity/

More information

Basic Biostatistics. Chapter 1. Content

Basic Biostatistics. Chapter 1. Content Chapter 1 Basic Biostatistics Jamalludin Ab Rahman MD MPH Department of Community Medicine Kulliyyah of Medicine Content 2 Basic premises variables, level of measurements, probability distribution Descriptive

More information

HOW STATISTICS IMPACT PHARMACY PRACTICE?

HOW STATISTICS IMPACT PHARMACY PRACTICE? HOW STATISTICS IMPACT PHARMACY PRACTICE? CPPD at NCCR 13 th June, 2013 Mohamed Izham M.I., PhD Professor in Social & Administrative Pharmacy Learning objective.. At the end of the presentation pharmacists

More information

Data and Statistics 101: Key Concepts in the Collection, Analysis, and Application of Child Welfare Data

Data and Statistics 101: Key Concepts in the Collection, Analysis, and Application of Child Welfare Data TECHNICAL REPORT Data and Statistics 101: Key Concepts in the Collection, Analysis, and Application of Child Welfare Data CONTENTS Executive Summary...1 Introduction...2 Overview of Data Analysis Concepts...2

More information

Choosing the correct statistical test in research

Choosing the correct statistical test in research Leading Article Choosing the correct statistical test in research Nalika Gunawardena 1 Sri Lanka Journal of Child Health, 2011; 40: 149-153 (Key words: Statistical test; research) Gone are the days where

More information

Multiple Choice Questions

Multiple Choice Questions ACTM State Statistics Work the multiple choice questions first, selecting the single best response from those provided and entering it on your scantron form. You may write on this test and keep the portion

More information

4) Compare the scores: a score of 88 on a test with a mean of 79 and a score of 78 on a test with a mean of 70.

4) Compare the scores: a score of 88 on a test with a mean of 79 and a score of 78 on a test with a mean of 70. Problem Set 3 Name MULTIPLE CHOICE. Please show all your work in the space provided or on scratch paper. Problems on scratch paper must be numbered and written legibly. Choose the one alternative that

More information

Quantitative Methods in Computing Education Research (A brief overview tips and techniques)

Quantitative Methods in Computing Education Research (A brief overview tips and techniques) Quantitative Methods in Computing Education Research (A brief overview tips and techniques) Dr Judy Sheard Senior Lecturer Co-Director, Computing Education Research Group Monash University judy.sheard@monash.edu

More information

Before we get started:

Before we get started: Before we get started: http://arievaluation.org/projects-3/ AEA 2018 R-Commander 1 Antonio Olmos Kai Schramm Priyalathta Govindasamy Antonio.Olmos@du.edu AntonioOlmos@aumhc.org AEA 2018 R-Commander 2 Plan

More information

MATH 1040 Skittles Data Project

MATH 1040 Skittles Data Project Laura Boren MATH 1040 Data Project For our project in MATH 1040 everyone in the class was asked to buy a 2.17 individual sized bag of skittles and count the number of each color of candy in the bag. The

More information

7. Bivariate Graphing

7. Bivariate Graphing 1 7. Bivariate Graphing Video Link: https://www.youtube.com/watch?v=shzvkwwyguk&index=7&list=pl2fqhgedk7yyl1w9tgio8w pyftdumgc_j Section 7.1: Converting a Quantitative Explanatory Variable to Categorical

More information

How to interpret scientific & statistical graphs

How to interpret scientific & statistical graphs How to interpret scientific & statistical graphs Theresa A Scott, MS Department of Biostatistics theresa.scott@vanderbilt.edu http://biostat.mc.vanderbilt.edu/theresascott 1 A brief introduction Graphics:

More information

Introduction to Quantitative Methods Prentice Hall SPSS for Doctors Dr. MOHAMAD ALKHEDR

Introduction to Quantitative Methods Prentice Hall SPSS for Doctors Dr. MOHAMAD ALKHEDR Introduction to Quantitative Methods 2007 Prentice Hall SPSS for Doctors Dr. MOHAMAD ALKHEDR 2-1 Meaning of Variable A characteristic, number, or quantity that increases or decreases over time, or takes

More information

Statistics Guide. Prepared by: Amanda J. Rockinson- Szapkiw, Ed.D.

Statistics Guide. Prepared by: Amanda J. Rockinson- Szapkiw, Ed.D. This guide contains a summary of the statistical terms and procedures. This guide can be used as a reference for course work and the dissertation process. However, it is recommended that you refer to statistical

More information

Math 2200 First Mid-Term Exam September 22, 2010

Math 2200 First Mid-Term Exam September 22, 2010 Math 2200 First Mid-Term Exam September 22, 2010 This exam has 25 questions of 4 points each. All answers have been rounded-off so if your calculated answer differs from the given options slightly, choose

More information

PubHlth Introductory Biostatistics Fall 2013 Examination 1 - REQURED Due Monday September 30, 2013

PubHlth Introductory Biostatistics Fall 2013 Examination 1 - REQURED Due Monday September 30, 2013 PubHlth 540 Fall 2013 Exam I Page 1 of 10 PubHlth 540 - Introductory Biostatistics Fall 2013 Examination 1 - REQURED Due Monday September 30, 2013 Before you begin: This is a take-home exam. You are welcome

More information

Statistics and Probability

Statistics and Probability Statistics and a single count or measurement variable. S.ID.1: Represent data with plots on the real number line (dot plots, histograms, and box plots). S.ID.2: Use statistics appropriate to the shape

More information

Common Statistical Issues in Biomedical Research

Common Statistical Issues in Biomedical Research Common Statistical Issues in Biomedical Research Howard Cabral, Ph.D., M.P.H. Boston University CTSI Boston University School of Public Health Department of Biostatistics May 15, 2013 1 Overview of Basic

More information

Basic Steps in Planning Research. Dr. P.J. Brink and Dr. M.J. Wood

Basic Steps in Planning Research. Dr. P.J. Brink and Dr. M.J. Wood Basic Steps in Planning Research Dr. P.J. Brink and Dr. M.J. Wood Research Levels Level 1: There is little or no literature available on the topic or on the population. The purpose is to describe what

More information

Analysis and Interpretation of Data Part 1

Analysis and Interpretation of Data Part 1 Analysis and Interpretation of Data Part 1 DATA ANALYSIS: PRELIMINARY STEPS 1. Editing Field Edit Completeness Legibility Comprehensibility Consistency Uniformity Central Office Edit 2. Coding Specifying

More information

A Case Study: Two-sample categorical data

A Case Study: Two-sample categorical data A Case Study: Two-sample categorical data Patrick Breheny January 31 Patrick Breheny BST 701: Bayesian Modeling in Biostatistics 1/43 Introduction Model specification Continuous vs. mixture priors Choice

More information

Choosing the Correct Statistical Test

Choosing the Correct Statistical Test Choosing the Correct Statistical Test T racie O. Afifi, PhD Departments of Community Health Sciences & Psychiatry University of Manitoba Department of Community Health Sciences COLLEGE OF MEDICINE, FACULTY

More information

Announcement. Homework #2 due next Friday at 5pm. Midterm is in 2 weeks. It will cover everything through the end of next week (week 5).

Announcement. Homework #2 due next Friday at 5pm. Midterm is in 2 weeks. It will cover everything through the end of next week (week 5). Announcement Homework #2 due next Friday at 5pm. Midterm is in 2 weeks. It will cover everything through the end of next week (week 5). Political Science 15 Lecture 8: Descriptive Statistics (Part 1) Data

More information

UNIVERSITY OF THE FREE STATE DEPARTMENT OF COMPUTER SCIENCE AND INFORMATICS CSIS6813 MODULE TEST 2

UNIVERSITY OF THE FREE STATE DEPARTMENT OF COMPUTER SCIENCE AND INFORMATICS CSIS6813 MODULE TEST 2 UNIVERSITY OF THE FREE STATE DEPARTMENT OF COMPUTER SCIENCE AND INFORMATICS CSIS6813 MODULE TEST 2 DATE: 3 May 2017 MARKS: 75 ASSESSOR: Prof PJ Blignaut MODERATOR: Prof C de Villiers (UP) TIME: 2 hours

More information

Introduction to Statistics. Mahmoud Alhussami, DSc., PhD.

Introduction to Statistics. Mahmoud Alhussami, DSc., PhD. Introduction to Statistics Mahmoud Alhussami, DSc., PhD. Course Objectives Understand the basic statistical concepts and their application to health care research Differentiate between parametric and nonparametric

More information

Data Science and Statistics in Research: unlocking the power of your data

Data Science and Statistics in Research: unlocking the power of your data Data Science and Statistics in Research: unlocking the power of your data Session 1.4: Data and variables 1/ 33 OUTLINE Types of data Types of variables Presentation of data Tables Summarising Data 2/

More information

Test 1 Version A STAT 3090 Spring 2018

Test 1 Version A STAT 3090 Spring 2018 Multiple Choice: (Questions 1 20) Answer the following questions on the scantron provided using a #2 pencil. Bubble the response that best answers the question. Each multiple choice correct response is

More information

DOWNLOAD PDF SUMMARIZING AND INTERPRETING DATA : USING STATISTICS

DOWNLOAD PDF SUMMARIZING AND INTERPRETING DATA : USING STATISTICS Chapter 1 : Summarizing Numerical Data Sets Worksheets Stem and Leaf Activity Sheets with Answers. Students first create the stem and leaf plot. Then they use it to answer questions. This is a great way

More information

12.1 Inference for Linear Regression. Introduction

12.1 Inference for Linear Regression. Introduction 12.1 Inference for Linear Regression vocab examples Introduction Many people believe that students learn better if they sit closer to the front of the classroom. Does sitting closer cause higher achievement,

More information

I. Identifying the question Define Research Hypothesis and Questions

I. Identifying the question Define Research Hypothesis and Questions Term Paper I. Identifying the question What is the question? (What are my hypotheses?) Is it possible to answer the question with statistics? Is the data obtainable? (birth weight, socio economic, drugs,

More information

BIOSTATISTICS. Dr. Hamza Aduraidi

BIOSTATISTICS. Dr. Hamza Aduraidi BIOSTATISTICS Dr. Hamza Aduraidi Unit One INTRODUCTION Biostatistics It can be defined as the application of the mathematical tools used in statistics to the fields of biological sciences and medicine.

More information