stephen sefick wrote:
> below is my data frame.  I would like to compute summary statistics
> for mgl for each river mile (mean, median, mode).  My apologies in
> advance-  I would like to get something like the SAS print out of PROC
> Univariate.  I have performed an ANOVA and a tukey LSD and I would
> just like the summary statistics.

Hi Stephen,
Have a look at "describe" in the prettyR package. You can specify the 
summary stats that you want, and the formatting may suit you.

Jim

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to