On Thu, 2006-12-14 at 17:09 -0500, Kuhn, Max wrote: > How about: > > > apply(iris[, 1:4], 2, summary) > Sepal.Length Sepal.Width Petal.Length Petal.Width > Min. 4.300 2.000 1.000 0.100 > 1st Qu. 5.100 2.800 1.600 0.300 > Median 5.800 3.000 4.350 1.300 > Mean 5.843 3.057 3.758 1.199 > 3rd Qu. 6.400 3.300 5.100 1.800 > Max. 7.900 4.400 6.900 2.500 > > Max
<snip> Yep, that will do it too Max. :-) Thanks for pointing it out. Clearly, in need of more oxygen to the old cranium... Regards, Marc ______________________________________________ [email protected] 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.
