BookmarkSubscribeRSS Feed
Guinaba
Fluorite | Level 6

Hi,

My data set is composed of days from a specific month. Does anyone know how can I aggregate these observation from daily to weekly?

1/82/83/84/85/86/87/88/8
3433115487564545
4421569043343435

Regards,

Gilly

2 REPLIES 2
LinusH
Tourmaline | Level 20

Is this really your data set layout?

It's more complicated to aggregate columns than rows, so I strongly recommend to transpose your table.

After doing that, you could use a week format, or the INTNX function to make your dates weeks.

By doing that, you have a variety of options to aggregate the data, PROC SQL, PROC SUMMARY and many other reporting procedures (TABULATE, REPORT etc).

Data never sleeps
Guinaba
Fluorite | Level 6

Thank you Linus for your feedback! I will follow your suggestion.

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1201 views
  • 3 likes
  • 2 in conversation