NNS.mode {NNS} | R Documentation |
NNS mode
Description
Mode of a distribution, either continuous or discrete.
Usage
NNS.mode(x, discrete = FALSE, multi = TRUE)
Arguments
x |
vector of data. |
discrete |
logical; |
multi |
logical; |
Value
Returns a numeric value representing the mode of the distribution.
Author(s)
Fred Viole, OVVO Financial Systems
Examples
## Not run:
set.seed(123)
x <- rnorm(100)
NNS.mode(x)
## End(Not run)
[Package NNS version 10.8.2 Index]