Displaying 1 result from an estimated 1 matches for "cookeville".
Did you mean:
codeville
2005 Feb 11
1
mode of a data set
...f a data set in R and found some
solutions through your service. But, I needed a program to find the
mode or modes of a data set. Here is what I came up with:
names(sort(table(x)))[sort(table(x))==max(sort(table(x)))]
Michael Allen
Department of Mathematics
Tennessee Technological University
Cookeville, TN 38505
USA