thomas-rasmussen / sas_macros

SAS macros
Creative Commons Zero v1.0 Universal
5 stars 4 forks source link

smooth_periods: can be made more efficient? #62

Closed thomas-rasmussen closed 1 year ago

thomas-rasmussen commented 1 year ago

The 3 if-statements in the below could/should be made into if-then-else statements?

https://github.com/thomas-rasmussen/sas_macros/blob/534c4eacc10b6d3c0ed65997f72adc9562c86350/smooth_periods.sas#L381-L411