Learn R Programming

waspr (version 1.0.1)

mode_est: Compute the mode

Description

Compute the mode

Usage

mode_est(x)

Value

The mode of a numeric vector as computed by the methods from Venter (1967).

Arguments

x

a numeric vector

Examples

Run this code
library(waspr)
mode_est(pois_logistic[1,1,])

Run the code above in your browser using DataLab