I have a very long character variable and want to create a binary variable 0/1 if any of the specific words is found. As shown in the following figure, I have the Diagnosis variable and want to create the Hypertension variable if the former contains any of he words in red font.
hypertension = find(diagnosis,'HTN','i') or find(diagnosis,'HT','i')
or find(diagnosis,'Hypertension','i') or ...
;
hypertension = find(diagnosis,'HTN','i') or find(diagnosis,'HT','i')
or find(diagnosis,'Hypertension','i') or ...
;
Thanks very much.
How can I generate another variable that contains the specific keyword as below?
Why don't you take a try at it yourself? It involves using the FIND function.
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 lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.