Re: [R] sapply again return value

2007-02-16 Thread Mark Lyman
Antje yahoo.de> writes: > Hello, > > I used an sapply to get some data back (s <- sapply(...) ). The output > of s would then deliver something like this: > > B06_lamp.csv C06_lamp.csv D06_lamp.csv > [1,] NULL NULL Numeric,512 > [2,] NULL NULL Numeric,512

Re: [R] sapply again return value

2007-02-16 Thread Antje
Henrique Dallazuanna schrieb: > Hi, > A simple way is: > > s <- s[3] but what if I don't know how many and which columns are NULL? Antje __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting g

Re: [R] sapply again return value

2007-02-16 Thread Henrique Dallazuanna
Hi, A simple way is: s <- s[3] On 16/02/07, Antje <[EMAIL PROTECTED]> wrote: > > Hello, > > I used an sapply to get some data back (s <- sapply(...) ). The output > of s would then deliver something like this: > > B06_lamp.csv C06_lamp.csv D06_lamp.csv > [1,] NULL NULL Nume

[R] sapply again return value

2007-02-16 Thread Antje
Hello, I used an sapply to get some data back (s <- sapply(...) ). The output of s would then deliver something like this: B06_lamp.csv C06_lamp.csv D06_lamp.csv [1,] NULL NULL Numeric,512 [2,] NULL NULL Numeric,512 [3,] NULL NULL 2 > mode(s

[R] sapply again return value

2007-02-16 Thread niederlein-rstat
Hello, I used an sapply to get some data back (s <- sapply(...) ). The output of s would then deliver something like this: B06_lamp.csv C06_lamp.csv D06_lamp.csv [1,] NULL NULL Numeric,512 [2,] NULL NULL Numeric,512 [3,] NULL NULL 2