Re: [R] Fwd: filter out many data.frames

2004-05-16 Thread Christian Schulz
> So, why are you doing these complicated things? Hmm, want upgrade my sklls, because i need more and more function's to reduce complexity in my analysis. And try , do.call and match.call seems very usefuel and i want at long last understand the flexbilty of this functions. > > Just using >

Re: [R] Fwd: filter out many data.frames

2004-05-16 Thread Uwe Ligges
Christian Schulz wrote: Yes, i have recognized my stupid approach. Now it works but any help how i get the names in tList from the expand.grid combinaton's instead number from 1:64 would like great! Thanks Christian data <- expand.grid(class02 = c("A","B","C","D"), class04 = c("A","B","C","D"),PR

Re: [R] Fwd: filter out many data.frames

2004-05-16 Thread Christian Schulz
Yes, i have recognized my stupid approach. Now it works but any help how i get the names in tList from the expand.grid combinaton's instead number from 1:64 would like great! Thanks Christian data <- expand.grid(class02 = c("A","B","C","D"), class04 = c("A","B","C","D"),PREDICT = c("A","B","C"

Re: [R] Fwd: filter out many data.frames

2004-05-16 Thread Uwe Ligges
Christian Schulz wrote: X <- numeric(length(data.frame)) before the loop maybe work, because my computer works and works !? christian -- Weitergeleitete Nachricht -- Subject: filter out many data.frames Date: Sonntag, 16. Mai 2004 00:02 From: Christian Schulz <[EMAIL PROTECTED

[R] Fwd: filter out many data.frames

2004-05-15 Thread Christian Schulz
X <- numeric(length(data.frame)) before the loop maybe work, because my computer works and works !? christian -- Weitergeleitete Nachricht -- Subject: filter out many data.frames Date: Sonntag, 16. Mai 2004 00:02 From: Christian Schulz <[EMAIL PROTECTED]> To: [EMAIL PROTECT