Factspan Interview Question | Regression Coefficients
Question
Your linear regression didn’t run and communicates that there is an infinite number of best estimates for the regression coefficients. What could be wrong?
in progress
0
Interview Question
55 years
1 Answer
916 views
Great Grand Master 0
Answer ( 1 )
Regression coefficients are estimates of the unknown population parameters and describe the relationship between a predictor variable and the response
An infinite best estimate can occur If some of the explanatory variables are perfectly correlated (positively or negatively) then the coefficients would not be unique.
The coefficients are not really meaningful but can be used for prediction. Maybe it would be better, though, to eliminate some variables.