View source: R/summary.ranktree.R
summary.ranktree | R Documentation |
Summary methods for objects of class ranktree
## S3 method for class 'ranktree'
summary(object, ...)
object |
An object of the class "ranktree" |
... |
not used |
it shows the summary of the prediction tree
data("Univranks")
tree <- ranktree(Univranks$rankings,Univranks$predictors,num=50)
summary(tree)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.