Functions and CALL Routines |
Category: | Probability |
See: | CDF Function |
Syntax | |
Arguments | |
Details | |
Examples | |
See Also |
Syntax |
PROBNORM(x) |
Details |
The PROBNORM function returns the probability that an observation from the standard normal distribution is less than or equal to x.
Note: PROBNORM is the inverse of the PROBIT function.
Examples |
SAS Statements | Results |
---|---|
x=probnorm(1.96); |
0.9750021049 |
See Also |
Functions: |
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.