summary.ranktree: S3 methods for ranktree

Description Usage Arguments Value Examples

View source: R/summary.ranktree.R

Description

Summary methods for objects of class ranktree

Usage

1
2
## S3 method for class 'ranktree'
summary(object, ...)

Arguments

object

An object of the class "ranktree"

...

not used

Value

it shows the summary of the prediction tree

Examples

1
2
3
data("Univranks")
tree <- ranktree(Univranks$rankings,Univranks$predictors,num=50)
summary(tree)

ConsRankClass documentation built on Sept. 28, 2021, 5:10 p.m.