I am trying to do a multiple linear regression in R but am having some problems. I have a set up where I am trying to develop a multiple linear regression model for one variable (y) using six other variables ($x_{1},...,x_{6}$), all of which are correlated to some degree.
Based on my understanding of the data I ran a multiple linear regression for y using $x_3$ and $x_5$. Here is an updated residual plot based on feedback:
$$y~x_3+x5+x_3*x_5$$
How can I fix this? Would feasible GLS work? Or have I selected a bad combination of independent variables?
By the way I have limited knowledge of regression and have never done a weighted regression before so this is new to me.
Thanks for your advice!
Edit: Here are the additional plots
Here are the residual plots for $x_1...x_6$ too:
Hope this helps!