mode-func
This function returns the most frequently occurring number
double mode(vector vd)
vd
Returns the most frequently occurring number
aa = mode(col(A)); //return the most frequently occurring number of column A