I want to print out p90 p95 p98 and p99. It seems p98 is not supported in proc means
I can get p98 with proc univariate, but the output form in the results is not as in the proc means (I want to print out N NMISS MEAN STD P90 P95 P98 P99)
Is there a way to let proc means output p98?
Thanks
No, if you want customized percentiles you need to use proc univariate.
Hi
Have a look at this blog entry http://blogs.sas.com/content/iml/2013/10/23/percentiles-in-a-tabular-format.html by @Rick_SAS
Bruno
Thank you. I will take a look. Yesterday when I googled I found the proc stdize but did not pay attention.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and 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.