Learn R Programming

rCAT (version 0.1.6)

Mode: Mode of a test of points

Description

Calculates the mode (the value that occurs most often) of a set of data - note the capital M

Usage

Mode(x)

Arguments

x

set of numbers

Value

number

Details

calculates the mode of a set of numbers'

Examples

Run this code
# NOT RUN {
a <- c(5,5,5,6,7,8,9)
Mode(a)
# }

Run the code above in your browser using DataLab