I\'m trying to get multiple summary statistics in R/S-PLUS grouped by categorical column in one shot. I found couple of functions, but all of them do one statistic per call,
The psych package has a great option for grouped summary stats:
psych
library(psych) describeBy(dt, group="grp")
produces lots of useful stats including mean, median, range, sd, se.