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)

seroanalytics/serosolver documentation built on April 26, 2024, 1:19 a.m.