Re: [R] function that join my model & these coefficients

2014-07-27 Thread Jim Lemon
On Sun, 27 Jul 2014 02:08:25 AM Maede Nouri wrote: > hello > I am new to R language. I fitted a linear model and my output has about 300 > coefficients. I need to definition a function that join my model & these > coefficients ! this is difficult because number of coefficients is many. I > thi

Re: [R] function that join my model & these coefficients

2014-07-27 Thread Jeff Newmiller
You should study the theory of regression before proceeding, since the chance of obtaining a significant (useful) result with 400 inputs is negligible. You should also read the help files for the functions you are using (e.g. ?lm), which in this case mention the coef() function in the See Also s

[R] function that join my model & these coefficients

2014-07-27 Thread Maede Nouri
hello  I am new to R language. I fitted a linear model and my output has about 300 coefficients. I need to definition a function that join my model & these coefficients ! this is difficult because number of coefficients is many.  I think there is not a provided query for this. I also used "fitted