[R] One silly question about "tapply output"

Remko Duursma remkoduursma at gmail.com
Wed Oct 27 13:42:21 CEST 2010


Or,

tap <- tapply(rate, rating, mean) 
data.frame(Rating=as.factor(rownames(tap)), Mean=as.vector(tap))



remko
-- 
View this message in context: http://r.789695.n4.nabble.com/One-silly-question-about-tapply-output-tp3015202p3015274.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list