|
Data defines the model by dint of genetic programming, producing the best decile table.
|
|
SAS Code for Listing Predictor Variables in a Title Bruce Ratner, Ph.D. |
|

%let vars_list=var1 var2 var3; /* Note: double quotes are needed in the title statement */ title1 " &vars_list "; data dat1; input var1 1.0 var2 1.0 var3 1.0; cards; 123 234 234 ; run; proc print data=dat1; run; |
For more information about this article, call Bruce Ratner at 516.791.3544 or 1 800 DM STAT-1; or e-mail at br@dmstat1.com. |
Sign-up for a free GenIQ webcast: Click here. |
|
|