powered by
dostats(x, ..., .na.action = na.fail)
data.frame
...
ldply
data(mtcars) library(plyr) dostats(1:10, mean, median, sd, quantile, IQR) ldply(mtcars, dostats, median, mean, sd, quantile, IQR)
Run the code above in your browser using DataLab