S8 - Multiple Regression (complete ?) Flashcards
What is R squared?
R^2: the proportion of the variation in Y that is explained by X; goodness of fit
R^2 [0,1]
Caveat:
Adding any variable, no matter how irrelevant, will usually raise R-squared at least a little
for comparing the fit of two models, adjusted R-square is a better measure
What is the problem with skewed variables?
- skewed variables can produce outliers
- right-skewed variables are a common problem
-> can be transformed with log
Adding any additional variable to a model never decreases the R-squared (R^2)? True or False
True
When violated, the assumption of homoscedasticity lead to biased estimates of the coefficients. True or False?
False
When violated, the assumptions of linearity and mean independence lead to biased estimates of the coefficients.
True or False?
True