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

treemisc

CRAN status

Data sets and functions to accompany "Tree-Based Methods for Statistical Learning in R". For more details, visit the book's companion website.

Installation

You can install treemisc directly from CRAN with:

install.packages("treemisc")

Alternatively, you can install the development version from GitHub with:

# install.packages("remotes")
remotes::install_github("bgreenwell/treemisc")


bgreenwell/treemisc documentation built on Oct. 26, 2022, 12:56 a.m.