What is the problem? Maybe I'm missing something. You can simply write this equation in a data step. Say your data is in file orig:
Code:data test; set orig; 1-0.95012exp(2.32888*Log(age)+1.20904*log(total)+-0.70833*log(hdl)+...+.69154*log(diabetes)- 26.1931); run;





Reply With Quote
