The TREESPLIT Procedure
ODS Graphics
You can refer to every graph that is produced through ODS Graphics by name. The names of the graphs that PROC TREESPLIT generates are listed in Table 21.7, along with the relevant PLOTS= options.
Table 21.7: Graphs Produced by PROC TREESPLIT
ODS Graph Name | Plot Description | PLOTS= Option |
|---|---|---|
CrossValidationASEPlot | Cross validation cost-complexity ASE plot when the response is continuous | CVCC |
CrossValidationMisclassPlot | Cross validation cost-complexity misclassification plot when the response is categorical | CVCC |
PruningPlot | Plot of the error sum of squares, misclassification rate, or cost complexity when it is used for final tree selection | PRUNEUNTIL |
WholeTreePlot | Overview plot of final tree | WHOLETREE |
ZoomedTreePlot | Detailed plot of portion of final tree | ZOOMEDTREE |