Learn R Programming

iBST (version 1.2)

tree2indicators: From a tree to indicators (or dummy variables)

Description

Coerces a given tree structure inheriting from rpart to binary covariates.

Usage

tree2indicators(fit)

Value

a list of indicators defining the leaf nodes of the fitted tree from left to right

Arguments

fit

a tree structure inheriting to the rpart method

Author

Cyprien Mbogning

Examples

Run this code
fit <- rpart(Kyphosis ~ Age + Number + Start, data = kyphosis)
tree2indicators(fit)

Run the code above in your browser using DataLab