I have the following prog:
data out.idiorisk;
set main2;
if numobs>=200;
if idiiorisk ^= .;
run;
what does idiorisk^= .; mean?
(for your info idiorisk = log ((1-_rsq_)/_rsq_) (rsq=r square))
thanks
mei
if idiiorisk is not missing
if idiiorisk is not missing
it means if idiiorisk is not equal to .(dot) since numeric field in sas is represented as dot for missing value
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.