Questions: Simple Linear Regression: Theory and Estimation

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

After fitting a linear regression, you find R² = 0.94. When you plot the residuals against X, they form a clear U-shape — positive at low X, negative in the middle, positive again at high X. What does this indicate?

AThe model is excellent — R² near 1 confirms the fit is appropriate
BThe residuals are supposed to be U-shaped; this is expected behavior
CThe relationship between X and Y is likely nonlinear; the linear model is misspecified
DThe residuals indicate outliers that should be removed before re-fitting
Question 2 Multiple Choice

Two datasets both have correlation r = 0.7 between X and Y. Dataset A has sX = 2 and sY = 6. Dataset B has sX = 4 and sY = 3. Which correctly describes their OLS regression slopes?

ABoth slopes equal 0.7, because the slope equals the correlation for OLS
BBoth slopes are equal, because equal correlations always imply equal slopes
CDataset A has slope 2.1 and Dataset B has slope 0.525
DThe slopes cannot be determined from correlation and standard deviations alone
Question 3 True / False

In simple linear regression, R² equals the square of the Pearson correlation coefficient r between X and Y.

TTrue
FFalse
Question 4 True / False

A regression model with high R² and patterned residuals is well-specified — the patterned residuals are an artifact of the estimation procedure and should not affect interpretation.

TTrue
FFalse
Question 5 Short Answer

Why should you always inspect residual plots after fitting a regression, even when R² is very high?

Think about your answer, then reveal below.