I am attempting to replicate the following excel formula in SAS:
=min(2.2(lognormal(variable)-ALFA)/BETA)
I have set up the ALFA and BETA in SAS by:
%LET ALFA = value entered
%LET BETA = value entered
I am struggling to code this in SAS as part of a data step, can anyone help??
Thanks
IB1979
=min(2.2(lognormal(variable)-ALFA)/BETA)
I have set up the ALFA and BETA in SAS by:
%LET ALFA = value entered
%LET BETA = value entered
I am struggling to code this in SAS as part of a data step, can anyone help??
Thanks
IB1979