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;
April 27 - 30 | GAYLORD TEXAN
Register now to lock in early bird pricing through February 25!
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!