| print.htt | R Documentation |
This function prints a htt.object.
It is a method for the generic function print of class htt.
It can be invoked by calling print for an object of the appropriate class,
or directly by calling print.htt regardless of the class of the object.
## S3 method for class 'htt'
print(x, ...)
x |
fitted model object of class |
... |
additional print arguments. |
A semi-graphical layout of the contents of x$frame is printed. Indentation is used to convey the tree topology. Information for each node includes the node number,split rule, size and p-value. For the "class" method, the class probabilities are also printed.
Visualize the hypothesis testing tree in a semi-graphical layout.
htt.object, printsplit
irishtt = HTT(Species ~., data = iris)
print(irishtt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.