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

Try the mboost package in your browser

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

mboost documentation built on Sept. 8, 2023, 6:15 p.m.