Warm Up

Andrew Dickinson

Published

April 30, 2024

Sleep and Exam Performance

Consider a dataset obtained from a study on education that investigates the impact of sleep duration on students’ exam performance. The dataset includes a random sample of students in a specific educational institution. The following regression equation estimates the relationship between exam performance (measured by the percentage of maximum possible score) and hours of sleep:

\[ \text{Performance}_i = \beta_0 + \beta_1 \times \text{SleepHours}_i + u_i \]

From the regression output, you have the following estimates:

\[ \text{Performance} = 50 + 5 \times \text{SleepHours} \]

  1. Interpret the Estimates: Interpret the intercept and slope coefficients in the context of the model.
  1. Predicted Outcome: If a student sleeps for 8 hours, what is the predicted exam performance according to the model?
  1. Effect of Changing X: Suppose a student is considering adjusting their sleeping habits. They currently sleep 6 hours and are thinking of sleeping 8 hours instead. What would the model predict the change in their exam performance to be? In other words, what is the expected increase in exam performance if they sleep for 2 more hours?
  1. Two-Sided Hypothesis Test: Test the hypothesis that additional hours of sleep have no effect on exam performance against the alternative that they do have an effect. Use a significance level of 0.05. The critical t-value for with appropriate degrees of freedom is approximately 1.96 for a two-tailed test.
  1. One-Sided Hypothesis Test with Minimum Effect Size: Test the hypothesis that additional hours of sleep increase exam performance by no more than 3% per hour against the alternative that each additional hour of sleep increases exam performance by more than 3%. Use a significance level of 0.05. The critical value for a significance level of 0.05 with appropriate degrees of freedom is approximately 1.645.
  1. Confidence Intervals: Calculate the 95% confidence interval for \(\beta_1\). Does your confidence interval satisfy the hypothesis test from part d?