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)”
- Host: GitHub
- URL: https://github.com/bgreenwell/treemisc
- Owner: bgreenwell
- Created: 2019-08-12T12:10:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-19T16:18:59.000Z (over 2 years ago)
- Last Synced: 2025-02-12T21:18:38.169Z (3 months ago)
- Language: R
- Homepage:
- Size: 2.64 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.Rmd
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
[](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")
```