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 the row that has the value in it, the value is not always the same, it is a time stamp of when something happens. Example of Dataset Day Month Year Time Hits Misses F-type 01 01 1999 0600 120 80 0600 01 01 1999 1015 300 10 01 01 1999 1216 250 50 1216 01 01 1999 1649 380 0 01 01 1999 2132 1100 25 2132
[[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.