statmode: computes the mode of data

Usage Arguments Details Value Examples

View source: R/statmode.R

Usage

1

Arguments

x

cathegorical data.

Details

from http://stats.stackexchange.com/questions/157661/how-to-calculate-mean-median-mode-std-dev-from-distribution

Value

mode of x.

Examples

1
2
3
xe <- rpois(30,12.3)
statmode(x = xe)
names(statmode(x = xe))

mathphysmx/cleanTable documentation built on May 29, 2019, 2:51 p.m.