|
In SPSS, try:
COMPUTE X = IDF.NORMAL(p,a,b).
This function returns a the inverse of the cumulative normal distribution
function with parameters m=a and s=b for a given p-value. When a=0 and b=1 the
left-hand term of the equation can be substituted by PROBIT(p).
|