a b/man/J48DT.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/J48DT.R
3
\name{J48DT}
4
\alias{J48DT}
5
\title{J48 Decision Tree}
6
\usage{
7
J48DT(data, quiet = FALSE, plot = TRUE)
8
}
9
\arguments{
10
\item{data}{A data frame resulted from running the function ClassVectoringDT.}
11
12
\item{quiet}{If `TRUE`, suppresses intermediary output}
13
14
\item{plot}{If `FALSE`, suppresses plot output}
15
}
16
\value{
17
Information about the J48 model and, by default, a plot of the
18
  decision tree.
19
}
20
\description{
21
The decision tree analysis is implemented over a training
22
  dataset, which consisted of the DEGs obtained by either SAMseq or the
23
  binomial differential expression.
24
}