R/helpers.R
probit.Rd
Computes the probit (inverse cumulative distribution function of standard normal) transformation.
probit(x)
(numeric) the function argument.
numeric
The probit of x, the quantile function of the standard normal distribution.
x
probit(0.5) #> [1] 0 probit(c(0.025, 0.5, 0.975)) #> [1] -1.959964 0.000000 1.959964