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