probit: Convert Proportions to the Probit Scale

Description Usage Arguments Details Value Examples

Description

Convert proportions to the probit scale.

Usage

1
probit(prob)

Arguments

prob

A numeric vector of proportions.

Details

Simply calls qnorm(prob).

Value

A numeric vector the same length as prob with quantiles on the probit scale.

Examples

1
probit(c(0.001, 0.01, 0.1, 0.5, 0.9, 0.99, 0.999))

LW1949 documentation built on May 2, 2019, 6:11 a.m.