Other packages > Find by keyword >

tree  

Classification and Regression Trees
View on CRAN: Click here


Download and install tree package within the R console
Install from CRAN:
install.packages("tree")

Install from Github:
library("remotes")
install_github("cran/tree")

Install by package version:
library("remotes")
install_version("tree", "1.0-44")



Attach the package and use:
library("tree")
Maintained by
Brian Ripley
[Scholar Profile | Author Map]
All associated links for this package
First Published: 1999-04-08
Latest Update: 2023-02-05
Description:
Classification and regression trees.
How to cite:
Brian Ripley (1999). tree: Classification and Regression Trees. R package version 1.0-44, https://cran.r-project.org/web/packages/tree. Accessed 05 Jan. 2025.
Previous versions and publish date:
0.3-3 (1999-04-08 13:08), 0.3-4 (1999-10-14 18:15), 0.3-5 (2000-02-07 11:44), 1.0-1 (2000-02-22 16:53), 1.0-2 (2001-05-13 19:10), 1.0-3 (2001-07-25 17:32), 1.0-4 (2001-08-09 09:40), 1.0-5 (2001-12-08 12:12), 1.0-6 (2002-03-07 20:04), 1.0-7 (2002-04-28 09:58), 1.0-8 (2002-06-05 11:26), 1.0-9 (2002-06-20 17:38), 1.0-10 (2002-07-03 17:18), 1.0-11 (2002-08-27 17:46), 1.0-12 (2002-11-08 16:58), 1.0-13 (2003-04-16 21:16), 1.0-14 (2003-05-25 10:19), 1.0-15 (2003-10-08 17:16), 1.0-16 (2003-11-26 11:25), 1.0-18 (2004-08-04 19:19), 1.0-19 (2005-02-02 10:54), 1.0-20 (2005-12-08 11:25), 1.0-21 (2006-01-26 13:59), 1.0-22 (2006-04-24 13:12), 1.0-23 (2006-06-23 18:14), 1.0-24 (2006-08-07 11:29), 1.0-25 (2007-02-20 22:43), 1.0-26 (2007-07-28 18:20), 1.0-27 (2009-07-30 14:27), 1.0-28 (2010-06-10 14:23), 1.0-29 (2012-01-02 15:45), 1.0-30 (2012-06-27 13:20), 1.0-31 (2012-08-06 15:24), 1.0-32 (2012-10-09 15:54), 1.0-33 (2013-03-16 13:39), 1.0-34 (2013-07-01 13:07), 1.0-35 (2015-03-24 09:45), 1.0-36 (2015-06-29 12:42), 1.0-37 (2016-01-21 08:40), 1.0-38 (2018-03-15 16:24), 1.0-39 (2018-03-17 18:33), 1.0-40 (2019-04-26 15:21), 1.0-41 (2021-08-17 07:27), 1.0-42 (2022-05-29 13:19), 1.0-43 (2023-02-05 14:05)
Other packages that cited tree R package
View tree citation profile
Other R packages that tree depends, imports, suggests or enhances
Complete documentation for tree
Functions, R codes and Examples using the tree R package
Some associated functions: cv.tree . deviance.tree . misclass.tree . na.tree.replace . partition.tree . plot.tree . plot.tree.sequence . predict.tree . prune.tree . snip.tree . text.tree . tile.tree . tree.control . tree . tree.screens . 
Some associated R codes: plot.tree.sequence.R . tree.R . treefix.R . treemisc.R .  Full tree package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

uclust  
Clustering and Classification Inference with U-Statistics
Clustering and classification inference for high dimension low sample size (HDLSS) data with U-stati ...
Download / Learn more Package Citations See dependency  
bama  
High Dimensional Bayesian Mediation Analysis
Perform mediation analysis in the presence of high-dimensional mediators based on the potential out ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
interplot  
Plot the Effects of Variables in Interaction Terms
Plots the conditional coefficients ("marginal effects") of variables included in multiplicative int ...
Download / Learn more Package Citations See dependency  
Maintainer: Yue Hu (view profile)
GFisher  
Generalized Fisher's Combination Tests Under Dependence
Accurate and computationally efficient p-value calculation methods for a general family of Fisher ty ...
Download / Learn more Package Citations See dependency  
ENMeval  
Automated Tuning and Evaluations of Ecological Niche Models
Runs ecological niche models over all combinations of user-defined settings (i.e., tuning), performs ...
Download / Learn more Package Citations See dependency  

23,440

R Packages

202,297

Dependencies

63,567

Author Associations

23,434

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA