[381c22]: / man / RpartDT.Rd

Download this file

25 lines (22 with data), 645 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/RpartDT.R
\name{RpartDT}
\alias{RpartDT}
\title{RPART Decision Tree}
\usage{
RpartDT(data, quiet = FALSE, plot = TRUE)
}
\arguments{
\item{data}{The exact output of the exprmclust function.}
\item{quiet}{If `TRUE`, suppresses intermediary output}
\item{plot}{If `FALSE`, suppresses plot output}
}
\value{
Information about the model and, by default, a plot of the 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.
}