🎥 Watch Hypothesis Testing
Optional: 📖 Read IMS: Chapter 11 - Hypothesis Testing With Randomization
tidymodels
package Statistical inference is the process of using sample data to make conclusions about the underlying population the sample came from.
Estimation: using the sample to estimate a plausible range of values for the unknown parameter
Testing: evaluating whether our observed sample provides evidence for or against some claim about the population
Statistical inference is the process of using sample data to make conclusions about the underlying population the sample came from.
Estimation: using the sample to estimate a plausible range of values for the unknown parameter
Testing: evaluating whether our observed sample provides evidence for or against some claim about the population
Today we will focus on Testing.
We will conduct hypothesis testing using simulation-based methods (bootstrapping, again).
Defining the hypotheses
Collecting and summarizing data
Assessing the observed evidence
Making a conclusion
Q - Choose the correct description in the following sentences:
Two hypotheses are about the ( population / sample ).
The null and the alternative hypotheses are defined for ( statistics / parameters ).
The null hypothesis states ( "there is nothing unusual going on" / "there is something interesting going on" ).
The alternative hypothesis states ( the status quo / the research question ).
The alternative hypothesis is denoted by ( H1 / HA ).
Q - Choose the correct description in the following sentences:
Two hypotheses are about the ( population / sample ).
The null and the alternative hypotheses are defined for ( statistics / parameters ).
The null hypothesis states ( "there is nothing unusual going on" / "there is something interesting going on" ).
The alternative hypothesis states ( the status quo / the research question ).
The alternative hypothesis is denoted by ( H1 / HA ).
Q - Which of the following is the correct set of hypotheses?
(a) H0:p=0.10; HA:p≠0.10
(b) H0:p=0.10; HA:p>0.10
(c) H0:^p=0.10; HA:^p≠0.10
(d) H0:^p=0.10; HA:^p<0.10
Q - Which of the following is the correct set of hypotheses?
(a) H0:p=0.10; HA:p≠0.10
(b) H0:p=0.10; HA:p>0.10
(c) H0:^p=0.10; HA:^p≠0.10
(d) H0:^p=0.10; HA:^p<0.10
One sided alternatives: the parameter is hypothesized to be less than or greater than the null value
Two sided alternatives: the parameter is hypothesized to be not equal to the null value
Q - Identify the null and alternative hypothesis in the following research questions.
Average systolic blood pressure of people with Stage 1 Hypertension is 150 mm Hg. We wonder whether a new blood pressure medication has an effect on the average blood pressure of heart patients.
Q - Identify the null and alternative hypothesis in the following research questions.
Average systolic blood pressure of people with Stage 1 Hypertension is 150 mm Hg. We wonder whether a new blood pressure medication has an effect on the average blood pressure of heart patients.
With μ being the average blood pressure of heart patients who take a new blood pressure medication, H0: μ=150 vs. H1: μ≠150
Q - Identify the null and alternative hypothesis in the following research questions.
A principal at a certain school claims that the students in the school are above average intelligence. The mean population IQ is 100.
Q - Identify the null and alternative hypothesis in the following research questions.
A principal at a certain school claims that the students in the school are above average intelligence. The mean population IQ is 100.
With μ being the mean IQ for students attending the school,
Q - Identify the null and alternative hypothesis in the following research questions.
A researcher wants to test if vitamin C has the ability to prevent the flu in children. The flu infection rate in the US children population is 20%.
Q - Identify the null and alternative hypothesis in the following research questions.
A researcher wants to test if vitamin C has the ability to prevent the flu in children. The flu infection rate in the US children population is 20%.
With p being the true infection rate of the flu among children with sufficient vitamin C,
Q - What is p-value?
Q - What is p-value?
Q - What is the null distribution?
Q - What is p-value?
Q - What is the null distribution?
Q - What is p-value?
Q - What is the null distribution?
Q - We have only one sample. How can we possibly get a distribution?
Q - What is p-value?
Q - What is the null distribution?
Q - We have only one sample. How can we possibly get a distribution? Bootstrapping!
Q - What are the conclusions we can make from a hypothesis test?
Q - What are the conclusions we can make from a hypothesis test?
Q - We make a conclusion by comparing the p-value to a predetermined numeric cutoff. What is it called?
Q - We make a conclusion by comparing the p-value to a predetermined numeric cutoff. What is it called?
Q - What does it mean that α=0.05?
Q - What does it mean that α=0.05?
Q - State a conclusion to make when the p-value <α.
Q - What does it mean that α=0.05?
Q - State a conclusion to make when the p-value <α.
Q - State a conclusion to make when the p-value ≥α.
Q - State a conclusion to make when the p-value ≥α.
Q - State a conclusion to make when the p-value ≥α.
Q - What are the two types of errors we can make?
Q - State a conclusion to make when the p-value ≥α.
Q - What are the two types of errors we can make?
Q - State a conclusion to make when the p-value ≥α.
Q - What are the two types of errors we can make?
Q - How do we assess the capability of a test for detecting "something interesting"?
Q - State a conclusion to make when the p-value ≥α.
Q - What are the two types of errors we can make?
Q - How do we assess the capability of a test for detecting "something interesting"?
Mid-course evaluation due Friday, June 3 at 11:59pm
Project proposal due Friday, June 3 at 11:59pm
HW03 due Wednesday, June 8 at 11:59pm
Submit ae15
(Coin flips)
🎥 Watch Hypothesis Testing
Optional: 📖 Read IMS: Chapter 11 - Hypothesis Testing With Randomization
Keyboard shortcuts
↑, ←, Pg Up, k | Go to previous slide |
↓, →, Pg Dn, Space, j | Go to next slide |
Home | Go to first slide |
End | Go to last slide |
Number + Return | Go to specific slide |
b / m / f | Toggle blackout / mirrored / fullscreen mode |
c | Clone slideshow |
p | Toggle presenter mode |
t | Restart the presentation timer |
?, h | Toggle this help |
Esc | Back to slideshow |