htt.object | R Documentation |
A class for representing hypothesis testing tree.
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. |
HTT
, plot.htt
, print.htt
, predict.htt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.