R/mboost_intern.R

Defines functions mboost_intern

Documented in mboost_intern

mboost_intern <- function(...,
    fun = c("df2lambda", "hyper_bbs", "hyper_ols",
            "bl_lin", "bl_lin_matrix",
            "Complete.cases", "get_index", "isMATRIX",
            "cbs", "bsplines", "model.frame.blg", 
            "check_newdata", "do_trace", "rescale_weights", "nnls2D")) {

    fun <- match.arg(fun)
    do.call(fun, list(...))
}
boost-R/mboost documentation built on Jan. 3, 2024, 4:43 p.m.