R/eeboost.R

Defines functions eeboost

Documented in eeboost

#' 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(...) }

Try the threeboost package in your browser

Any scripts or data that you put into this service are public.

threeboost documentation built on May 2, 2019, 2:37 a.m.