Learn R Programming

LW1949 (version 1.1.0)

probit: Convert Proportions to the Probit Scale

Description

Convert proportions to the probit scale.

Usage

probit(prob)

Arguments

prob
A numeric vector of proportions.

Value

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

Details

Simply calls qnorm(prob).

Examples

Run this code
probit(c(0.001, 0.01, 0.1, 0.5, 0.9, 0.99, 0.999))

Run the code above in your browser using DataLab