Data is; Input amt; Datalines; 40 20 -10 -30 50 -20 0 ; Run; data want; set is; if sign(amt)=-1 then neg_ve=amt; else p_ve=amt; run;
View solution in original post
Dive into keynotes, announcements and breakthroughs on demand.
Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.
Find more tutorials on the SAS Users YouTube channel.