estimate_mode: Estimate vector mode

View source: R/analysis.R

estimate_modeR Documentation

Estimate vector mode

Description

Estimate vector mode

Usage

estimate_mode(x)

Arguments

x

the vector to be estimated

Value

the estimated mode of the given vector of values

Examples

x <- runif(1000)
y <- estimate_mode(x)

adamkucharski/serosolver documentation built on Aug. 16, 2024, 3:31 a.m.