Suppose you need to impute missing values with conditional mean.
proc standard data = test replace out= outdata;
by b;
var a;
run;
proc standard data = test replace out= outdata;
by b;
var a;
run;
Deepanshu founded ListenData with a simple objective - Make analytics easy to understand and follow. He has over 10 years of experience in data science. During his tenure, he has worked with global clients in various domains like Banking, Insurance, Private Equity, Telecom and Human Resource.
To continue reading you need to turnoff adblocker and refresh the page
Post a Comment