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.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.