htt.object {HTT} | R Documentation |
Hypothesis Testing Tree Object
Description
A class for representing hypothesis testing tree.
Value
frame |
a dataframe about the split information. It contains following information:
|
where |
an integer vector of the same length as the number of observations in the
root node, containing the row number of |
method |
the method used to grow the hypothesis testing tree, |
control |
a list of options that control the |
X |
a copy of the input |
var.type |
a vector recording for each variables, 0 represents continuous, 1 represents ordinal and 2 represents nominal variables. |
See Also
HTT
, plot.htt
, print.htt
, predict.htt