findMode {geoCount} | R Documentation |
This function estimates the mode of empirical density function for a given posterior samples.
findMode(x, ...)
x |
a vector of posterior samples |
... |
other parameters used when estimating then empirical density function; see |
This function uses density
function to estimate the empirical density function.
The value of mode.
Liang Jing ljing918@gmail.com
## Not run: findMode(rnorm(1000)) ## End(Not run)