Advanced problems on hypothesis testing, ANOVA, regression, bootstrap, and multiple testing
Instructions
A die is rolled 120 times with the following results:
| Face | 1 | 2 | 3 | 4 | 5 | 6 |
|---|---|---|---|---|---|---|
| Observed | 15 | 18 | 25 | 22 | 19 | 21 |
Test at α = 0.05 whether the die is fair.
Two independent samples are drawn from normal populations with equal variances:
Test H₀: μ₁ = μ₂ vs H₁: μ₁ > μ₂ at α = 0.05.
Let be i.i.d. N(μ, 16). Consider testing H₀: μ = 10 vs H₁: μ > 10 at α = 0.05.
(1) Find the rejection region.
(2) Calculate the power when μ = 12.
(3) Find the sample size needed to achieve power 0.90 when μ = 12.
Three treatments are compared with the following sample data:
Perform a one-way ANOVA at α = 0.05 to test if the treatment means differ.
A simple linear regression is fitted to n = 15 observations with results:
(1) Test H₀: β₁ = 0 vs H₁: β₁ ≠ 0 at α = 0.05.
(2) Construct a 95% CI for β₁.
Explain the bootstrap procedure for constructing a confidence interval for the population median.
Given a sample of size n = 20, describe:
(1) The bootstrap resampling process
(2) How to construct a 95% percentile bootstrap CI
(3) Advantages and assumptions of bootstrap
Two independent samples are:
Use the Wilcoxon rank-sum test to test H₀: the two populations have identical distributions vs H₁: they differ, at α = 0.05.
You conduct 10 independent hypothesis tests, each at significance level α = 0.05.
(1) What is the familywise error rate (probability of at least one false rejection) if all null hypotheses are true?
(2) Apply the Bonferroni correction. What should be the individual test level?
(3) If you observe p-values: 0.002, 0.018, 0.035, 0.048, 0.12, 0.23, 0.34, 0.45, 0.67, 0.89, which hypotheses would you reject using Bonferroni?