Learn R Programming

rpart.util

Tools for parsing and manipulating rpart objects, including generating machine readable rules.

Copy Link

Version

Install

install.packages('rpart.utils')

Monthly Downloads

16

Version

0.5

License

GPL-3

Maintainer

Last Published

May 23rd, 2014

Functions in rpart.utils (0.5)

rpart.rules

Returns a list of strings summarizing the branch path to each node.
rpart.rules.table

Returns an unpivoted table of branch paths (subrules) associated with each node.
rpart.subrules.table

Returns an unpivoted table of variable values (factor levels) associated with each branch.
rpart.lists

Creates lists of variable values (factor levels) associated with each rule in an rpart object.
rpart.rules.push

Writes rule tables required to process rpart rules in SQL to an open RODBC connection.