[R] aggregate data.frame using column-specific functions
Jacques VESLOT
jacques.veslot at cirad.fr
Wed Feb 15 11:19:37 CET 2006
you can use mapply()...
z <- as.data.frame(matrix(1:3,3,3,T))
mapply(function(x,y) x(y), c(sum,prod,sum), z)
Markus Preisetanz a écrit :
>Dear Colleagues,
>
>
>
>does anybody know how to aggregate a data.frame using different functions for different columns?
>
>
>
>Sincerely
>
>
>
>___________________
>
>Markus Preisetanz
>
>Consultant
>
>
>
>Client Vela GmbH
>
>Albert-Roßhaupter-Str. 32
>
>81369 München
>
>fon: +49 (0) 89 742 17-113
>
>fax: +49 (0) 89 742 17-150
>
>mailto:markus.preisetanz at clientvela.com <mailto:markus.preisetanz at clientvela.com>
>
>
>
>Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser E-Mail ist nicht gestattet.
>
>This e-mail may contain confidential and/or privileged infor...{{dropped}}
>
>
>
>------------------------------------------------------------------------
>
>______________________________________________
>R-help at stat.math.ethz.ch mailing list
>https://stat.ethz.ch/mailman/listinfo/r-help
>PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
>
More information about the R-help
mailing list