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 April 28, 2024, 6:19 p.m.