I have the following data for Multiple Linear Regression analysis. I need to write the data into SAS. One way would be to attach each values of Y to each X values. that is for four same values of X we have different Y values. I just think there should be a way to record the y data as vectors that correspond to each X values. Since I need to plot this afterwards what problems may I face?
Dosage (X) Brain Activity (Y)
2.5 7.5 9.5 8.0 8.5
5.0 11.0 12.0 9.0 10.0
7.5 11.0 16.0 12.5 14.0
10.0 16.5 14.5 21.5 19.
Thank You,
Arnoneel Sinha .