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.
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
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.