An open API service indexing awesome lists of open source software.

https://github.com/bgreenwell/treemisc

Miscellaneous data sets and functions to accompany “Tree-Based Methods: A Practical Introduction (with Examples in R)”
https://github.com/bgreenwell/treemisc

Last synced: about 1 month ago
JSON representation

Miscellaneous data sets and functions to accompany “Tree-Based Methods: A Practical Introduction (with Examples in R)”

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# treemisc

[![CRAN status](https://www.r-pkg.org/badges/version/treemisc)](https://CRAN.R-project.org/package=treemisc)

Data sets and functions to accompany ["Tree-Based Methods for Statistical Learning in R"](https://www.routledge.com/Tree-Based-Methods-for-Statistical-Learning-in-R/Greenwell/p/book/9780367532468). For more details, visit the [book's companion website](https://bgreenwell.github.io/treebook/).

## Installation

You can install [treemisc](https://cran.r-project.org/package=treemisc) directly from CRAN with:
```r
install.packages("treemisc")
```
Alternatively, you can install the [development version](https://github.com/bgreenwell/treemisc) from GitHub with:
```r
# install.packages("remotes")
remotes::install_github("bgreenwell/treemisc")
```