rpart.rules.table: Returns an unpivoted table of branch paths (subrules)...

Description Usage Arguments Examples

Description

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

Usage

1

Arguments

object

an rpart object

Examples

1
2
3
library(rpart)
fit<-rpart(Reliability~.,data=car.test.frame)
rpart.rules.table(fit)

cvarrichio/rpart.utils documentation built on May 14, 2019, 12:53 p.m.