Re: [R] Subset any value and blanks

2007-09-19 Thread jim holtman
You can use 'split' to create a list of dataframes and then operate on them: Day Month Year Time Hits Misses F.type 1 0101 1999 0600 120 80 0600 2 0101 1999 1015 300 10 3 0101 1999 1216 250 50 1216 4 0101 1999 1649 380 0 5 0101 1999 2132 1100

[R] Subset any value and blanks

2007-09-19 Thread Spilak,Jacqueline [Edm]
Hi everyone I need help with subseting a data set. In my dataset there is a specific row that will either have a value or be blank. I would like to subset (or split) the dataset into one dataset with the row that has the value and another dataset that has just the blanks. Now the thing is that t