Hi everyone,
I have a data set, which I want to divide in quin-tiles. I mean, I want to separate 5 equal populated groups based on the value of
one of variables.
Is there a direct proc for that kind of purpose?
Thank you
Have you looked at proc rank? Base SAS(R) 9.2 Procedures Guide
Have you looked at proc rank? Base SAS(R) 9.2 Procedures Guide
The UNIVARIATE procedure is also worth checking out as you can code for any number of equally-sized percentile groups.
Thanks a lot Arthur,
Proc Rank exactly did what I wanted to do.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.
Ready to level-up your skills? Choose your own adventure.