The package ‘modeest’ provides estimators of the mode of univariate unimodal (and sometimes multimodal) data and values of the modes of usual probability distributions.
You can install the release version of modeest
from the CRAN with:
# Install the 'genefilter' package from BioConductor first:
source("http://bioconductor.org/biocLite.R")
biocLite("genefilter")
# Then call 'install.packages()' as usual:
install.packages("modeest")
You can install the development version of modeest
from GitHub with: