R/arcx4Aggregator.R

Defines functions arcx4Aggregator

Documented in arcx4Aggregator

#' @aliases arcx4Aggregator
#' @details
#' \code{arcx4Aggregator} is just \code{vanillaAggregator} by another name.
#' @rdname stockAggregators
#' @family arcx4
#' @export
arcx4Aggregator <- function(estimators, ..., .parallelPredict=FALSE,
                            .parallelTally=FALSE, .rngSeed=1234) {
  vanillaAggregator(estimators=estimators, .parallelPredict=.parallelPredict,
                    .parallelTally=.parallelTally, .rngSeed=.rngSeed)
}

class(arcx4Aggregator) <- c("aggregator", class(arcx4Aggregator))

Try the boostr package in your browser

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

boostr documentation built on May 2, 2019, 1:42 p.m.