NNS.mode | R Documentation |
Mode of a distribution, either continuous or discrete.
NNS.mode(x, discrete = FALSE, multi = TRUE)
x |
vector of data. |
discrete |
logical; |
multi |
logical; |
Returns a numeric value representing the mode of the distribution.
Fred Viole, OVVO Financial Systems
## Not run:
set.seed(123)
x <- rnorm(100)
NNS.mode(x)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.