mode: Return the mode of numeric vector

View source: R/mode.R

modeR Documentation

Return the mode of numeric vector

Description

Return the mode of numeric vector

Usage

mode(x)

Arguments

x

numeric vector

Value

numeric

Examples


## Not run: 

library(cousepkg)

x <- c(1,2,3,4,4,5,5,5)

mode(x)


## End(Not run)


joeycouse/cousepkg documentation built on March 31, 2024, 11:40 a.m.