Learn R Programming

ConsRankClass (version 1.0.1)

print.ranktree: S3 methods for ranktree

Description

Print methods for objects of class ranktree

Usage

# S3 method for ranktree
print(x, ...)

Arguments

x

An object of the class "ranktree"

not used

Value

print a brief summary of the prediction tree

Examples

Run this code
# NOT RUN {
data("Univranks")
tree <- ranktree(Univranks$rankings,Univranks$predictors,num=50)
tree



# }

Run the code above in your browser using DataLab