node1: Dichotomize via 1st Node of Recursive Partitioning
Description
Dichotomize via 1st Node of Recursive Partitioning
Usage
node1(object, nm = as.symbol(rownames(s)[1L]), ...)
Value
Function node1() returns an object of class 'node1',
which is a function
with one parameter newx taking a double
vector.
Arguments
- object
an rpart.object
- nm
symbol, or name, of the variable being partitioned
- ...
additional parameters, currently not in use