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]
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 01 Apr. 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
03/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/31Downloads for tree3004005006007008009001000TrendBars

Today's Hot Picks in Authors and Packages

samplesize  
Sample Size Calculation for Various t-Tests and Wilcoxon-Test
Computes sample size for Student's t-test and for the Wilcoxon-Mann-Whitney test for categorical dat ...
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  
simplevis  
Wrappers to Simplify Beautiful "ggplot2" and "leaflet" Visualisation
Wrapper functions around the amazing 'leaflet' package that aims to simplify 'leaflet' visualisatio ...
Download / Learn more Package Citations See dependency  
shinyBS  
Twitter Bootstrap Components for Shiny
Adds additional Twitter Bootstrap components to Shiny. ...
Download / Learn more Package Citations See dependency  
eSIR  
Extended State-Space SIR Models
An implementation of extended state-space SIR models developed by Song Lab at UM school of Public H ...
Download / Learn more Package Citations See dependency  
gasmodel  
Generalized Autoregressive Score Models
Estimation, forecasting, and simulation of generalized autoregressive score (GAS) models of Creal, ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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