Provides users the ability to categorize categorical variables dependent on a response variable. It creates a decision tree by using one of the categorical variables (class factor) and the selected response variable. The decision tree is created from the rpart() function from the 'rpart' package. The rules from the leaves of the decision tree are extracted, and used to recategorize the appropriate categorical variable (predictor). This step is performed for each of the categorical variables that is fed into the data component of the function. Only variables containing more than 2 factor levels will be considered in the function. The final output generates a data set containing the recategorized variables or a list containing a mapping table for each of the candidate variables. For more details see T. Hastie et al (2009, ISBN: 978-0-387-84857-0).
Version: | 0.1.1 |
Depends: | R (≥ 3.4.0) |
Imports: | dplyr (≥ 0.7.4), rpart (≥ 4.1-11), rpart.utils (≥ 0.5), data.table (≥ 1.10.4-3) |
Suggests: | knitr, rmarkdown, testthat, rpart.plot, ggplot2, ggthemes |
Published: | 2018-06-14 |
Author: | Piro Polo [aut, cre] |
Maintainer: | Piro Polo <piropolo98 at gmail.com> |
License: | GPL-2 |
NeedsCompilation: | no |
CRAN checks: | tree.bins results |
Reference manual: | tree.bins.pdf |
Vignettes: |
Introduction to the Package tree.bins |
Package source: | tree.bins_0.1.1.tar.gz |
Windows binaries: | r-devel: tree.bins_0.1.1.zip, r-release: tree.bins_0.1.1.zip, r-oldrel: tree.bins_0.1.1.zip |
OS X binaries: | r-release: tree.bins_0.1.1.tgz, r-oldrel: tree.bins_0.1.1.tgz |
Old sources: | tree.bins archive |
Please use the canonical form https://CRAN.R-project.org/package=tree.bins to link to this page.