Mode {fMRItools}R Documentation

Mode of data vector

Description

Get mode of a data vector. But use the median instead of the mode if all data values are unique.

Usage

Mode(x)

Arguments

x

The data vector

Value

The mode


[Package fMRItools version 0.4.7 Index]