R/eeboost.R

#' EEBoost
#' 
#' Alias for ThrEEBoost (which defaults to a threshold value of 1).
#' @export
#' @param ... Arguments to \code{\link{threeboost}}.
#' @seealso \code{\link{threeboost}}
eeboost <- function(...) { threeboost(...) }
jwolfson/threeboost documentation built on May 20, 2019, 6:27 a.m.