BookmarkSubscribeRSS Feed
GreggB
Pyrite | Level 9
I want to convert percentiles (pr) to NCE. I found the following formula:
nce = invnorm(pr/100)*21.06 + 50, where invnorm is the inverse normal probability function

I can't find invnorm anywhere in SAS. Any thoughts?
2 REPLIES 2
lvm
Rhodochrosite | Level 12 lvm
Rhodochrosite | Level 12
I think you want the probit() function. For instance, probit(.025) is -1.96.
GreggB
Pyrite | Level 9
Yep. the PROBIT function changes it to a Z score. Then, you can apply the formula for NCEs.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 4114 views
  • 0 likes
  • 2 in conversation