PROC HPSPLIT   <options>   ; 
            
The PROC HPSPLIT statement invokes the procedure. Table 9.2 summarizes the options in the PROC HPSPLIT statement.
Table 9.2: PROC HPSPLIT Statement Options
| 
                         Option  | 
                            
                          
                            
                     
                         Description  | 
                            
                          
                          
                  
|---|---|
| 
                         Basic Options  | 
                            
                          
                          
                  |
| 
                         Specifies the input data set  | 
                          
                          
                  |
| 
                         Specifies the formatted value of the target event  | 
                          
                          
                  |
| 
                         Specifies the number of bins for interval variables  | 
                          
                          
                  |
| 
                         Splitting Options  | 
                            
                          
                          
                  |
| 
                         Specifies the minimum number of observations per leaf  | 
                          
                          
                  |
| 
                         Specifies the maximum leaves per node  | 
                          
                          
                  |
| 
                         Specifies the maximum tree depth  | 
                          
                          
                  |
| 
                         Specifies the number of observations per level to consider a level for splitting  | 
                          
                          
                  |
| 
                         FastCHAID Options  | 
                            
                          
                          
                  |
| 
                         Specifies the maximum p-value for a split to be considered  | 
                          
                          
                  |
| 
                         Enables the Bonferroni adjustment to after-split p-values  | 
                          
                          
                  |
| 
                         Specifies the minimum Kolmogorov-Smirnov distance  | 
                          
                          
                  |