I think that what you want do is stepwise, see step function
On 09/02/2008, AliR <[EMAIL PROTECTED]> wrote:
>
> Thank you, can you suggest wht is the shortest way to store the combination
> with min residual error term?
>
>
>
> AliR wrote:
> >
> > http://www.nabble.com/file/p15359204/test.data.cs
Thank you, can you suggest wht is the shortest way to store the combination
with min residual error term?
AliR wrote:
>
> http://www.nabble.com/file/p15359204/test.data.csv
> http://www.nabble.com/file/p15359204/test.data.csv test.data.csv
>
> Hi,
>
> I have used apply to have certian co
I think what you want is this:
lapply(apply(combn(5, 4), 2, function(x)mD[,x]), function(x)lm(X.SSMII
~ ., data=x))
On 08/02/2008, AliR <[EMAIL PROTECTED]> wrote:
>
> http://www.nabble.com/file/p15359204/test.data.csv
> http://www.nabble.com/file/p15359204/test.data.csv test.data.csv
>
> Hi,
>
http://www.nabble.com/file/p15359204/test.data.csv
http://www.nabble.com/file/p15359204/test.data.csv test.data.csv
Hi,
I have used apply to have certian combinations, but when I try to use these
combinations I get the error
[Error in eval(expr, envir, enclos) : object "X.GDAXI" not found].
4 matches
Mail list logo