R/data.R

#' Data generated according to decision tree for simulation purposes
#'
#'
#' @format A data frame with 10000 rows and 5 variables:
#' \describe{
#'   \item{X_1}{Binary predictor}
#'   \item{X_2}{Binary predictor}
#'   \item{X_3}{Continuous predictor between 0 and 1}
#'   \item{X_4}{Continuous predictor between 0 and 1}
#'   \item{Y}{The response variable}
#'   ...
#' }
"Data"

Try the BESTree package in your browser

Any scripts or data that you put into this service are public.

BESTree documentation built on Aug. 9, 2019, 5:07 p.m.