Returns the mode of a vector. INPUTS x - vector of integers OUTPUTS y - mode EXAMPLE x = randint2( 1, 10, [1 3] ) mode( x ) DATESTAMP 29-Sep-2005 2:00pm