Data defines the model by dint of genetic programming, producing the best decile table.


SAS Code for Proc Tabulate - basic
Bruce Ratner, PhD
Live chat by Boldchat
Live chat by Boldchat

proc tabulate data=score missing ;
class slice;
var resp X1;
table slice all, ( resp )*(n*f=8.0 mean*f=5.3) ( X1 )*(mean*f=6.0 (min max)*f=5.3);
freq wt;
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.