mode_est | R Documentation |
Compute the mode
mode_est(x)
x |
a numeric vector |
The mode of a numeric vector as computed by the methods from Venter (1967).
Venter, J.H. (1967). On estimation of the mode, Annals of Mathematical Statistics, 38(5), 1446-1455.
library(waspr)
mode_est(pois_logistic[1,1,])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.