Learn R Programming

⚠️There's a newer version (1.0-44) of this package.Take me there.

tree (version 1.0-39)

Classification and Regression Trees

Description

Classification and regression trees.

Copy Link

Version

Install

install.packages('tree')

Monthly Downloads

9,829

Version

1.0-39

License

GPL-2 | GPL-3

Maintainer

Brian Ripley

Last Published

March 17th, 2018

Functions in tree (1.0-39)

cv.tree

Cross-validation for Choosing Tree Complexity
plot.tree

Plot a Tree Object
misclass.tree

Misclassifications by a Classification Tree
prune.tree

Cost-complexity Pruning of Tree Object
predict.tree

Predictions from a Fitted Tree Object
plot.tree.sequence

Plot a Tree Sequence
na.tree.replace

Replace NAs in Predictor Variables
snip.tree

Snip Parts of Tree Objects
text.tree

Annotate a Tree Plot
partition.tree

Plot the Partitions of a simple Tree Model
deviance.tree

Extract Deviance from a Tree Object
tile.tree

Add Class Barcharts to a Classification Tree Plot
tree

Fit a Classification or Regression Tree
tree.screens

Split Screen for Plotting Trees
tree.control

Select Parameters for Tree