RpartDT: RPART Decision Tree

View source: R/RpartDT.R

RpartDTR Documentation

RPART Decision Tree

Description

The decision tree analysis is implemented over a training dataset, which consisted of the DEGs obtained by either SAMseq or the binomial differential expression.

Usage

RpartDT(data, quiet = FALSE, plot = TRUE)

Arguments

data

The exact output of the exprmclust function.

quiet

If 'TRUE', suppresses intermediary output

plot

If 'FALSE', suppresses plot output

Value

Information about the model and, by default, a plot of the decision tree.


DIscBIO documentation built on Nov. 6, 2023, 5:08 p.m.

Related to RpartDT in DIscBIO...