Consider a multiple regression model used to predict the annual sales of a company based on various independent variables: the company’s advertising budget, average customer income, and the number of sales representatives. The model is specified as follows:
$$ ext{Sales} = eta_0 + eta_1 ext{Advertising} + eta_2 ext{Income} + eta_3 ext{SalesReps} + heta $$
After running the regression analysis, the following results were obtained: high Variance Inflation Factors (VIFs) for the independent variables and the R-squared value was found to be excessively high, near 0.95.
Given your understanding of multicollinearity, which of the following statements best describes the implications of this model?