Re: [R] Regression problem

2008-07-16 Thread Angila Albaros
On 7/15/08, Angila Albaros <[EMAIL PROTECTED]> wrote: > > Dear Sir, > Thanks for your reply but my data is very huge 100 x 550 ( > for x ) and 100 x 1010 ( for y). So, I think that time , I need to take one > column of x ($x1)and do multiple regreesion with y

[R] Regression problem

2008-07-15 Thread Angila Albaros
Hello all, I am new to r programmeand need help. I want to do multiple linear regression analysis. say, I have two matrix 'x' and 'y'. I want, 'x' as my response variable and 'y' as predictor. Each time one column of 'x' will be the response, say x[,1], then next x[,2] and so on.