[R] weighted mean by week

David Freedman dxf1 at cdc.gov
Wed Jul 18 04:49:46 CEST 2012


Honestly, I wasn't sure what you wanted to do with 'group'.  Here it is with
the 'group' variable deleted

library(data.table) 
dt=data.table(x[,-1]) 
dt[,lapply(.SD, function(x)weighted.mean(x,myweight)), keyby='myweek'] 




--
View this message in context: http://r.789695.n4.nabble.com/weighted-mean-by-week-tp4636814p4636828.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list