I would like to change the following to statement to check for months rather than days:
datdif(index_date,treated_date,'act/act')
What would I need to change so that datdiff can back in months between the diagnosis and Index date rather than days.
Many thanks.
@RW9
Not sure why "you would need to check if yearpart different from yearpart other date first". INTCK() handles full SAS dates.
INTCK('MONTH', index_date,treated_date, 'SAME')
The SAME alignment counts each month from the same day as the day of the start month
Richard
Hi,
Have a look at the INTCK function as this does all the different intervals - QTR, YEAR, MONTHS etc.
Just to note, you would need to check if yearpart different from yearpart other date first.
@RW9
Not sure why "you would need to check if yearpart different from yearpart other date first". INTCK() handles full SAS dates.
INTCK('MONTH', index_date,treated_date, 'SAME')
The SAME alignment counts each month from the same day as the day of the start month
Richard
Thank you All.
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 save with the early bird rate—just $795!
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.