Hi I would like to calculate the AUC following the formula below.
In order to do this I need to use the data from the previous row. I wrote my code like this:
However the output data is missing the AUC for the second row like below
How could I fix it?
Don't include LAG in an IF statement or the ELSE clause.
Example:
prev_value=lag(value);
if x>5 then z=value;
else if x<=5 then z=prev_value;
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and save with the early bird rate—just $795!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.