Re: [R] split data frame and manipulate

2011-05-26 Thread Uwe Ligges
On 26.05.2011 12:01, Mathew Brown wrote: Hello, I would like to split the attached data frame based on the DATE variable. I'm having a real problem doing this. I am able to split iso<-read.table(datuh.dat, header=TRUE, sep="", dec=".") #load mylist=split(iso,iso$DATE) #split str(mylist) #resu

[R] split data frame and manipulate

2011-05-26 Thread Mathew Brown
Hello, I would like to split the attached data frame based on the DATE variable. I'm having a real problem doing this. I am able to split iso<-read.table(datuh.dat, header=TRUE, sep="", dec=".") #load mylist=split(iso,iso$DATE) #split str(mylist) #result seems a bit odd However, after splitt