OUTPUT
<output-options> ;
The OUTPUT statement allows several SAS data sets to be created.
You can specify the following output-options:
-
GROWTHSUBTREE=SAS-data-set
-
writes to the specified SAS-data-set a table that contains the requested statistical metrics of the subtrees that are created during growth.
-
IMPORTANCE=SAS-data-set
-
writes the importance of each variable to the specified SAS-data-set.
-
NODESTATS=SAS-data-set
-
writes a description of the final tree to the specified SAS-data-set.
-
PRUNESUBTREE=SAS-data-set
-
writes to the specified SAS-data-set a table that contains the requested statistical metrics of the subtrees that are created during pruning.
Copyright © SAS Institute Inc. All Rights Reserved.