Quiz Space

Linear Statistical Models · Quiz 2 · 4 Aug 2024 · May 2024 term

Question 3: Consider a linear model as y_i = \beta_0 + \beta_1 x_i + …

Question 3

+5 marksOne correct option
  1. Consider a linear model as

yi=β0+β1xi+ϵi;1≤i≤ny_i = \beta_0 + \beta_1 x_i + \epsilon_i \quad ; \quad 1 \le i \le n

where, ϵi∼N(0,σ2)\epsilon_i \sim N(0, \sigma^2).

For the given linear model, we want to perform hypothesis testing at 5% significance level, i.e. α=0.05\alpha = 0.05, to check if there is a relationship between the variables xx and yy. The following output has been obtained for a particular model :

r
Call:
lm(formula = y ~ x)
Residuals:
Min 1Q Median 3Q Max
-14.039 -6.295 -2.028 5.343 31.007
Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) 101.88323 1.88248 54.12 <2e-16 ***
x -2.03429 0.03236 -62.86 <2e-16 ***
---
Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1
Residual standard error: 9.342 on 98 degrees of freedom
Multiple R-squared: 0.9758, Adjusted R-squared: 0.9756
F-statistic: 3951 on 1 and 98 DF, p-value: < 2.2e-16

(a) Define null and alternative hypothesis. [1 Mark]

(b) Write the fitted linear regression model. [2 Marks]

(c) Based on the output obtained, justify if we can reject the null hypothesis. Also, what can you conclude about the relationship between xx and yy? [2 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 3 of 3 in the IIT Madras BS Linear Statistical Models (Linear Statistical Models) Quiz 2 paper sat on 4 Aug 2024, in the May 2024 term (IIT M DEGREE AN EXAM QDB2 4 Aug 2024). It carries 5 marks.

More questions from this paper

  1. Q1(i). State Gauss Markov theorem. [3 Marks] (ii). Consider a linear model as y_i = \beta_0 + \epsilon_i \quad ; \quad 1 …
  2. Q2Figure question