So I have data in the form as follows:

  • Y vs X1.
  • Y vs X2.
  • Y vs X3.
  • Y vs X4.

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 ?

Similar questions and discussions