You are on page 1of 2

Practice Midterm Exam

W4315 Fall 2011


Name:

1. Consider a regression where the explanatory variable is time:

Yt o 1t t

for t=1,.n

where the i are uncorrelated with E(i)=0 and 2(i)= 2.


(a) Compute the least squares estimate of 0 and 1.
(b) Show that the estimate is unbiased.
(c) Compute the variance of the estimate.

2. Show that in the simple linear regression model, the relationship between the Fstatistic and R2 is given by
(n 2) R 2
F
1 R2

3. Show that the matrix (1/n)J, where J is the unit matrix, is idempotent.

4. Consider the multiple regression model:


Yi 1 X i1 2 X i 2 i

for i=1,.n

where the i are uncorrelated with E(i)=0 and 2(i)= 2.


Derive the least squares estimators of 1 and 2.

5. The Tri-City Office Equipment Corporation sells an imported copier on a


franchise basis and performs preventive maintenance and repair service on this
copier. Data was collected from 45 recent calls to perform routine preventive
maintenance service; for each call, X is the number of copiers serviced and Y is
the total number of minutes spent by the service person.
A simple linear regression model is fit and the output is shown below:
> results = lm(Time ~ Copiers)
> results
Call:
lm(formula = Time ~ Copiers)
Coefficients:
(Intercept)
Copiers
-0.5802
15.0352 > summary(results)
Call:
lm(formula = Time ~ Copiers)
Residuals:
Min
1Q
Median
3Q
Max
-22.7723 -3.7371 0.3334 6.3334 15.4039
Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) -0.5802 2.8039
-0.207 0.837
Copiers
15.0352 0.4831 31.123 <2e-16 ***
--Signif. codes: 0 *** 0.001 ** 0.01 * 0.05 . 0.1 1
Residual standard error: 8.914 on 43 degrees of freedom
Multiple R-Squared: 0.9575, Adjusted R-squared: 0.9565
F-statistic: 968.7 on 1 and 43 DF, p-value: < 2.2e-16

(a) State the estimated regression function.


(b) Interpret the slope b1 in your estimated regression function.
(c) Perform a test to determine whether there is a significant relationship
between number of copiers serviced and the number of minutes spent by the
service person.
(d) Compute the correlation between Y and X.

You might also like