When you go to the link provided this the topic that I choose for my discussion and graphics in week 3 and 4 Overweight & Obesity As you can read in the instruction the graphics has
When you go to the link provided this the topic that I choose for my discussion and graphics in week 3 and 4
As you can read in the instruction the graphics has to be created in Excel
OpenIntro Statistics Fourth Edition
David Diez Data Scientist
OpenIntro
Mine Çetinkaya-Rundel Associate Professor of the Practice, Duke University
Professional Educator, RStudio
Christopher D Barr Investment Analyst
Varadero Capital
Copyright © 2019. Fourth Edition. Updated: August 12th, 2019.
This book may be downloaded as a free PDF at openintro.org/os. This textbook is also available under a Creative Commons license, with the source files hosted on Github.
3
Table of Contents
1 Introduction to data 7 1.1 Case study: using stents to prevent strokes . . . . . . . . . . . . . . . . . . . . . . . 9 1.2 Data basics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 1.3 Sampling principles and strategies . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 1.4 Experiments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
2 Summarizing data 39 2.1 Examining numerical data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41 2.2 Considering categorical data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61 2.3 Case study: malaria vaccine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71
3 Probability 79 3.1 Defining probability . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 81 3.2 Conditional probability . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 95 3.3 Sampling from a small population . . . . . . . . . . . . . . . . . . . . . . . . . . . . 112 3.4 Random variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 115 3.5 Continuous distributions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 125
4 Distributions of random variables 131 4.1 Normal distribution . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 133 4.2 Geometric distribution . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 144 4.3 Binomial distribution . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 149 4.4 Negative binomial distribution . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 158 4.5 Poisson distribution . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 163
5 Foundations for inference 168 5.1 Point estimates and sampling variability . . . . . . . . . . . . . . . . . . . . . . . . . 170 5.2 Confidence intervals for a proportion . . . . . . . . . . . . . . . . . . . . . . . . . . . 181 5.3 Hypothesis testing for a proportion . . . . . . . . . . . . . . . . . . . . . . . . . . . . 189
6 Inference for categorical data 206 6.1 Inference for a single proportion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 208 6.2 Difference of two proportions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217 6.3 Testing for goodness of fit using chi-square . . . . . . . . . . . . . . . . . . . . . . . . 229 6.4 Testing for independence in two-way tables . . . . . . . . . . . . . . . . . . . . . . . 240
7 Inference for numerical data 249 7.1 One-sample means with the t-distribution . . . . . . . . . . . . . . . . . . . . . . . . 251 7.2 Paired data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 262 7.3 Difference of two means . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 267 7.4 Power calculations for a difference of means . . . . . . . . . . . . . . . . . . . . . . . 278 7.5 Comparing many means with ANOVA . . . . . . . . . . . . . . . . . . . . . . . . . . 285
4 TABLE OF CONTENTS
8 Introduction to linear regression 303 8.1 Fitting a line, residuals, and correlation . . . . . . . . . . . . . . . . . . . . . . . . . 305 8.2 Least squares regression . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 317 8.3 Types of outliers in linear regression . . . . . . . . . . . . . . . . . . . . . . . . . . . 328 8.4 Inference for linear regression . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 331
9 Multiple and logistic regression 341 9.1 Introduction to multiple regression . . . . . . . . . . . . . . . . . . . . . . . . . . . . 343 9.2 Model selection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 353 9.3 Checking model conditions using graphs . . . . . . . . . . . . . . . . . . . . . . . . . 358 9.4 Multiple regression case study: Mario Kart . . . . . . . . . . . . . . . . . . . . . . . 365 9.5 Introduction to logistic regression . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 371
A Exercise solutions 384
B Data sets within the text 403
C Distribution tables 408
5
Preface
OpenIntro Statistics covers a first course in statistics, providing a rigorous introduction to applied statistics that is clear, concise, and accessible. This book was written with the undergraduate level in mind, but it’s also popular in high schools and graduate courses.
We hope readers will take away three ideas from this book in addition to forming a foundation of statistical thinking and methods.
• Statistics is an applied field with a wide range of practical applications.
• You don’t have to be a math guru to learn from real, interesting data.
• Data are messy, and statistical tools are imperfect. But, when you understand the strengths and weaknesses of these tools, you can use them to learn about the world.
Textbook overview
The chapters of this book are as follows:
1. Introduction to data. Data structures, variables, and basic data collection techniques.
2. Summarizing data. Data summaries, graphics, and a teaser of inference using randomization.
3. Probability. Basic principles of probability.
4. Distributions of random variables. The normal model and other key distributions.
5. Foundations for inference. General ideas for statistical inference in the context of estimating the population proportion.
6. Inference for categorical data. Inference for proportions and tables using the normal and chi-square distributions.
7. Inference for numerical data. Inference for one or two sample means using the t-distribution, statistical power for comparing two groups, and also comparisons of many means using ANOVA.
8. Introduction to linear regression. Regression for a numerical outcome with one predictor variable. Most of this chapter could be covered after Chapter 1.
9. Multiple and logistic regression. Regression for numerical and categorical data using many predictors.
OpenIntro Statistics supports flexibility in choosing and ordering topics. If the main goal is to reach multiple regression (Chapter 9) as quickly as possible, then the following are the ideal prerequisites:
• Chapter 1, Sections 2.1, and Section 2.2 for a solid introduction to data structures and statis- tical summaries that are used throughout the book.
• Section 4.1 for a solid understanding of the normal distribution.
• Chapter 5 to establish the core set of inference tools.
• Section 7.1 to give a foundation for the t-distribution
• Chapter 8 for establishing ideas and principles for single predictor regression.
6 TABLE OF CONTENTS
Examples and exercises
Examples are provided to establish an understanding of how to apply methods
EXAMPLE 0.1
This is an example. When a question is asked here, where can the answer be found?
The answer can be found here, in the solution section of the example!
When we think the reader should be ready to try determining the solution to an example, we frame it as Guided Practice.
GUIDED PRACTICE 0.2
The reader may check or learn the answer to any Guided Practice problem by reviewing the full solution in a footnote.1
Exercises are also provided at the end of each section as well as review exercises at the end of each chapter. Solutions are given for odd-numbered exercises in Appendix A.
Additional resources
Video overviews, slides, statistical software labs, data sets used in the textbook, and much more are readily available at
openintro.org/os
We also have improved the ability to access data in this book through the addition of Appendix B, which provides additional information for each of the data sets used in the main text and is new in the Fourth Edition. Online guides to each of these data sets are also provided at openintro.org/data and through a companion R package.
We appreciate all feedback as well as reports of any typos through the website. A short-link to report a new typo or review known typos is openintro.org/os/typos.
For those focused on statistics at the high school level, consider Advanced High School Statistics, which is a version of OpenIntro Statistics that has been heavily customized by Leah Dorazio for high school courses and AP® Statistics.
Acknowledgements
This project would not be possible without the passion and dedication of many more people beyond those on the author list. The authors would like to thank the OpenIntro Staff for their involvement and ongoing contributions. We are also very grateful to the hundreds of students and instructors who have provided us with valuable feedback since we first started posting book content in 2009.
We also want to thank the many teachers who helped review this edition, including Laura Acion, Matthew E. Aiello-Lammens, Jonathan Akin, Stacey C. Behrensmeyer, Juan Gomez, Jo Hardin, Nicholas Horton, Danish Khan, Peter H.M. Klaren, Jesse Mostipak, Jon C. New, Mario Orsi, Steve Phelps, and David Rockoff. We appreciate all of their feedback, which helped us tune the text in significant ways and greatly improved this book.
1Guided Practice problems are intended to stretch your thinking, and you can check yourself by reviewing the footnote solution for any Guided Practice.
7
Chapter 1 Introduction to data
1.1 Case study: using stents to prevent strokes
1.2 Data basics
1.3 Sampling principles and strategies
1.4 Experiments
8
Scientists seek to answer questions using rigorous methods and careful
observations. These observations – collected from the likes of field
notes, surveys, and experiments – form the backbone of a statistical
investigation and are called data. Statistics is the study of how best
to collect, analyze, and draw conclusions from data, and in this first
chapter, we focus on both the properties of data and on the collection
of data.
For videos, slides, and other resources, please visit
www.openintro.org/os
1.1. CASE STUDY: USING STENTS TO PREVENT STROKES 9
1.1 Case study: using stents to prevent strokes
Section 1.1 introduces a classic challenge in statistics: evaluating the efficacy of a medical treatment. Terms in this section, and indeed much of this chapter, will all be revisited later in the text. The plan for now is simply to get a sense of the role statistics can play in practice.
In this section we will consider an experiment that studies effectiveness of stents in treating patients at risk of stroke. Stents are devices put inside blood vessels that assist in patient recovery after cardiac events and reduce the risk of an additional heart attack or death. Many doctors have hoped that there would be similar benefits for patients at risk of stroke. We start by writing the principal question the researchers hope to answer:
Does the use of stents reduce the risk of stroke?
The researchers who asked this question conducted an experiment with 451 at-risk patients. Each volunteer patient was randomly assigned to one of two groups:
Treatment group. Patients in the treatment group received a stent and medical manage- ment. The medical management included medications, management of risk factors, and help in lifestyle modification.
Control group. Patients in the control group received the same medical management as the treatment group, but they did not receive stents.
Researchers randomly assigned 224 patients to the treatment group and 227 to the control group. In this study, the control group provides a reference point against which we can measure the medical impact of stents in the treatment group.
Researchers studied the effect of stents at two time points: 30 days after enrollment and 365 days after enrollment. The results of 5 patients are summarized in Figure 1.1. Patient outcomes are recorded as “stroke” or “no event”, representing whether or not the patient had a stroke at the end of a time period.
Patient group 0-30 days 0-365 days 1 treatment no event no event 2 treatment stroke stroke 3 treatment no event no event …
… …
450 control no event no event 451 control no event no event
Figure 1.1: Results for five patients from the stent study.
Considering data from each patient individually would be a long, cumbersome path towards answering the original research question. Instead, performing a statistical data analysis allows us to consider all of the data at once. Figure 1.2 summarizes the raw data in a more helpful way. In this table, we can quickly see what happened over the entire study. For instance, to identify the number of patients in the treatment group who had a stroke within 30 days, we look on the left-side of the table at the intersection of the treatment and stroke: 33.
0-30 days 0-365 days stroke no event stroke no event
treatment 33 191 45 179 control 13 214 28 199 Total 46 405 73 378
Figure 1.2: Descriptive statistics for the stent study.
10 CHAPTER 1. INTRODUCTION TO DATA
GUIDED PRACTICE 1.1
Of the 224 patients in the treatment group, 45 had a stroke by the end of the first year. Using these two numbers, compute the proportion of patients in the treatment group who had a stroke by the end of their first year. (Please note: answers to all Guided Practice exercises are provided using footnotes.)1
We can compute summary statistics from the table. A summary statistic is a single number summarizing a large amount of data. For instance, the primary results of the study after 1 year could be described by two summary statistics: the proportion of people who had a stroke in the treatment and control groups.
Proportion who had a stroke in the treatment (stent) group: 45/224 = 0.20 = 20%.
Proportion who had a stroke in the control group: 28/227 = 0.12 = 12%.
These two summary statistics are useful in looking for differences in the groups, and we are in for a surprise: an additional 8% of patients in the treatment group had a stroke! This is important for two reasons. First, it is contrary to what doctors expected, which was that stents would reduce the rate of strokes. Second, it leads to a statistical question: do the data show a “real” difference between the groups?
This second question is subtle. Suppose you flip a coin 100 times. While the chance a coin lands heads in any given coin flip is 50%, we probably won’t observe exactly 50 heads. This type of fluctuation is part of almost any type of data generating process. It is possible that the 8% difference in the stent study is due to this natural variation. However, the larger the difference we observe (for a particular sample size), the less believable it is that the difference is due to chance. So what we are really asking is the following: is the difference so large that we should reject the notion that it was due to chance?
While we don’t yet have our statistical tools to fully address this question on our own, we can comprehend the conclusions of the published analysis: there was compelling evidence of harm by stents in this study of stroke patients.
Be careful: Do not generalize the results of this study to all patients and all stents. This study looked at patients with very specific characteristics who volunteered to be a part of this study and who may not be representative of all stroke patients. In addition, there are many types of stents and this study only considered the self-expanding Wingspan stent (Boston Scientific). However, this study does leave us with an important lesson: we should keep our eyes open for surprises.
1The proportion of the 224 patients who had a stroke within 365 days: 45/224 = 0.20.
1.1. CASE STUDY: USING STENTS TO PREVENT STROKES 11
Exercises
1.1 Migraine and acupuncture, Part I. A migraine is a particularly painful type of headache, which patients sometimes wish to treat with acupuncture. To determine whether acupuncture relieves migraine pain, researchers conducted a randomized controlled study where 89 females diagnosed with migraine headaches were randomly assigned to one of two groups: treatment or control. 43 patients in the treatment group received acupuncture that is specifically designed to treat migraines. 46 patients in the control group received placebo acupuncture (needle insertion at non-acupoint locations). 24 hours after patients received acupuncture, they were asked if they were pain free. Results are summarized in the contingency table below.2
Pain free Yes No Total
Treatment 10 33 43 Group
Control 2 44 46 Total 12 77 89
identified on the antero-internal part of the antitragus, the
anterior part of the lobe and the upper auricular concha, on the same side of pain. The majority of these points were
effective very rapidly (within 1 min), while the remaining
points produced a slower antalgic response, between 2 and 5 min. The insertion of a semi-permanent needle in these
zones allowed stable control of the migraine pain, which
occurred within 30 min and still persisted 24 h later. Since the most active site in controlling migraine pain
was the antero-internal part of the antitragus, the aim of this study was to verify the therapeutic value of this elec-
tive area (appropriate point) and to compare it with an area
of the ear (representing the sciatic nerve) which is probably inappropriate in terms of giving a therapeutic effect on
migraine attacks, since it has no somatotopic correlation
with head pain.
Materials and methods
The study enrolled 94 females, diagnosed as migraine
without aura following the International Classification of Headache Disorders [5], who were subsequently examined
at the Women’s Headache Centre, Department of Gynae-
cology and Obstetrics of Turin University. They were all included in the study during a migraine attack provided that
it started no more than 4 h previously. According to a
predetermined computer-made randomization list, the eli- gible patients were randomly and blindly assigned to the
following two groups: group A (n = 46) (average age
35.93 years, range 15–60), group B (n = 48) (average age 33.2 years, range 16–58).
Before enrollment, each patient was asked to give an
informed consent to participation in the study. Migraine intensity was measured by means of a VAS
before applying NCT (T0).
In group A, a specific algometer exerting a maximum pressure of 250 g (SEDATELEC, France) was chosen to
identify the tender points with Pain–Pressure Test (PPT).
Every tender point located within the identified area by the pilot study (Fig. 1, area M) was tested with NCT for 10 s
starting from the auricle, that was ipsilateral, to the side of
prevalent cephalic pain. If the test was positive and the reduction was at least 25% in respect to basis, a semi-
permanent needle (ASP SEDATELEC, France) was
inserted after 1 min. On the contrary, if pain did not lessen after 1 min, a further tender point was challenged in the
same area and so on. When patients became aware of an
initial decrease in the pain in all the zones of the head affected, they were invited to use a specific diary card to
score the intensity of the pain with a VAS at the following
intervals: after 10 min (T1), after 30 min (T2), after 60 min (T3), after 120 min (T4), and after 24 h (T5).
In group B, the lower branch of the anthelix was
repeatedly tested with the algometer for about 30 s to ensure it was not sensitive. On both the French and Chinese
auricular maps, this area corresponds to the representation
of the sciatic nerve (Fig. 1, area S) and is specifically used to treat sciatic pain. Four needles were inserted in this area,
two for each ear.
In all patients, the ear acupuncture was always per- formed by an experienced acupuncturist. The analysis of
the diaries collecting VAS data was conducted by an
impartial operator who did not know the group each patient was in.
The average values of VAS in group A and B were
calculated at the different times of the study, and a statis- tical evaluation of the differences between the values
obtained in T0, T1, T2, T3 and T4 in the two groups studied was performed using an analysis of variance
(ANOVA) for repeated measures followed by multiple
t test of Bonferroni to identify the source of variance. Moreover, to evaluate the difference between group B
and group A, a t test for unpaired data was always per-
formed for each level of the variable ‘‘time’’. In the case of proportions, a Chi square test was applied. All analyses
were performed using the Statistical Package for the Social
Sciences (SPSS) software program. All values given in the following text are reported as arithmetic mean (±SEM).
Results
Only 89 patients out of the entire group of 94 (43 in group A, 46 in group B) completed the experiment. Four patients
withdrew from the study, because they experienced an
unbearable exacerbation of pain in the period preceding the last control at 24 h (two from group A and two from group
B) and were excluded from the statistical analysis since
they requested the removal of the needles. One patient from group A did not give her consent to the implant of the
semi-permanent needles. In group A, the mean number of
Fig. 1 The appropriate area (M) versus the inappropriate area (S) used in the treatment of migraine attacks
S174 Neurol Sci (2011) 32 (Suppl 1):S173–S175
123
Figure from the original pa-
per displaying the appropri-
ate area (M) versus the in-
appropriate area (S) used in
the treatment of migraine at-
tacks.
(a) What percent of patients in the treatment group were pain free 24 hours after receiving acupuncture?
(b) What percent were pain free in the control group?
(c) In which group did a higher percent of patients become pain free 24 hours after receiving acupuncture?
(d) Your findings so far might suggest that acupuncture is an effective treatment for migraines for all people who suffer from migraines. However this is not the only possible conclusion that can be drawn based on your findings so far. What is one other possible explanation for the observed difference between the percentages of patients that are pain free 24 hours after receiving acupuncture in the two groups?
1.2 Sinusitis and antibiotics, Part I. Researchers studying the effect of antibiotic treatment for acute sinusitis compared to symptomatic treatments randomly assigned 166 adults diagnosed with acute sinusitis to one of two groups: treatment or control. Study participants received either a 10-day course of amoxicillin (an antibiotic) or a placebo similar in appearance and taste. The placebo consisted of symptomatic treatments such as acetaminophen, nasal decongestants, etc. At the end of the 10-day period, patients were asked if they experienced improvement in symptoms. The distribution of responses is summarized below.3
Self-reported improvement in symptoms
Yes No Total Treatment 66 19 85
Group Control 65 16 81 Total 131 35 166
(a) What percent of patients in the treatment group experienced improvement in symptoms?
(b) What percent experienced improvement in symptoms in the control group?
(c) In which group did a higher percentage of patients experience improvement in symptoms?
(d) Your findings so far might suggest a real differe
Collepals.com Plagiarism Free Papers
Are you looking for custom essay writing service or even dissertation writing services? Just request for our write my paper service, and we'll match you with the best essay writer in your subject! With an exceptional team of professional academic experts in a wide range of subjects, we can guarantee you an unrivaled quality of custom-written papers.
Get ZERO PLAGIARISM, HUMAN WRITTEN ESSAYS
Why Hire Collepals.com writers to do your paper?
Quality- We are experienced and have access to ample research materials.
We write plagiarism Free Content
Confidential- We never share or sell your personal information to third parties.
Support-Chat with us today! We are always waiting to answer all your questions.