Question 1
-
State Gauss-Markov Theorem. [4 Marks]
-
Define BLUE. [3 Marks]
-
Literacy rate is a reflection of the educational facilities and quality of education available in a country, and mass communication plays a large part in the educational process. In an effort to relate the literacy rate of a country to various mass communication outlets, a demographer has proposed to relate literacy rate to the following variables: number of daily newspaper copies (per 10 population) and number of radios (per 10 population). Here are the data for a sample of 3 countries:
| Country | Newspapers | Radios | Literacy rate (in % ) |
|---|---|---|---|
| USA | 5 | 8 | 90 |
| Russia | 5 | 7 | 80 |
| Slovakia | 3 | 8 | 70 |
(a) Identify the dependent and independent variables. [1 Mark]
(b) Suppose we assume the linear model:
where,
Find the least square estimate for . [5 Marks]
(c) Define and compute the RSS (Residual sum of squares) and TSS (Total sum of squares) for the above defined model. [4 Marks]
(d) Find the estimate value of [2 Marks]
(e) Compute for the above defined model and interpret it. [4 Marks]
(f) Suppose we modify our linear model by deleting a variable as follows:
where,
Compute for the modified model. [10 Marks]
(g) Compare the value of for the two models. Elaborate your answer. [2 Marks]
- Consider a linear model as
where, .
For the given linear model, we want to perform hypothesis testing at 5% significance level, i.e. , to check if there's a relationship between the variables and . Based on the given information, answer the following questions:
(a) Write down the null and alternative hypothesis. [3 Marks]
(b) Using R, we fit the linear model:
The output obtained is as follows:
Call:lm(formula = y ~ x)
Residuals: Min 1Q Median 3Q Max-3.9053 -0.7122 0.0545 0.7265 2.3814
Coefficients: Estimate Std. Error t value Pr(>|t|)(Intercept) 1.58118 0.11591 13.642 <2e-16 ***x -0.02647 0.01893 -1.399 0.165---Signif. codes:0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1
Residual standard error: 1.128 on 98 degrees of freedomMultiple R-squared: 0.01957, Adjusted R-squared: 0.009564F-statistic: 1.956 on 1 and 98 DF, p-value: 0.1651Based on the output obtained, justify if we can reject the null hypothesis? Also, what can you conclude about the relationship between and ? [4 Marks]
(c) Using R, on the same dataset, now we fit the linear model:
The output obtained is as follows:
Call:lm(formula = y ~ x)
Residuals: Min 1Q Median 3Q Max-3.9053 -0.7122 0.0545 0.7265 2.3814
Coefficients: Estimate Std. Error t value Pr(>|t|)(Intercept) 1.58118 0.11591 13.64 <2e-16 ***x 1.97353 0.01893 104.26 <2e-16 ***---Signif. codes:0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1
Residual standard error: 1.128 on 98 degrees of freedomMultiple R-squared: 0.9911, Adjusted R-squared: 0.991F-statistic: 1.087e+04 on 1 and 98 DF, p-value: < 2.2e-16Based on the output obtained, justify if we can reject the null hypothesis? Also, what can you conclude about the relationship between and ? [4 Marks]
(d) In which among the above two models, obtained in part and , the independent variables collectively explain more variability in the dependent variable? Elaborate on your answer. [4 Marks]
I have written answers on the answer sheets
Not applicable