|
Data defines the model by dint of genetic programming, producing the best decile table.
|
|
SAS Code for Dots to Zeros Bruce Ratner, PhD |
|
array num(*) _numeric_; /* array num(*) x y z; */ do j = 1 to dim(num); if missing(num(j)) then num(j)=0; end; drop j;
|
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. |
|
|