Sign in

Libre University uses your GitHub account. Signing in is only needed to sit a final test, so the score is kept on your profile.

Fitting a line

1.[2p]

What does least squares minimise?

Correct
The answer is: The sum of squared vertical distances from the points to the line
The answer is: The sum of squared vertical distances from the points to the line
The answer is: The sum of squared vertical distances from the points to the line

2.[2p]

Fathers and sons both have standard deviation 2.7 inches and correlate 0.51. What is the slope of the line predicting son from father?

CorrectNot quite: 0.51

3.[2p]

The fitted least squares line always passes through the point (x,y).

Correct
The answer is: True

4.[2p]

For Anscombe's first dataset, Sxy=55.01 and Sxx=110. What is the slope, to three decimal places?

CorrectNot quite: 0.5

5.[3p]

The same fit has residual sum of squares 13.763 and total sum of squares 41.273. What is r2, to three decimal places?

CorrectNot quite: 0.667

6.[3p]

The residual standard deviation is 1.237 and Sxx=110. What is the standard error of the slope, to four decimal places?

CorrectNot quite: 0.1179

7.[2p]

Why is the residual sum of squares divided by n-2?

Correct
The answer is: Two parameters were estimated from the data before the residuals were formed
The answer is: Two parameters were estimated from the data before the residuals were formed
The answer is: Two parameters were estimated from the data before the residuals were formed

8.[3p]

Match each residual pattern to what it indicates.

  • A curve in the residuals

  • A widening funnel

  • One far-off point at extreme x

  • No pattern at all

  • the error variance is not constant

  • high leverage on the slope

  • the relationship is not linear

  • the model assumptions look reasonable

Show the answer

A curve in the residuals: the relationship is not linear A widening funnel: the error variance is not constant One far-off point at extreme x: high leverage on the slope No pattern at all: the model assumptions look reasonable

9.[3p]

Which of these can produce a significant slope with no causal content?

Select all that apply

Correct
Correct
Correct
The answer is: A third variable driving both $x$ and $y$, The causal arrow running from $y$ to $x$, A sample selected on a combination of $x$ and $y$