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
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
2 matches
Mail list logo