Hi Everyone,
I am wondering if/how this is possible in SAS:
I have a data set that populates information from a free text field. I want to be able to search through that field and output a resuklt of the most commonly occurring words
Any way to do this?
: No longer documented, but it is still part of SAS and does work:
proc spell in=yourdocumentname nomaster;
run;
see, e.g., http://www.sascommunity.org/wiki/Proc_spell
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.
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.
Browse our catalog!