node1: Dichotomize via 1st Node of Recursive Partitioning

View source: R/node1.R

node1R Documentation

Dichotomize via 1st Node of Recursive Partitioning

Description

Dichotomize via 1st Node of Recursive Partitioning

Usage

node1(object, nm = as.symbol(rownames(s)[1L]), ...)

Arguments

object

an rpart.object

nm

symbol, or name, of the variable being partitioned

...

additional parameters, currently not in use

Value

Function node1() returns an object of class 'node1', which is a function with one parameter newx taking a double vector.

Note

In future integer and factor predictors will be supported.


maxEff documentation built on Nov. 5, 2025, 7:30 p.m.