Re: [R] problem in appending data into*.csv file

2009-01-23 Thread jim holtman
You can probably use one of the 'apply' functions, but it is hard to tell you which one since you did not provide commented, minimal, self-contained, reproducible code, or an example of what you thought the output should look like. On Fri, Jan 23, 2009 at 2:28 AM, venkata kirankumar wrote: > Hi a

[R] problem in appending data into*.csv file

2009-01-22 Thread venkata kirankumar
Hi all, I got a problem with appending data into the *.csv file like abc<-read.csv("bbb.csv") # reading data from one csv file abc1<-mean(subset(abc,Group=="A")) hear i have to creat a .csv file and in that i have to create column's with names *group, mean* and farther i have to caliculate for