estimate_mode | R Documentation |
Estimate vector mode
estimate_mode(x)
x |
the vector to be estimated |
the estimated mode of the given vector of values
x <- runif(1000)
y <- estimate_mode(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.