probit: Shorthand for Probit Function

View source: R/helpers.R

probitR Documentation

Shorthand for Probit Function

Description

[Stable]

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

Usage

probit(x)

Arguments

x

(numeric)
the function argument.

Value

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

Examples

probit(0.5)
probit(c(0.025, 0.5, 0.975))

crmPack documentation built on Nov. 29, 2025, 5:07 p.m.