Learn R Programming

party (version 1.0-25)

party_intern: Call internal functions.

Description

Call one of the internal party functions.

Usage

party_intern(..., fun = c("R_TreeGrow", "R_get_nodeID", "R_getpredictions", "R_modify_response", "R_remove_weights", "ctreedpp", "newinputs"))

Arguments

...
Arguments to fun.
fun
The name on an internal party function.

Details

This function must not be called under any circumstances.