summary.ranktree: S3 methods for ranktree

View source: R/summary.ranktree.R

summary.ranktreeR Documentation

S3 methods for ranktree

Description

Summary methods for objects of class ranktree

Usage

## 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


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


ConsRankClass documentation built on June 8, 2025, 10:33 a.m.