Learn R Programming

visTree (version 0.8.1)

minmax_mat: Minmax matrix

Description

Identifies splits and relevant criteria

Usage

minmax_mat(str, varnms, Y, interval)

Arguments

str

Structure of pathway from the root node in the decision tree to each terminal node

varnms

Names of covariates

Y

Response variable in the dataset

interval

logical. Continuous response (interval = FALSE) and Categorical response (interval = TRUE).