powered by
Summary methods for objects of class ranktree
ranktree
# S3 method for ranktree summary(object, ...)
An object of the class "ranktree"
not used
it shows the summary of the prediction tree
# NOT RUN { data("Univranks") tree <- ranktree(Univranks$rankings,Univranks$predictors,num=50) summary(tree) # }
Run the code above in your browser using DataLab