BookmarkSubscribeRSS Feed
ross_geller
Calcite | Level 5
Is there a SAS method to calculate Percentile that matches the Excel function 'PERCENTILE'?

Which is the difference between each SAS method?

Thanks in advance,
Giuseppe
3 REPLIES 3
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
Have you investigated PROC UNIVARIATE?

Base Procedures Guide: Statistical Procedures -- Calculating Percentiles
http://support.sas.com/documentation/cdl/en/procstat/63032/HTML/default/procstat_univariate_sect028....


Scott Barry
SBBWorks, Inc.
ross_geller
Calcite | Level 5
Thanks Scott, it was really what i was looking for.

Regards
-giuseppe
matt_w
Calcite | Level 5

Hi

The link you supplied is helpful, but I don't know how to replicate Excel's behaviour (whether that's desirable or not is another question...)

e.g.

data
0
0
1
3
4
7
9
13
18
20
26
29
43
46
49
58
73
78
162

Results

Excel calcResult
percentile(range,0.25)5.5
percentile(range,0.5)20
percentile(range,0.75)47.5
percentile(range,0.95)86.4

Does anyone know what settings to apply to ensure SAS replicates Excel's behaviour using this example data?

Thanks

Matt

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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
  • 3 replies
  • 3252 views
  • 0 likes
  • 3 in conversation