Quiz Space

Linear Statistical Models · End Term · 24 Dec 2023 · September 2023 term

Question 2: 3.Consider the data set scores on a class of 98 students …

Question 2

+22 marksOne correct option

3.Consider the data set scores on a class of 98 students in IIT-M. For each of 98 students, the composite score obtained in the class and the average number of hours studied per week is recorded. The following regression output was obtained using the scores data set

text
Call:
lm(formula = score ~ hours)
Residuals:
Min 1Q Median 3Q Max
-39.680 -14.675 0.215 14.088 54.785
Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) 7.8805 4.6247 1.704 0.0916 .
hours 7.1852 0.6134 11.713 <2e-16 ***
---
Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1
Residual standard error: 20.08 on 96 degrees of freedom
Multiple R-squared: 0.5883, Adjusted R-squared: 0.584
F-statistic: 137.2 on 1 and 96 DF, p-value: < 2.2e-16

For the following questions, please explain clearly which parts of the output are the basis for your answers. Include the units of variables wherever possible. Use the tabulated values in the cheat sheet.

(a) What is the predictor variable? What is the response variable? [2 Marks]

(b) Write the equation for the estimated conditional mean function, using the appropriate numerical values in the output. [2 Marks]

(c) Based on the estimated coefficients, can you give an estimate of E[Y∣X=0]E[Y|X = 0]? If yes, what is it (and show your work); if not, explain why not (missing information, inappropriate assumptions, etc.). [3 Marks]

(d) Give a 95% confidence interval for β1\beta_1, assuming all the model assumptions hold. [2 Marks]

(e) What is σ^2\hat{\sigma}^2, the in-sample mean-squared error? [3 Marks]

(f) From nn, the standard error of β^1\hat{\beta}_1 and σ^2\hat{\sigma}^2, can you find the sample variance in population across cities? If so, what is it? If not, explain. [5 Marks]

(g) Which part (or parts) of the output (if any) tests the assumption that the relationship between the predictor variable and the response variable is linear? [5 Marks]

  1. A

    I have written answers on the answer sheets

  2. B

    Not applicable

Show answer

Correct answer

  • A

    I have written answers on the answer sheets

Question 2 of 3 in the IIT Madras BS Linear Statistical Models (Linear Statistical Models) End Term paper sat on 24 Dec 2023, in the September 2023 term (IIT M DEGREE FN EXAM FDB1 24 Dec 2023). It carries 22 marks.

More questions from this paper

  1. Q1Consider the Linear Model: y_i = \beta_0 + \beta_1 x_i + \epsilon_i \quad ; \quad 1 \leq i \leq 1000 If \epsilon_i \sim…
  2. Q3Four factories producing soft-drinks are randomly chosen to check if the amount of caffeine in 1L bottles varies throug…