Skip to content
Prev 287667 / 398498 Next

How to sort frequency distribution table?

On 03/08/2012 03:46 PM, Manish Gupta wrote:
Hi Manesh,
The freq function (prettyR) returns a vector (or a list of vectors if 
more than one variable is passed) with the same information as the table 
function. However, freq orders the table in descending frequency by default.

Jim