Chapter 3 Flashcards

(8 cards)

1
Q

What is the multiple linear regression model?

A

y = β0 + β1x1 + β2x2 + … + βkxk + ε

Where:
y = response variable
xj = predictor variables
βj = regression coefficients
ε = random error

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why is a prediction interval wider than a confidence interval?

A

Because it includes both:

variability of the mean estimate

variability of individual observations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are standardized regression coefficients?

A

Regression coefficients obtained after standardizing variables (converting them to z-scores)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the least squares estimator for regression coefficients in matrix form?

A

β̂ = (X’X)^(-1) X’y

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does rejecting the overall F-test mean?

A

At least one predictor variable significantly affects the response variable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does βj represent in multiple regression?

A

The change in the mean response y for a one-unit increase in xj while holding all other predictors constant

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does rejecting H0: βj = 0 indicate?

A

Predictor xj significantly contributes to explaining variation in y.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is hidden extrapolation?

A

Making predictions for combinations of predictor values that were not observed in the original dataset

How well did you know this?
1
Not at all
2
3
4
5
Perfectly