Is there a way to use proc expand to interpolate a time series from quarterly to monthly frequency without taking the number of days into account? Treating all quarters/months as if they have the same number of days?
proc expand data=qtr_series out=mth_series from=qtr to=month; convert analysis_var / observed=average; id date_var; run;
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
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.
Browse our catalog!