powered by
Computes the probit (inverse cumulative distribution function of standard normal) transformation.
probit(x)
The probit of x, the quantile function of the standard normal distribution.
x
(numeric) the function argument.
numeric
probit(0.5) probit(c(0.025, 0.5, 0.975))
Run the code above in your browser using DataLab