Learn R Programming

crmPack (version 2.0.0)

probit: Shorthand for Probit Function

Description

[Stable]

Computes the probit (inverse cumulative distribution function of standard normal) transformation.

Usage

probit(x)

Value

The probit of x, the quantile function of the standard normal distribution.

Arguments

x

(numeric)
the function argument.

Examples

Run this code
probit(0.5)
probit(c(0.025, 0.5, 0.975))

Run the code above in your browser using DataLab