So I have data in the form as follows:
Each set has different data values. I need to carry out regression analysis in order to find an equation relating Y to four variables such that Y=f(X1,X2,X3,X4). However, I came to know that regression can only be carried out with one Y and with separate independent variables.
How can I get my equation then ?