Inference on p, Comparisons on p, and Chi-Square for Contingency Tables and GOF

Size: px
Start display at page:

Download "Inference on p, Comparisons on p, and Chi-Square for Contingency Tables and GOF"

Transcription

1 Inference on p, Comparisons on p, and Chi-Square for Contingency Tables and GOF 1. In a study of human blood types in nonhuman primates, a sample of 71 orangutans were tested and 14 were found to be blood type B. a. Use R to construct a 95% confidence interval for the proportion (probability) of blood type B in the orangutan population. > prop.test(14,71,correct=false) 1-sample proportions test without continuity correction data: 14 out of 71, null probability 0.5 X-squared = , df = 1, p-value = 3.34e-07 alternative hypothesis: true p is not equal to p b. Interpret the interval you just computed in part (a). We are 95% confident that the proportion of type B blood in the orangutan population is no less than and no more than Experimental studies of cancer often use strains of animals that have a naturally high incidence of tumors. In one such experiment, tumor prone mice were kept in a sterile environment with one group of mice maintained entirely germ free and the other group of mice exposed to the intestinal bacterium Eschericbia coli. The accompanying table shows the incidence of liver tumors. Let p S and p E.coli represent the probabilities of liver tumors under the sterile and the E. coli conditions, respectively. a. Use R to construct a 95% confidence interval for difference in proportions p S p E.coli > prop.test(t(mice),correct=false) 2-sample test for equality of proportions without continuity correction Sterile E. coli Liver Tumor 19 8 No Tumor 30 5 b. Interpret the confidence interval from part (a). With 95% confidence, we are unsure under which condition the probability of liver tumor is larger. If the probability is higher under the germ free condition, it is by as much as If it is higher under the E. coli. condition, it is by as much as c. Conduct a hypothesis test at the 0.05 significance level to test whether there is a difference in the probability of liver tumor under E.coli versus control conditions. (1) α = 0.05 (2) H O : p S p E.coli = 0 H A : p S p E.coli 0 > prop.test(t(mice),correct=false)

2 2-sample test for equality of proportions without continuity correction OR > chisq.test(t(mice),correct=false) (3) χ s 2 = (Z s = since Z s is the square root of the Chi-square statistic with the sign of the difference in p-hats) (4) P = (5) P = > 0.05 = α, fail to reject H O (do not have significant evidence for H A ) (6) There is not significant evidence to conclude that there is a difference in the probability of liver tumors in tumor prone mice under the E. coli or sterile condition. 3. Estrus synchronization products are used to bring cows into heat at a predictable time so that they can be reliably impregnated by artificial insemination. In a study of two estrus synchronization products, 42 mature cows (aged 4 8 years) were randomly allocated to receive either product A or product B, and then all cows were bred by artificial insemination. The table shows how many of the inseminations resulted in pregnancy. a. Construct a 95% confidence interval for the difference in (p A p B ) > prop.test(t(cows),correct=false) 2-sample test for equality of proportions without continuity correction data: t(cows) X-squared = , df = 1, p-value = < p A p B < Product A Product B Number of Cows Pregnant 8 15 Cows Pregnant Not Pregnant 13 7 b. Interpret the interval you just computed in part (a). We are 95% confident that the probability of mature cows (aged 4-8 years) which become pregnant by artificial insemination using Product B is larger than that of Product A by as little as 0.02 or as much as A population-based study, reported online in Stroke: Journal of the American Heart Association, related transient ischemic attack (TIA a mini-stroke ) and a person's risk for a subsequent myocardial infarction. The estimated relative risk for patients whose TIA occurred before age 60 was calculated to be 15.1, with a 95% confidence interval of (4.11,38.6). Interpret this interval. We are 95% confident that the long run risk of myocardial infarction for persons with a previous TIA is 4.11 to 38.6 times greater than that for those who have not had a TIA.

3 5. A portion (and slightly edited version) of a review of Workplace: Occupation and bladder cancer in a population-based case control study in Northern New England Occupational and Environmental Medicine 2011;68: Review by N Costet, C M Villanueva, J J K Jaakkola, M Kogevinas, K P Cantor, W D King, C F Lynch, M J Nieuwenhuijsen, S Cordier. Although the overall prevalence of bladder cancer is small (< 0.02%), it leads to death in approximately 20% of cases, so bladder cancer is an active research area. Several epidemiological studies suggested an association between the risk of bladder cancer and the exposure to trihalomethanes (THMs), the main disinfection byproducts (DBPs) of chlorinated water. The authors analyzed data from pooling three European case-control studies from France, Finland, and Spain (5467 individuals: 2381 cases and 3086 controls). Individual exposure to THMs was calculated combining information on residential history, estimates of the average total THMs (TTHM) level in tap water at the successive residences and personal water consumption. An odds-ratio was calculated for men exposed to an average residential TTHM level > 50 μg/l (OR=1.47 (1.05; 2.05)) when compared to men exposed to levels 50 μg/l. a. Interpret the confidence interval in the context of the setting. We are 95% confident that the long run odds of bladder cancer for men exposed to an average residential TTHM level > 50 g/l is 1.05 to 2.05 times the odds for men exposed to levels 50 g/l. b. Based on this confidence interval, can you determine whether the odds of bladder cancer are significantly larger at the 0.05 significance level? Why or why not? Yes. The interval does not contain the number 1 (which would indicate the long run odds may be the same under either exposure level) so a non-directional test at the 0.05 level would reject the null hypothesis. c. Why did the researchers report a confidence interval on the odds ratio rather than relative risk? A case control study does not give an estimate of the prevalence of bladder cancer (since we choose the number of cases and controls ), so we cannot estimate Pr{bladder cancer exposure level}. So, we cannot compute the risk we are interested in. Because of the numeric equivalence of the disease odds ratio and the exposure odds ratio, we can compute an estimate of the odds ratio we want. d. Can we use this sample odds ratio of 1.47 as an estimate of the relative risk? Why or why not? Yes, we can since the prevalence of bladder cancer is very close to zero and this makes the odds ratio a good approximation to the relative risk. (But, if we calculated a confidence interval on the odds ratio, the interpretation should be about the odds ratio not relative risk.) 6. Each person in a sample of 276 healthy adult volunteers was asked about the variety of social networks that they were in (e.g., relationships with parents, close neighbors, workmates, etc.). They were then given nasal drops containing a rhinovirus and were quarantined for 5 days. Numbers of subjects who developed colds were recorded in the table below. a. Test for an association between the number of types of social relationships and developing a cold at α = > cold<-matrix(c(57,66,52,101),nrow=2) > chisq.test(t(cold),correct=false) data: t(cold) X-squared = , df = 1, p-value = ) α = ) H0: cold associated with number of types of social relationships HA: cold not associated with number of types of social relationships 3) X 2 s = ) P = ) Since P < α, we reject H0. Five or Fewer Six or More Cold No Cold ) There is significant evidence to conclude that the developing a cold is associated with the number of types of social relationships.

4 b. Why did we do a test for association (rather than a test for the probability of a cold being equal under the two categories of number of types of social relationships)? One big sample was recruited into this study (everyone was exposed to the cold virus there were no treatment groups). Since the researchers did not assign the number of relationships or whether the subjects developed a cold or not, this is an observational study we can test for association. 7. One explanation for the widespread incidence of the hereditary condition known as sickle-cell trait is that the trait confers some protection against malarial infection. In one investigation, 543 African children were checked for the trait and for malaria. The results are shown in the table. Do the data provide evidence (α = 0.05) that malaria and having the sickle cell trait are negatively associated? Heavily Infected Light or Non Infected Sickle Cell Trait No Sickle Cell Trait Herpes simplex virus type 2 (HSV-2) is a sexually transmitted disease. As part of the third National Health and Nutrition Examination Survey (NHANES III), prevalence of HSV-2 was determined in four regions of the United States. The data are given in the following table Note, this is a slightly rearranged version of the table given in the text. Northeast Midwest South West HSV No HSV a. Use a chi-square test to compare the prevalence rates at α = (This is a question about the distribution of HSV-2 being different across the four regions, but worded in terms of prevalence rates). > hsv<-matrix(c(323,1165,381,1689,1320,4003,712,1986),nrow=2) > chisq.test(t(hsv),correct=false) data: t(hsv) X-squared = , df = 3, p-value = 8.949e-11 (1) α = 0.01 (2) H0: HSV-2 prevalence is the same in the four regions HA: HSV-2 prevalence differs across the four regions (3) X 2 s = (4) P = 8.95E-11 = which we interpret as P < (5) P < α, reject H0 (6) There is significant evidence to conclude that HSV-2 prevalence differs across the four regions b. Why did we do a test on prevalence rates (rather than a test for association)? Separate samples were taken from each region, so we can do a test for the distribution of HSV-2 across the regions rather than just a test for association. 9. The appearance of leaf pigment glands in the seedling stage of cotton plants is genetically controlled. According to one theory of the control mechanism, the population ratio of glandular to glandless plants resulting from a certain cross should be 11:5; according to another theory it should be 13:3. In one experiment, the cross produced 89 glandular and 36 glandless plants. Use goodness-of-fit tests (at α = 0.10) to determine whether these data are consistent with the 11:5 theory > chisq.test(c(89,36),p=c(11/16,5/16)) Chi-squared test for given probabilities data: c(89, 36)

5 X-squared = , df = 1, p-value = (1) α = 0.10 (2) H0: The 11:5 theory is correct HA: The 11:5 theory is not correct (3) X 2 s = (4) P = (5) P > α, fail to reject H0 (6) There is not significant evidence that the 11:5 theory is incorrect; the data are consistent with the 11:5 theory.

C. The null hypothesis is not rejected when the alternative hypothesis is true. A. population parameters.

C. The null hypothesis is not rejected when the alternative hypothesis is true. A. population parameters. Sample Multiple Choice Questions for the material since Midterm 2. Sample questions from Midterms and 2 are also representative of questions that may appear on the final exam.. A randomly selected sample

More information

Chi-square test Fisher s Exact test

Chi-square test Fisher s Exact test Lesson 1 Chi-square test Fisher s Exact test McNemar s Test Lesson 1 Overview Lesson 11 covered two inference methods for categorical data from groups Confidence Intervals for the difference of two proportions

More information

Section 12 Part 2. Chi-square test

Section 12 Part 2. Chi-square test Section 12 Part 2 Chi-square test McNemar s Test Section 12 Part 2 Overview Section 12, Part 1 covered two inference methods for categorical data from 2 groups Confidence Intervals for the difference of

More information

Lesson 14 14 Outline Outline

Lesson 14 14 Outline Outline Lesson 14 Confidence Intervals of Odds Ratio and Relative Risk Lesson 14 Outline Lesson 14 covers Confidence Interval of an Odds Ratio Review of Odds Ratio Sampling distribution of OR on natural log scale

More information

Association Between Variables

Association Between Variables Contents 11 Association Between Variables 767 11.1 Introduction............................ 767 11.1.1 Measure of Association................. 768 11.1.2 Chapter Summary.................... 769 11.2 Chi

More information

Chi Squared and Fisher's Exact Tests. Observed vs Expected Distributions

Chi Squared and Fisher's Exact Tests. Observed vs Expected Distributions BMS 617 Statistical Techniques for the Biomedical Sciences Lecture 11: Chi-Squared and Fisher's Exact Tests Chi Squared and Fisher's Exact Tests This lecture presents two similarly structured tests, Chi-squared

More information

Odds ratio, Odds ratio test for independence, chi-squared statistic.

Odds ratio, Odds ratio test for independence, chi-squared statistic. Odds ratio, Odds ratio test for independence, chi-squared statistic. Announcements: Assignment 5 is live on webpage. Due Wed Aug 1 at 4:30pm. (9 days, 1 hour, 58.5 minutes ) Final exam is Aug 9. Review

More information

SECOND M.B. AND SECOND VETERINARY M.B. EXAMINATIONS INTRODUCTION TO THE SCIENTIFIC BASIS OF MEDICINE EXAMINATION. Friday 14 March 2008 9.00-9.

SECOND M.B. AND SECOND VETERINARY M.B. EXAMINATIONS INTRODUCTION TO THE SCIENTIFIC BASIS OF MEDICINE EXAMINATION. Friday 14 March 2008 9.00-9. SECOND M.B. AND SECOND VETERINARY M.B. EXAMINATIONS INTRODUCTION TO THE SCIENTIFIC BASIS OF MEDICINE EXAMINATION Friday 14 March 2008 9.00-9.45 am Attempt all ten questions. For each question, choose the

More information

Name: (b) Find the minimum sample size you should use in order for your estimate to be within 0.03 of p when the confidence level is 95%.

Name: (b) Find the minimum sample size you should use in order for your estimate to be within 0.03 of p when the confidence level is 95%. Chapter 7-8 Exam Name: Answer the questions in the spaces provided. If you run out of room, show your work on a separate paper clearly numbered and attached to this exam. Please indicate which program

More information

"Statistical methods are objective methods by which group trends are abstracted from observations on many separate individuals." 1

Statistical methods are objective methods by which group trends are abstracted from observations on many separate individuals. 1 BASIC STATISTICAL THEORY / 3 CHAPTER ONE BASIC STATISTICAL THEORY "Statistical methods are objective methods by which group trends are abstracted from observations on many separate individuals." 1 Medicine

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

Guide to Biostatistics

Guide to Biostatistics MedPage Tools Guide to Biostatistics Study Designs Here is a compilation of important epidemiologic and common biostatistical terms used in medical research. You can use it as a reference guide when reading

More information

1. What is the critical value for this 95% confidence interval? CV = z.025 = invnorm(0.025) = 1.96

1. What is the critical value for this 95% confidence interval? CV = z.025 = invnorm(0.025) = 1.96 1 Final Review 2 Review 2.1 CI 1-propZint Scenario 1 A TV manufacturer claims in its warranty brochure that in the past not more than 10 percent of its TV sets needed any repair during the first two years

More information

HYPOTHESIS TESTING (ONE SAMPLE) - CHAPTER 7 1. used confidence intervals to answer questions such as...

HYPOTHESIS TESTING (ONE SAMPLE) - CHAPTER 7 1. used confidence intervals to answer questions such as... HYPOTHESIS TESTING (ONE SAMPLE) - CHAPTER 7 1 PREVIOUSLY used confidence intervals to answer questions such as... You know that 0.25% of women have red/green color blindness. You conduct a study of men

More information

Mind on Statistics. Chapter 4

Mind on Statistics. Chapter 4 Mind on Statistics Chapter 4 Sections 4.1 Questions 1 to 4: The table below shows the counts by gender and highest degree attained for 498 respondents in the General Social Survey. Highest Degree Gender

More information

The flu vaccination WINTER 2016/17. Who should have it and why. Flu mmunisation 2016/17

The flu vaccination WINTER 2016/17. Who should have it and why. Flu mmunisation 2016/17 The flu vaccination WINTER 2016/17 Who should have it and why Flu mmunisation 2016/17 The flu vaccination 1 Winter 2016/17 Helping to protect everyone, every winter This leaflet explains how you can help

More information

BA 275 Review Problems - Week 5 (10/23/06-10/27/06) CD Lessons: 48, 49, 50, 51, 52 Textbook: pp. 380-394

BA 275 Review Problems - Week 5 (10/23/06-10/27/06) CD Lessons: 48, 49, 50, 51, 52 Textbook: pp. 380-394 BA 275 Review Problems - Week 5 (10/23/06-10/27/06) CD Lessons: 48, 49, 50, 51, 52 Textbook: pp. 380-394 1. Does vigorous exercise affect concentration? In general, the time needed for people to complete

More information

HYPOTHESIS TESTING (ONE SAMPLE) - CHAPTER 7 1. used confidence intervals to answer questions such as...

HYPOTHESIS TESTING (ONE SAMPLE) - CHAPTER 7 1. used confidence intervals to answer questions such as... HYPOTHESIS TESTING (ONE SAMPLE) - CHAPTER 7 1 PREVIOUSLY used confidence intervals to answer questions such as... You know that 0.25% of women have red/green color blindness. You conduct a study of men

More information

Chapter 8 Paired observations

Chapter 8 Paired observations Chapter 8 Paired observations Timothy Hanson Department of Statistics, University of South Carolina Stat 205: Elementary Statistics for the Biological and Life Sciences 1 / 19 Book review of two-sample

More information

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

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Sample Practice problems - chapter 12-1 and 2 proportions for inference - Z Distributions Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Provide

More information

Two Correlated Proportions (McNemar Test)

Two Correlated Proportions (McNemar Test) Chapter 50 Two Correlated Proportions (Mcemar Test) Introduction This procedure computes confidence intervals and hypothesis tests for the comparison of the marginal frequencies of two factors (each with

More information

NATIONAL GUIDELINE FOR CERVICAL CANCER SCREENING PROGRAMME

NATIONAL GUIDELINE FOR CERVICAL CANCER SCREENING PROGRAMME NATIONAL GUIDELINE FOR CERVICAL CANCER SCREENING PROGRAMME CERVICAL CANCER Introduction Cancer of the cervix is the second most common form of cancer amongst South African women. Approximately one in every

More information

Bone Marrow (Stem Cell) Transplant for Sickle Cell Disease

Bone Marrow (Stem Cell) Transplant for Sickle Cell Disease Bone Marrow (Stem Cell) Transplant for Sickle Cell Disease Bone Marrow (Stem Cell) Transplant for Sickle Cell Disease 1 Produced by St. Jude Children s Research Hospital Departments of Hematology, Patient

More information

University of Colorado Campus Box 470 Boulder, CO 80309-0470 (303) 492-8230 Fax (303) 492-4916 http://www.colorado.edu/research/hughes

University of Colorado Campus Box 470 Boulder, CO 80309-0470 (303) 492-8230 Fax (303) 492-4916 http://www.colorado.edu/research/hughes Hughes Undergraduate Biological Science Education Initiative HHMI Tracking the Source of Disease: Koch s Postulates, Causality, and Contemporary Epidemiology Koch s Postulates In the late 1800 s, the German

More information

How can herpes simplex spread to an infant?

How can herpes simplex spread to an infant? CHAPTER 3 HERPES AND PREGNANCY As an expectant parent eagerly awaiting the birth of your new baby, you are probably taking a number of steps to ensure your baby s health. One step many experts recommend

More information

Case-control studies. Alfredo Morabia

Case-control studies. Alfredo Morabia Case-control studies Alfredo Morabia Division d épidémiologie Clinique, Département de médecine communautaire, HUG Alfredo.Morabia@hcuge.ch www.epidemiologie.ch Outline Case-control study Relation to cohort

More information

Use of the Chi-Square Statistic. Marie Diener-West, PhD Johns Hopkins University

Use of the Chi-Square Statistic. Marie Diener-West, PhD Johns Hopkins University This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike License. Your use of this material constitutes acceptance of that license and the conditions of use of materials on this

More information

Variables Control Charts

Variables Control Charts MINITAB ASSISTANT WHITE PAPER This paper explains the research conducted by Minitab statisticians to develop the methods and data checks used in the Assistant in Minitab 17 Statistical Software. Variables

More information

Calculating P-Values. Parkland College. Isela Guerra Parkland College. Recommended Citation

Calculating P-Values. Parkland College. Isela Guerra Parkland College. Recommended Citation Parkland College A with Honors Projects Honors Program 2014 Calculating P-Values Isela Guerra Parkland College Recommended Citation Guerra, Isela, "Calculating P-Values" (2014). A with Honors Projects.

More information

Sample Size and Power in Clinical Trials

Sample Size and Power in Clinical Trials Sample Size and Power in Clinical Trials Version 1.0 May 011 1. Power of a Test. Factors affecting Power 3. Required Sample Size RELATED ISSUES 1. Effect Size. Test Statistics 3. Variation 4. Significance

More information

Bivariate Statistics Session 2: Measuring Associations Chi-Square Test

Bivariate Statistics Session 2: Measuring Associations Chi-Square Test Bivariate Statistics Session 2: Measuring Associations Chi-Square Test Features Of The Chi-Square Statistic The chi-square test is non-parametric. That is, it makes no assumptions about the distribution

More information

Lesson 1: Comparison of Population Means Part c: Comparison of Two- Means

Lesson 1: Comparison of Population Means Part c: Comparison of Two- Means Lesson : Comparison of Population Means Part c: Comparison of Two- Means Welcome to lesson c. This third lesson of lesson will discuss hypothesis testing for two independent means. Steps in Hypothesis

More information

CARDIOVASCULAR PROBLEMS IN SURVIVORS OF CHILDHOOD CANCER AND THEIR SIBLINGS

CARDIOVASCULAR PROBLEMS IN SURVIVORS OF CHILDHOOD CANCER AND THEIR SIBLINGS Swiss Childhood Cancer Registry (SCCR) CARDIOVASCULAR PROBLEMS IN SURVIVORS OF CHILDHOOD CANCER AND THEIR SIBLINGS Julien Caccia, Corina S. Rueegg, Eva-Maria Hau, Nicolas X. von der Weid, Gisela Michel,

More information

5. EPIDEMIOLOGICAL STUDIES

5. EPIDEMIOLOGICAL STUDIES 5. EPIDEMIOLOGICAL STUDIES This chapter reviews observational and experimental epidemiological studies that have been conducted to determine associations between disinfected drinking-water and adverse

More information

Known Donor Questionnaire

Known Donor Questionnaire Known Donor Questionnaire Your donor s answers to these questions will provide you with a wealth of information about his health. You ll probably need assistance from a health care provider to interpret

More information

Section 13, Part 1 ANOVA. Analysis Of Variance

Section 13, Part 1 ANOVA. Analysis Of Variance Section 13, Part 1 ANOVA Analysis Of Variance Course Overview So far in this course we ve covered: Descriptive statistics Summary statistics Tables and Graphs Probability Probability Rules Probability

More information

Alzheimer s and Herpes Zoster

Alzheimer s and Herpes Zoster The relationship between Alzheimer's and herpes zoster should be studied. A solid link between herpes simplex virus-1 (HSV1) and Alzheimer's has been found. See: "Cold Sore Virus Linked To Alzheimer's

More information

P (B) In statistics, the Bayes theorem is often used in the following way: P (Data Unknown)P (Unknown) P (Data)

P (B) In statistics, the Bayes theorem is often used in the following way: P (Data Unknown)P (Unknown) P (Data) 22S:101 Biostatistics: J. Huang 1 Bayes Theorem For two events A and B, if we know the conditional probability P (B A) and the probability P (A), then the Bayes theorem tells that we can compute the conditional

More information

Class 19: Two Way Tables, Conditional Distributions, Chi-Square (Text: Sections 2.5; 9.1)

Class 19: Two Way Tables, Conditional Distributions, Chi-Square (Text: Sections 2.5; 9.1) Spring 204 Class 9: Two Way Tables, Conditional Distributions, Chi-Square (Text: Sections 2.5; 9.) Big Picture: More than Two Samples In Chapter 7: We looked at quantitative variables and compared the

More information

reduce the probability of devastating disease outbreaks reduce the severity of disease agents present in a herd improve the value of products sold.

reduce the probability of devastating disease outbreaks reduce the severity of disease agents present in a herd improve the value of products sold. Vaccination Programs: Beef Cow Calf Operations Timothy Jordan, D.V.M Beef Production Medicine Program North Carolina State University College of Veterinary Medicine Goals A comprehensive herd health and

More information

The PSA Test for Prostate Cancer Screening:

The PSA Test for Prostate Cancer Screening: For more information, please contact your local VA Medical Center or Health Clinic. U.S. Department of Veterans Affairs Veterans Health Administration Patient Care Services Health Promotion and Disease

More information

Statistical Impact of Slip Simulator Training at Los Alamos National Laboratory

Statistical Impact of Slip Simulator Training at Los Alamos National Laboratory LA-UR-12-24572 Approved for public release; distribution is unlimited Statistical Impact of Slip Simulator Training at Los Alamos National Laboratory Alicia Garcia-Lopez Steven R. Booth September 2012

More information

BREEDING SOUNDNESS EVALUATION OF BULLS

BREEDING SOUNDNESS EVALUATION OF BULLS Proceedings, Applied Reproductive Strategies in Beef Cattle November 12 and 13, 2005, Texas A&M University, College Station BREEDING SOUNDNESS EVALUATION OF BULLS Derry Magee Clinical Associate Professor

More information

Q&A on Monographs Volume 116: Coffee, maté, and very hot beverages

Q&A on Monographs Volume 116: Coffee, maté, and very hot beverages Questions about the Monographs 1. What does the IARC Monographs Programme do? The Monographs Programme identifies and evaluates causes of cancer in humans based on the publically available scientific evidence.

More information

PRACTICE PROBLEMS FOR BIOSTATISTICS

PRACTICE PROBLEMS FOR BIOSTATISTICS PRACTICE PROBLEMS FOR BIOSTATISTICS BIOSTATISTICS DESCRIBING DATA, THE NORMAL DISTRIBUTION 1. The duration of time from first exposure to HIV infection to AIDS diagnosis is called the incubation period.

More information

3.4 Statistical inference for 2 populations based on two samples

3.4 Statistical inference for 2 populations based on two samples 3.4 Statistical inference for 2 populations based on two samples Tests for a difference between two population means The first sample will be denoted as X 1, X 2,..., X m. The second sample will be denoted

More information

Stats Review Chapters 9-10

Stats Review Chapters 9-10 Stats Review Chapters 9-10 Created by Teri Johnson Math Coordinator, Mary Stangler Center for Academic Success Examples are taken from Statistics 4 E by Michael Sullivan, III And the corresponding Test

More information

STATISTICS 8, FINAL EXAM. Last six digits of Student ID#: Circle your Discussion Section: 1 2 3 4

STATISTICS 8, FINAL EXAM. Last six digits of Student ID#: Circle your Discussion Section: 1 2 3 4 STATISTICS 8, FINAL EXAM NAME: KEY Seat Number: Last six digits of Student ID#: Circle your Discussion Section: 1 2 3 4 Make sure you have 8 pages. You will be provided with a table as well, as a separate

More information

AP: LAB 8: THE CHI-SQUARE TEST. Probability, Random Chance, and Genetics

AP: LAB 8: THE CHI-SQUARE TEST. Probability, Random Chance, and Genetics Ms. Foglia Date AP: LAB 8: THE CHI-SQUARE TEST Probability, Random Chance, and Genetics Why do we study random chance and probability at the beginning of a unit on genetics? Genetics is the study of inheritance,

More information

Solutions to Homework 10 Statistics 302 Professor Larget

Solutions to Homework 10 Statistics 302 Professor Larget s to Homework 10 Statistics 302 Professor Larget Textbook Exercises 7.14 Rock-Paper-Scissors (Graded for Accurateness) In Data 6.1 on page 367 we see a table, reproduced in the table below that shows the

More information

Chapter 3. Sampling. Sampling Methods

Chapter 3. Sampling. Sampling Methods Oxford University Press Chapter 3 40 Sampling Resources are always limited. It is usually not possible nor necessary for the researcher to study an entire target population of subjects. Most medical research

More information

Goodness of Fit. Proportional Model. Probability Models & Frequency Data

Goodness of Fit. Proportional Model. Probability Models & Frequency Data Probability Models & Frequency Data Goodness of Fit Proportional Model Chi-square Statistic Example R Distribution Assumptions Example R 1 Goodness of Fit Goodness of fit tests are used to compare any

More information

Chapter 8 Hypothesis Testing Chapter 8 Hypothesis Testing 8-1 Overview 8-2 Basics of Hypothesis Testing

Chapter 8 Hypothesis Testing Chapter 8 Hypothesis Testing 8-1 Overview 8-2 Basics of Hypothesis Testing Chapter 8 Hypothesis Testing 1 Chapter 8 Hypothesis Testing 8-1 Overview 8-2 Basics of Hypothesis Testing 8-3 Testing a Claim About a Proportion 8-5 Testing a Claim About a Mean: s Not Known 8-6 Testing

More information

Unit 31 A Hypothesis Test about Correlation and Slope in a Simple Linear Regression

Unit 31 A Hypothesis Test about Correlation and Slope in a Simple Linear Regression Unit 31 A Hypothesis Test about Correlation and Slope in a Simple Linear Regression Objectives: To perform a hypothesis test concerning the slope of a least squares line To recognize that testing for a

More information

Laboratory 3 Type I, II Error, Sample Size, Statistical Power

Laboratory 3 Type I, II Error, Sample Size, Statistical Power Laboratory 3 Type I, II Error, Sample Size, Statistical Power Calculating the Probability of a Type I Error Get two samples (n1=10, and n2=10) from a normal distribution population, N (5,1), with population

More information

SYNCHRONIZATION OF CATTLE

SYNCHRONIZATION OF CATTLE UNDER ESTRUS SYNCHRONIZATION OF CATTLE FS921C Robin Salverson, Extension Livestock Educator, Harding County, and George Perry, Extension Beef Reproduction and Management Specialist Reproductive failure

More information

Practice Midterm Exam #2

Practice Midterm Exam #2 The Islamic University of Gaza Faculty of Engineering Department of Civil Engineering 12/12/2009 Statistics and Probability for Engineering Applications 9.2 X is a binomial random variable, show that (

More information

Accent on Health Obgyn, PC HERPES Frequently Asked Questions

Accent on Health Obgyn, PC HERPES Frequently Asked Questions 1. What is herpes? 2. How common is herpes? 3. Is there a cure for herpes? 4. What is oral herpes (cold sores)? 5. How is oral herpes spread? 6. What is genital herpes? 7. How is genital herpes spread?

More information

Clocking In Facebook Hours. A Statistics Project on Who Uses Facebook More Middle School or High School?

Clocking In Facebook Hours. A Statistics Project on Who Uses Facebook More Middle School or High School? Clocking In Facebook Hours A Statistics Project on Who Uses Facebook More Middle School or High School? Mira Mehta and Joanne Chiao May 28 th, 2010 Introduction With Today s technology, adolescents no

More information

Introduction. Hypothesis Testing. Hypothesis Testing. Significance Testing

Introduction. Hypothesis Testing. Hypothesis Testing. Significance Testing Introduction Hypothesis Testing Mark Lunt Arthritis Research UK Centre for Ecellence in Epidemiology University of Manchester 13/10/2015 We saw last week that we can never know the population parameters

More information

LAB : THE CHI-SQUARE TEST. Probability, Random Chance, and Genetics

LAB : THE CHI-SQUARE TEST. Probability, Random Chance, and Genetics Period Date LAB : THE CHI-SQUARE TEST Probability, Random Chance, and Genetics Why do we study random chance and probability at the beginning of a unit on genetics? Genetics is the study of inheritance,

More information

Measure #236 (NQF 0018): Controlling High Blood Pressure National Quality Strategy Domain: Effective Clinical Care

Measure #236 (NQF 0018): Controlling High Blood Pressure National Quality Strategy Domain: Effective Clinical Care Measure #236 (NQF 0018): Controlling High Blood Pressure National Quality Strategy Domain: Effective Clinical Care 2016 PQRS OPTIONS F INDIVIDUAL MEASURES: CLAIMS, REGISTRY DESCRIPTION: Percentage of patients

More information

This chapter discusses some of the basic concepts in inferential statistics.

This chapter discusses some of the basic concepts in inferential statistics. Research Skills for Psychology Majors: Everything You Need to Know to Get Started Inferential Statistics: Basic Concepts This chapter discusses some of the basic concepts in inferential statistics. Details

More information

Test Positive True Positive False Positive. Test Negative False Negative True Negative. Figure 5-1: 2 x 2 Contingency Table

Test Positive True Positive False Positive. Test Negative False Negative True Negative. Figure 5-1: 2 x 2 Contingency Table ANALYSIS OF DISCRT VARIABLS / 5 CHAPTR FIV ANALYSIS OF DISCRT VARIABLS Discrete variables are those which can only assume certain fixed values. xamples include outcome variables with results such as live

More information

MANAGING HERPES. Living and loving with hsv. American Social Health association. by Charles Ebel & Anna Wald, M.D., M.P.H.

MANAGING HERPES. Living and loving with hsv. American Social Health association. by Charles Ebel & Anna Wald, M.D., M.P.H. MANAGING HERPES Living and loving with hsv by Charles Ebel & Anna Wald, M.D., M.P.H. American Social Health association RESEARCH TRIANGLE PARK, NORTH CAROLINA contents contents Preface xi Acknowledgments

More information

SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question.

SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Ch. 10 Chi SquareTests and the F-Distribution 10.1 Goodness of Fit 1 Find Expected Frequencies Provide an appropriate response. 1) The frequency distribution shows the ages for a sample of 100 employees.

More information

Is it statistically significant? The chi-square test

Is it statistically significant? The chi-square test UAS Conference Series 2013/14 Is it statistically significant? The chi-square test Dr Gosia Turner Student Data Management and Analysis 14 September 2010 Page 1 Why chi-square? Tests whether two categorical

More information

STAT 350 Practice Final Exam Solution (Spring 2015)

STAT 350 Practice Final Exam Solution (Spring 2015) PART 1: Multiple Choice Questions: 1) A study was conducted to compare five different training programs for improving endurance. Forty subjects were randomly divided into five groups of eight subjects

More information

CHAPTER IV FINDINGS AND CONCURRENT DISCUSSIONS

CHAPTER IV FINDINGS AND CONCURRENT DISCUSSIONS CHAPTER IV FINDINGS AND CONCURRENT DISCUSSIONS Hypothesis 1: People are resistant to the technological change in the security system of the organization. Hypothesis 2: information hacked and misused. Lack

More information

Leukemia and Exposure to Ionizing Radiation

Leukemia and Exposure to Ionizing Radiation Leukemia and Exposure to Ionizing Radiation Summary: Strong evidence has been recorded of a possible connection between forms of leukemia and exposure to ionizing radiation. This evidence is based upon

More information

Statistics 100 Sample Final Questions (Note: These are mostly multiple choice, for extra practice. Your Final Exam will NOT have any multiple choice!

Statistics 100 Sample Final Questions (Note: These are mostly multiple choice, for extra practice. Your Final Exam will NOT have any multiple choice! Statistics 100 Sample Final Questions (Note: These are mostly multiple choice, for extra practice. Your Final Exam will NOT have any multiple choice!) Part A - Multiple Choice Indicate the best choice

More information

Study Guide for the Final Exam

Study Guide for the Final Exam Study Guide for the Final Exam When studying, remember that the computational portion of the exam will only involve new material (covered after the second midterm), that material from Exam 1 will make

More information

General and Abdominal Adiposity and Risk of Death in Europe

General and Abdominal Adiposity and Risk of Death in Europe Deutsches Institut für Ernährungsforschung Potsdam-Rehbrücke General and Abdominal Adiposity and Risk of Death in Europe Tobias Pischon Department of Epidemiology German Institute of Human Nutrition Potsdam-Rehbruecke

More information

Statistics 2014 Scoring Guidelines

Statistics 2014 Scoring Guidelines AP Statistics 2014 Scoring Guidelines College Board, Advanced Placement Program, AP, AP Central, and the acorn logo are registered trademarks of the College Board. AP Central is the official online home

More information

Non-Parametric Tests (I)

Non-Parametric Tests (I) Lecture 5: Non-Parametric Tests (I) KimHuat LIM lim@stats.ox.ac.uk http://www.stats.ox.ac.uk/~lim/teaching.html Slide 1 5.1 Outline (i) Overview of Distribution-Free Tests (ii) Median Test for Two Independent

More information

The Chi-Square Test. STAT E-50 Introduction to Statistics

The Chi-Square Test. STAT E-50 Introduction to Statistics STAT -50 Introduction to Statistics The Chi-Square Test The Chi-square test is a nonparametric test that is used to compare experimental results with theoretical models. That is, we will be comparing observed

More information

Independent t- Test (Comparing Two Means)

Independent t- Test (Comparing Two Means) Independent t- Test (Comparing Two Means) The objectives of this lesson are to learn: the definition/purpose of independent t-test when to use the independent t-test the use of SPSS to complete an independent

More information

Seroprevalence and risk factors of Lassa fever infection in Nasarawa State, Nigeria 2013

Seroprevalence and risk factors of Lassa fever infection in Nasarawa State, Nigeria 2013 Seroprevalence and risk factors of Lassa fever infection in Nasarawa State, Nigeria 2013 Muhammad Shakir Balogun COHORT 3 Nigeria-FELTP Supervisors: Dr. AT Olayinka, Dr. AI Mamman Outline Background Methodology

More information

MANAGING ANEMIA. When You Have Kidney Disease or Kidney Failure. www.kidney.org

MANAGING ANEMIA. When You Have Kidney Disease or Kidney Failure. www.kidney.org MANAGING ANEMIA When You Have Kidney Disease or Kidney Failure www.kidney.org About the Information in this Booklet Did you know that the National Kidney Foundation (NKF) offers guidelines and commentaries

More information

Excess mortality in Europe in the winter season 2014/15, in particular amongst the elderly.

Excess mortality in Europe in the winter season 2014/15, in particular amongst the elderly. Excess mortality in Europe in the winter season 2014/15, in particular amongst the elderly. An analysis of all-cause mortality from 15 European countries participating in the EuroMOMO network (www.euromomo.eu)

More information

Genetic material of all living organisms. Biology - 100

Genetic material of all living organisms. Biology - 100 Genetic material of all living organisms. Biology - 100 This antibiotic is made from a fungus that was first discovered growing on an orange and it became the first antibiotic to treat infection. Biology

More information

Non-covered ICD-10-CM Codes for All Lab NCDs

Non-covered ICD-10-CM Codes for All Lab NCDs Non-covered ICD-10-CM s for All Lab NCDs This section lists codes that are never covered by Medicare for a diagnostic lab testing service. If a code from this section is given as the reason for the test,

More information

Hypothesis Testing: Two Means, Paired Data, Two Proportions

Hypothesis Testing: Two Means, Paired Data, Two Proportions Chapter 10 Hypothesis Testing: Two Means, Paired Data, Two Proportions 10.1 Hypothesis Testing: Two Population Means and Two Population Proportions 1 10.1.1 Student Learning Objectives By the end of this

More information

Hardy-Weinberg Equilibrium Problems

Hardy-Weinberg Equilibrium Problems Hardy-Weinberg Equilibrium Problems 1. The frequency of two alleles in a gene pool is 0.19 (A) and 0.81(a). Assume that the population is in Hardy-Weinberg equilibrium. (a) Calculate the percentage of

More information

Simple Linear Regression Inference

Simple Linear Regression Inference Simple Linear Regression Inference 1 Inference requirements The Normality assumption of the stochastic term e is needed for inference even if it is not a OLS requirement. Therefore we have: Interpretation

More information

Comparing Multiple Proportions, Test of Independence and Goodness of Fit

Comparing Multiple Proportions, Test of Independence and Goodness of Fit Comparing Multiple Proportions, Test of Independence and Goodness of Fit Content Testing the Equality of Population Proportions for Three or More Populations Test of Independence Goodness of Fit Test 2

More information

The International EMF Collaborative s Counter-View of the Interphone Study

The International EMF Collaborative s Counter-View of the Interphone Study The International EMF Collaborative s Counter-View of the Interphone Study 17 May 2010 Results Summary Doubled to quadrupled brain tumor risk reported in the heaviest cellphone users. Average use was 2

More information

Competency 1 Describe the role of epidemiology in public health

Competency 1 Describe the role of epidemiology in public health The Northwest Center for Public Health Practice (NWCPHP) has developed competency-based epidemiology training materials for public health professionals in practice. Epidemiology is broadly accepted as

More information

Where Will my New Kidney Come From?

Where Will my New Kidney Come From? Where Will my New Kidney Come From? The Organ Shortage There is a severe shortage of organs for transplant. This means that the wait for a kidney transplant can be many years. The UW Transplant Program

More information

11. Analysis of Case-control Studies Logistic Regression

11. Analysis of Case-control Studies Logistic Regression Research methods II 113 11. Analysis of Case-control Studies Logistic Regression This chapter builds upon and further develops the concepts and strategies described in Ch.6 of Mother and Child Health:

More information

Frequently Asked Questions (FAQs)

Frequently Asked Questions (FAQs) Frequently Asked Questions (FAQs) Research Rationale 1. What does PrEP stand for? There is scientific evidence that antiretroviral (anti-hiv) medications may be able to play an important role in reducing

More information

Colorectal Cancer Screening Behaviors among American Indians in the Midwest

Colorectal Cancer Screening Behaviors among American Indians in the Midwest JOURNAL OF HD RP Journal of Health Disparities Research and Practice Volume 4, Number 2, Fall 2010, pp. 35 40 2010 Center for Health Disparities Research School of Community Health Sciences University

More information

Basic Study Designs in Analytical Epidemiology For Observational Studies

Basic Study Designs in Analytical Epidemiology For Observational Studies Basic Study Designs in Analytical Epidemiology For Observational Studies Cohort Case Control Hybrid design (case-cohort, nested case control) Cross-Sectional Ecologic OBSERVATIONAL STUDIES (Non-Experimental)

More information

Approach to Abnormal Liver Tests

Approach to Abnormal Liver Tests Approach to Abnormal Liver Tests Naga P. Chalasani, MD, FACG Professor of Medicine and Cellular & Integrative Physiology Director, Division of Gastroenterology and Hepatology Indiana University School

More information

Cellular/Mobile Phone Use and Intracranial Tumours

Cellular/Mobile Phone Use and Intracranial Tumours Cellular/Mobile Phone Use and Intracranial Tumours September 2008 This document was produced by the National Collaborating Centre for Environmental Health at the BC Centre for Disease Control with funding

More information

Final Exam Practice Problem Answers

Final Exam Practice Problem Answers Final Exam Practice Problem Answers The following data set consists of data gathered from 77 popular breakfast cereals. The variables in the data set are as follows: Brand: The brand name of the cereal

More information

Analysis and Interpretation of Clinical Trials. How to conclude?

Analysis and Interpretation of Clinical Trials. How to conclude? www.eurordis.org Analysis and Interpretation of Clinical Trials How to conclude? Statistical Issues Dr Ferran Torres Unitat de Suport en Estadística i Metodología - USEM Statistics and Methodology Support

More information

Exploratory Factor Analysis of Demographic Characteristics of Antenatal Clinic Attendees and their Association with HIV Risk

Exploratory Factor Analysis of Demographic Characteristics of Antenatal Clinic Attendees and their Association with HIV Risk Doi:10.5901/mjss.2014.v5n20p303 Abstract Exploratory Factor Analysis of Demographic Characteristics of Antenatal Clinic Attendees and their Association with HIV Risk Wilbert Sibanda Philip D. Pretorius

More information