Mode Function – R

R does not provide in the base packages a function for the mode. Sometimes, the mode is useful for descriptive analysis. Therefore, we are providing a small function for the Mode here.

Usage: func_mode(data)

Example: modeval = mode(iris$Sepal.length)

http://blogs.fiveelementanalytics.com/RCode/func_mode.R

Latest News, Insights and Trends in Analytics and Data Science