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 July 5, 2026, 9:06 a.m.