Multivariate Classical Linear Regression Model Flashcards

1
Q

Why is the multivariate regression model often better than a bivariate one?

A

A multivariate model is better because most variables are influenced by multiple factors.
It also improves the model’s goodness of fit.
It reduces bias through omitted variables by including those variables.

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

How do you interpret Beta in a multivariate regression?

A

Beta represents the effect of an independent variable on the dependent variable, ceteris paribus.

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

What is the consequence of omitting a relevant variable in multivariate regression?

A

Omitting a relevant variable introduces bias in the estimates of the included variables, leading to omitted variable bias. The direction of this bias depends on the relationship between the omitted variable and the included variable. Positive relationship leads to positive bias.

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

What is multicollinearity, and how does it affect OLS estimates?

A

Multicollinearity occurs when two or more explanatory variables are highly correlated. It inflates the standard errors, making it harder to detect statistical significance in relationships.

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

What is the F-test used for in multivariate regression?

A

The F-test is used to test whether a group of variables jointly has no effect on the dependent variable.

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

What is a dummy variable and how is it used in regression?

A

A dummy variable is a binary variable used to include categorical data in a regression model. It indicates the presence or absence of a characteristic, such as gender.

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

What does a robust standard error correct for?

A

Robust standard errors correct for heteroscedasticity, ensuring valid inference even when the assumption of constant error variance is violated.

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

What is perfect collinearity, and why is it a problem in multivariate regression?

A

Perfect collinearity occurs when one independent variable is a perfect linear combination of other variables. This makes it impossible to estimate the model using OLS, as the matrix X’X cannot be inverted.

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

How do omitted variables lead to biased estimates in multivariate regression?

A

If a relevant variable is omitted and correlated with the included independent variable, the OLS estimates will be biased due to the omitted variable’s influence.

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

What is the difference between R-squared and adjusted R-squared in multivariate models?

A

Adjusted R-squared adjusts for the number of explanatory variables and corrects for the fact that adding more variables can artificially inflate R2-squared.

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

How does the inclusion of irrelevant variables affect the OLS estimates?

A

Including irrelevant variables does not bias the estimates but increases the variance (standard errors) of other coefficients, making them less precise.

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

What are the assumptions for multivariate OLS?

A
  1. Linearity in population model
  2. Random sampling
  3. No perfect collinearity among independent variables
  4. Zero mean of errors
  5. Homoscedasticity
How well did you know this?
1
Not at all
2
3
4
5
Perfectly