R/internals.R

Defines functions party_intern

Documented in party_intern

party_intern <- function(..., fun = c("R_TreeGrow", "R_get_nodeID",
    "R_getpredictions", "initVariableFrame", "ctreedpp", "newinputs",
    "R_predict")) {

    fun <- match.arg(fun)
    fun <- gsub("^R", "\\.R", fun) ### needed to add . to R_xyz functions
    do.call(fun, list(...))
}

Try the party package in your browser

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

party documentation built on March 31, 2023, 11:56 p.m.