powered by
Calculates the mode (the value that occurs most often) of a set of data - note the capital M
Mode(x)
set of numbers
number
calculates the mode of a set of numbers'
# NOT RUN { a <- c(5,5,5,6,7,8,9) Mode(a) # }
Run the code above in your browser using DataLab